PrisonRankup "Internal Server Error" Help

Discussion in 'Bukkit Help' started by jjsanchez099, Jun 21, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    jjsanchez099

    Well I use PrisonRankup and when I add more ranks it all crashes, my not knowing the reason why, I have tried many other plugins but this one seems the best, anyone mind telling me anything I did wrong, thanks.
    Code:
    # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
    # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
    # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors.
    Prefix: '&a[&bPrison&6-&bRankup&a]'
    #Do not touch this!
    version: 2.0
    # Next thing I want you to do is set the message you want it to be when somebody ranks up. Keep the speech marks here as well.
    # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
    Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
    # Now, the most important part of this plugin is the rankup ladder
    groups:
    #Heres an example of the format of how it should be:
    # rank name:price
    #DO NOT REMOVE THE # FROM THE ABOVE!
      - A:Citizen
      - B: Dealer
      - C: Chemist
      - D: Associate
      - E: Trafficker
      - F: Made Man
      - G: Drug Lord
      - H: Gang Leader
      - I: KingPin
      - J: Capone
      - K: Godfather
    #Here, I will be asking you to put the first rank on the ladder in this example A
    First Rank: 'A'
    # As well as the last rank to assure that we can message the player that he is at the end of the ladder
    Last Rank: 'C'
    # This message is the message we will send to the player if he is the highest rank.
    Highest Rank MSG: '&6 You are already the highest rank!'
    # This next one is if you want to use a timed requirement for your rankup system, set it to true if yes. Default is false;
    Timed Requirement: false
    # Now we're if you set it to true you will have to set a certain time (in seconds) that you want to be done for the rank requirement
    Time Interval: 0.0
    # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
    Time type: Seconds
    # If you want, I added an option where you can choose if you want to make it so that the interval is added to every Rankup Sequence
    Interval on all ranks: false
    # Now you're almost there! Theres just one last part, If you're switching from Rankup and/or majority of Rankup plugins set this to true. If not, set it to false.
    # What this does is check if the player has a rank that is listed in groups (Every minute) and if so, makes a profile with that rank.
    Transfer ranks to profile: false
    # Set the next item to false if you do not want to use the updater
    update: true
    # Set this to true if you wish to enable debug mode
    debug: false
    # This is the format of the ranks which will appear when a player does /ranks
    #Variables are: %price%, %rank%
    ranks-format: '&5[&3%rank%&5]&6: %price%'
    # Here, is the message the player will recieve when he doesn't have enough money to rankup
    #Varaibles are the same as the ones shown above
    not-enough-money: '&6You need &2$%price% &6 to rankup to &2%rank%'
    
     
  2. Offline

    mactown21

    jjsanchez099 Sorry about this issue, but i consider you using the vault plugin :)
    http://dev.bukkit.org/bukkit-plugins/vault/

    And one thing i have errors with if you do /rankup reload (Your entire config resets). I had to restart the server.. But since this plugin had bugs i just created my owns.. Install Vault and everything will be fine :)
     
  3. Offline

    jjsanchez099

    I do have vault, but eitherway it dosen't work, so what I should do is remove the plugin and the config files and reinstall it? >J< mactown21
     
  4. Offline

    JaguarJo

    jjsanchez099 You don't have your ranks set up properly. Example in the config:
    Code:
    #Heres an example of the format of how it should be:
    # rank name:price
    But then your list is A: Citizen , B: Dealer , etc. There are no prices in that. If Citizen, Dealer, Chemist, and so on are your ranks, then your list should look more like this (I just made up some random prices):
    Code:
      - Citizen: 0
      - Dealer:500
      - Chemist:1000
      - Associate:1500
      - Trafficker:2000
      - Made Man:2500
      - Drug Lord:3000
      - Gang Leader:3500
      - KingPin:4000
      - Capone:4500
      - Godfather:5000
    #Here, I will be asking you to put the first rank on the ladder in this example A
    First Rank: 'Citizen'
    # As well as the last rank to assure that we can message the player that he is at the end of the ladder
    Last Rank: 'Godfather'
    Also, I'm not sure which permissions plugin you are using to handle your ranks, but most of them don't allow spaces in the group names. Not sure if spaces are a problem for PrisonRankup group names or not.
     
  5. Offline

    jjsanchez099

    JaguarJo
    Well I did what you told me and my whole config changed to this
    Code:
    # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
    # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
    # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors.
    
     
  6. Offline

    JaguarJo

    jjsanchez099 It just deleted the rest of the config? That's not good. Maybe try deleting the config entirely and letting the server generate a new one upon startup. Show us your startup log with it loading your plugins and we'll go from there.
     
  7. Offline

    jjsanchez099

    Ok
    JaguarJo

    JaguarJo
    Code:
    21.06 20:58:52 [Server] INFO Enabling CommandSpy v1.4
    21.06 20:58:52 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:52 [Server] ERROR Error occurred (in the plugin loader) while enabling Fart v0.6.8 (Is it up to date?)
    21.06 20:58:49 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:49 [Server] ERROR Error occurred while enabling Fart v0.6.8 (Is it up to date?)
    21.06 20:58:47 [Server] INFO Enabling Fart v0.6.8
    21.06 20:58:47 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:47 [Server] ERROR Error occurred (in the plugin loader) while enabling Clear_That_Chat v2.1 (Is it up to date?)
    21.06 20:58:43 [Server] INFO Is Enable!
    21.06 20:58:43 [Server] INFO Enabling Clear_That_Chat v2.1
    21.06 20:58:43 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:43 [Server] ERROR Error occurred (in the plugin loader) while enabling CoreProtect v2.0.9 (Is it up to date?)
    21.06 20:58:39 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:39 [Server] ERROR Error occurred while enabling CoreProtect v2.0.9 (Is it up to date?)
    21.06 20:58:38 [Server] INFO Enabling CoreProtect v2.0.9
    21.06 20:58:38 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:38 [Server] ERROR Error occurred (in the plugin loader) while enabling PicturePerfect v1.4 (Is it up to date?)
    21.06 20:58:34 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:34 [Server] ERROR Error occurred while enabling PicturePerfect v1.4 (Is it up to date?)
    21.06 20:58:33 [Server] INFO Enabling PicturePerfect v1.4
    21.06 20:58:33 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:33 [Server] ERROR Error occurred (in the plugin loader) while enabling MarryMe v3.0 (Is it up to date?)
    21.06 20:58:28 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:28 [Server] ERROR Error occurred while enabling MarryMe v3.0 (Is it up to date?)
    21.06 20:58:27 [Server] INFO Enabling MarryMe v3.0
    21.06 20:58:27 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:27 [Server] ERROR Error occurred (in the plugin loader) while enabling WelcomeNewPlayers v1.0 (Is it up to date?)
    21.06 20:58:23 [Server] INFO Enabling WelcomeNewPlayers v1.0
    21.06 20:58:11 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:11 [Server] ERROR Error occurred (in the plugin loader) while enabling Drugs v2.0 (Is it up to date?)
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:279) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:773) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 20:58:05 [Server] INFO at com.ohyea777.drugs.Drugs.onEnable(Drugs.java:39) ~[?:?]
    21.06 20:58:05 [Server] INFO at com.ohyea777.drugs.util.Utils.<clinit>(Utils.java:17) ~[?:?]
    21.06 20:58:05 [Server] INFO at com.ohyea777.drugs.libs.com.google.gson.GsonBuilder.<init>(GsonBuilder.java:69) ~[?:?]
    21.06 20:58:05 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:05 [Server] ERROR Error occurred while enabling Drugs v2.0 (Is it up to date?)
    21.06 20:58:00 [Server] INFO Saving Default Drugs JSON
    21.06 20:58:00 [Server] INFO Enabling Drugs v2.0
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'Survival1'
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'Survival'
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'Spawn5'
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'wild'
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'world_the_end'
    21.06 20:58:00 [Server] INFO 0 regions loaded for 'world_nether'
    21.06 20:58:00 [Server] INFO 1 regions loaded for 'world'
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'Survival1'
    21.06 20:58:00 [Server] INFO (Survival1) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (Survival1) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (Survival1) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (Survival1) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'Survival'
    21.06 20:58:00 [Server] INFO (Survival) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (Survival) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (Survival) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (Survival) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'Spawn5'
    21.06 20:58:00 [Server] INFO (Spawn5) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (Spawn5) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (Spawn5) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (Spawn5) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'wild'
    21.06 20:58:00 [Server] INFO (wild) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (wild) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (wild) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (wild) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'world_the_end'
    21.06 20:58:00 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (world_the_end) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (world_the_end) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (world_the_end) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'world_nether'
    21.06 20:58:00 [Server] INFO (world_nether) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (world_nether) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (world_nether) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (world_nether) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Loaded configuration for world 'world'
    21.06 20:58:00 [Server] INFO (world) Fire spread is UNRESTRICTED.
    21.06 20:58:00 [Server] INFO (world) Lava fire is blocked.
    21.06 20:58:00 [Server] INFO (world) Lighters are PERMITTED.
    21.06 20:58:00 [Server] INFO (world) TNT ignition is PERMITTED.
    21.06 20:58:00 [Server] INFO Enabling WorldGuard v5.9
    21.06 20:58:00 [Server] INFO Loaded
    21.06 20:57:59 [Server] INFO Enabling BarAPI v3.1
    21.06 20:57:59 [Server] INFO Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    21.06 20:57:57 [Server] INFO 7 - World(s) loaded.
    21.06 20:57:56 [Server] WARN Use '/mv remove' to remove it from the config!
    21.06 20:57:56 [Server] WARN WorldManager: Can't load this world because the folder was deleted/moved: Map
    21.06 20:57:56 [Server] WARN Use '/mv remove' to remove it from the config!
    21.06 20:57:56 [Server] WARN WorldManager: Can't load this world because the folder was deleted/moved: Hero
    21.06 20:57:56 [Server] WARN Use '/mv remove' to remove it from the config!
    21.06 20:57:56 [Server] WARN WorldManager: Can't load this world because the folder was deleted/moved: spawn
    21.06 20:57:52 [Server] INFO [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b678
    21.06 20:57:51 [Server] INFO Enabling Multiverse-Core v2.5-b678
    21.06 20:57:51 [Server] INFO Color Codes has been enabled!
    21.06 20:57:51 [Server] INFO Enabling ColorCodes v1.1
    21.06 20:57:51 [Server] INFO Enabling SayLegit v1.0
    21.06 20:57:51 [Server] INFO Enabled! Config Loaded! Kicking!
    21.06 20:57:51 [Server] INFO Enabling NoSwear v6.1
    21.06 20:57:51 [Server] INFO Enabling ChatControl v4.3.5
    21.06 20:57:51 [Server] INFO The current plugin version is 2.0. Please use this when sending reports of mismatched heads and such.
    21.06 20:57:51 [Server] INFO Please report any head mismatches to itsCrafted on SpigotMC, or infiniteForge on BukkitDev.
    21.06 20:57:51 [Server] INFO Enabling Microblocks v2.0
    21.06 20:57:50 [Server] INFO Version 3.10.12-RC-sMD5NET-b700 is enabled.
    21.06 20:57:50 [Server] INFO Inventory checks: FastConsume is available, disabled InstantEat.
    21.06 20:57:50 [Server] INFO Added block-info for Minecraft 1.7.2 blocks.
    21.06 20:57:50 [Server] INFO Added block-info for Minecraft 1.6.1 blocks.
    21.06 20:57:50 [Server] INFO Added block-info for Minecraft 1.5 blocks.
    21.06 20:57:50 [Server] INFO McAccess set to: 1.7.2 / CB2922
    21.06 20:57:50 [Server] INFO Enabling NoCheatPlus v3.10.12-RC-sMD5NET-b700
    21.06 20:57:50 [Server] INFO WEPIF: GroupManager detected! Using GroupManager for permissions.
    21.06 20:57:50 [Server] INFO Enabling WorldEdit v5.6.2
    21.06 20:57:50 [Server] INFO [Vault][Chat] GroupManager - Chat hooked.
    21.06 20:57:50 [Server] INFO [Vault][Permission] GroupManager hooked.
    21.06 20:57:50 [Server] INFO GroupManager version 2.1.19 (Phoenix) is enabled!
    21.06 20:57:50 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours!
    21.06 20:57:50 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    21.06 20:57:50 [Server] INFO GroupManager - INFO - Superperms support enabled.
    21.06 20:57:50 [Server] INFO GroupManager - INFO - World Found: world
    21.06 20:57:50 [Server] INFO Enabling GroupManager v2.1.19 (Phoenix)
    21.06 20:57:50 [Server] INFO Unused enchantments: LURE(62) LUCK(61)
    21.06 20:57:50 [Server] INFO Enabling TimTheEnchanter v3.0
    21.06 20:57:50 [Server] INFO Enabling JailDuty v1.5
    21.06 20:57:50 [Server] INFO EasyVoter has been enabled!
    21.06 20:57:50 [Server] INFO Enabling EasyVoter v1.3.2
    21.06 20:57:50 [Server] INFO Enabled Version 1.4.1-b436
    21.06 20:57:50 [Server] INFO [Chat] GroupManager found: Waiting
    21.06 20:57:50 [Server] INFO [Permission] SuperPermissions loaded as backup permission system.
    21.06 20:57:50 [Server] INFO [Permission] GroupManager found: Waiting
    21.06 20:57:50 [Server] INFO [Economy] Essentials Economy found: Waiting
    21.06 20:57:50 [Server] INFO Enabling Vault v1.4.1-b436
    21.06 20:57:50 [Server] INFO Loading EssentialsChat v2.13.1
    21.06 20:57:50 [Server] INFO Loading EnjinMinecraftPlugin v2.5.8-bukkit
    21.06 20:57:50 [Server] INFO Loading GlobalGroupManager v1.2.0
    21.06 20:57:50 [Server] INFO Loading DumbAuction v1.0.4
    21.06 20:57:50 [Server] INFO Loading EssentialsSpawn v2.13.1
    21.06 20:57:50 [Server] INFO Loading EssentialsProtect v2.13.1
    21.06 20:57:50 [Server] INFO Loading SimpleVoteListener v2.6
    21.06 20:57:50 [Server] INFO Loading BossBar v1.1
    21.06 20:57:50 [Server] INFO Loading Essentials v2.13.1
    21.06 20:57:50 [Server] INFO Loading PrisonRankup v2.5
    21.06 20:57:50 [Server] INFO Loading Votifier v1.9
    21.06 20:57:50 [Server] INFO Loading PlayerVaults v3.5.0
    21.06 20:57:50 [Server] INFO Loading ClearLag v2.7.1
    21.06 20:57:50 [Server] INFO Loading CommandSpy v1.4
    21.06 20:57:50 [Server] INFO Loading Fart v0.6.8
    21.06 20:57:50 [Server] INFO Loading Clear_That_Chat v2.1
    21.06 20:57:50 [Server] INFO Loading CoreProtect v2.0.9
    21.06 20:57:50 [Server] INFO Loading PicturePerfect v1.4
    21.06 20:57:50 [Server] INFO Loading MarryMe v3.0
    21.06 20:57:50 [Server] INFO Loading WelcomeNewPlayers v1.0
    21.06 20:57:50 [Server] INFO Loading Drugs v2.0
    21.06 20:57:50 [Server] INFO Loading WorldGuard v5.9
    21.06 20:57:50 [Server] INFO Loading BarAPI v3.1
    21.06 20:57:50 [Server] INFO Loading Multiverse-Core v2.5-b678
    21.06 20:57:50 [Server] INFO Loading Vault v1.4.1-b436
    21.06 20:57:50 [Server] INFO Loading ColorCodes v1.1
    21.06 20:57:50 [Server] INFO Loading SayLegit v1.0
    21.06 20:57:50 [Server] INFO Loading NoSwear v6.1
    21.06 20:57:50 [Server] INFO Loading ChatControl v4.3.5
    21.06 20:57:50 [Server] INFO Loading Microblocks v2.0
    21.06 20:57:50 [Server] INFO Loading NoCheatPlus v3.10.12-RC-sMD5NET-b700
    21.06 20:57:50 [Server] INFO Loading WorldEdit v5.6.2
    21.06 20:57:50 [Server] INFO Loading GroupManager v2.1.19 (Phoenix)
    21.06 20:57:50 [Server] INFO Loading TimTheEnchanter v3.0
    21.06 20:57:50 [Server] INFO Loading JailDuty v1.5
    21.06 20:57:50 [Server] INFO Loading EasyVoter v1.3.2


    And then




    Code:
    21.06 21:00:21 [Server] INFO Disabling DumbAuction v1.0.4
    21.06 21:00:21 [Server] INFO Disabling GlobalGroupManager v1.2.0
    21.06 21:00:21 [Server] INFO Disabling EssentialsChat v2.13.1
    21.06 21:00:21 [Server] INFO Stopping server
    21.06 21:00:13 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 21:00:13 [Server] ERROR Encountered an unexpected exception
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:957) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_55]
    21.06 21:00:12 [Server] INFO at java.util.logging.Logger.doLog(Unknown Source) ~[?:1.7.0_55]
    21.06 21:00:12 [Server] INFO at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_55]
    21.06 21:00:12 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.util.ForwardLogHandler.publish(ForwardLogHandler.java:33) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:609) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.core.Logger.log(Logger.java:110) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:367) [Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:406) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:425) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO at org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:101) ~[Bukkit_Beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    21.06 21:00:12 [Server] INFO java.lang.NullPointerException
    21.06 21:00:12 [Server] WARN Failed to handle packet for /107.218.102.80:63609
    21.06 21:00:08 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    21.06 21:00:08 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 21:00:08 [Server] ERROR Error occurred (in the plugin loader) while enabling EssentialsChat v2.13.1 (Is it up to date?)
    21.06 21:00:04 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 21:00:04 [Server] ERROR Error occurred while enabling EssentialsChat v2.13.1 (Is it up to date?)
    21.06 21:00:03 [Server] INFO Enabling EssentialsChat v2.13.1
    21.06 21:00:03 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 21:00:03 [Server] ERROR Error occurred (in the plugin loader) while enabling EnjinMinecraftPlugin v2.5.8-bukkit (Is it up to date?)
    21.06 20:59:58 [Server] WARN java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:58 [Server] WARN Couldn't enable EnjinMinecraftPlugin! Reason: PermGen space
    21.06 20:59:56 [Server] INFO Enabling EnjinMinecraftPlugin v2.5.8-bukkit
    21.06 20:59:56 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:56 [Server] ERROR Error occurred (in the plugin loader) while enabling GlobalGroupManager v1.2.0 (Is it up to date?)
    21.06 20:59:52 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:52 [Server] ERROR Error occurred while enabling GlobalGroupManager v1.2.0 (Is it up to date?)
    21.06 20:59:50 [Server] INFO Enabling GlobalGroupManager v1.2.0
    21.06 20:59:50 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:50 [Server] ERROR Error occurred (in the plugin loader) while enabling DumbAuction v1.0.4 (Is it up to date?)
    21.06 20:59:47 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:47 [Server] ERROR Error occurred while enabling DumbAuction v1.0.4 (Is it up to date?)
    21.06 20:59:45 [Server] INFO Enabling DumbAuction v1.0.4
    21.06 20:59:45 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:45 [Server] ERROR Error occurred (in the plugin loader) while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
    21.06 20:59:42 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:42 [Server] ERROR Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
    21.06 20:59:40 [Server] INFO Enabling EssentialsSpawn v2.13.1
    21.06 20:59:40 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:40 [Server] ERROR Error occurred (in the plugin loader) while enabling EssentialsProtect v2.13.1 (Is it up to date?)
    21.06 20:59:36 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:36 [Server] ERROR Error occurred while enabling EssentialsProtect v2.13.1 (Is it up to date?)
    21.06 20:59:34 [Server] INFO Enabling EssentialsProtect v2.13.1
    21.06 20:59:34 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:34 [Server] ERROR Error occurred (in the plugin loader) while enabling SimpleVoteListener v2.6 (Is it up to date?)
    21.06 20:59:31 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:31 [Server] ERROR Error occurred while enabling SimpleVoteListener v2.6 (Is it up to date?)
    21.06 20:59:29 [Server] INFO Enabling SimpleVoteListener v2.6
    21.06 20:59:29 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:29 [Server] ERROR Error occurred (in the plugin loader) while enabling BossBar v1.1 (Is it up to date?)
    21.06 20:59:25 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:25 [Server] ERROR Error occurred while enabling BossBar v1.1 (Is it up to date?)
    21.06 20:59:24 [Server] INFO BossBar v1.1 by Henryjake121 has been enabled!
    21.06 20:59:24 [Server] INFO Enabling BossBar v1.1
    21.06 20:59:24 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:24 [Server] ERROR Error occurred (in the plugin loader) while enabling Essentials v2.13.1 (Is it up to date?)
    21.06 20:59:20 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:20 [Server] ERROR Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
    21.06 20:59:19 [Server] ERROR java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:17 [Server] INFO Enabling Essentials v2.13.1
    21.06 20:59:17 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:17 [Server] ERROR Error occurred (in the plugin loader) while enabling PrisonRankup v2.5 (Is it up to date?)
    21.06 20:59:13 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:13 [Server] ERROR Error occurred while enabling PrisonRankup v2.5 (Is it up to date?)
    21.06 20:59:12 [Server] INFO Enabling PrisonRankup v2.5
    21.06 20:59:12 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:12 [Server] ERROR Error occurred (in the plugin loader) while enabling Votifier v1.9 (Is it up to date?)
    21.06 20:59:08 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:08 [Server] ERROR Error occurred while enabling Votifier v1.9 (Is it up to date?)
    21.06 20:59:07 [Server] INFO Enabling Votifier v1.9
    21.06 20:59:07 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:07 [Server] ERROR Error occurred (in the plugin loader) while enabling PlayerVaults v3.5.0 (Is it up to date?)
    21.06 20:59:03 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:03 [Server] ERROR Error occurred while enabling PlayerVaults v3.5.0 (Is it up to date?)
    21.06 20:59:02 [Server] INFO Enabling PlayerVaults v3.5.0
    21.06 20:59:02 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:59:02 [Server] ERROR Error occurred (in the plugin loader) while enabling ClearLag v2.7.1 (Is it up to date?)
    21.06 20:58:58 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:58 [Server] ERROR Error occurred while enabling ClearLag v2.7.1 (Is it up to date?)
    21.06 20:58:57 [Server] INFO Enabling ClearLag v2.7.1
    21.06 20:58:57 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:57 [Server] ERROR Error occurred (in the plugin loader) while enabling CommandSpy v1.4 (Is it up to date?)
    21.06 20:58:53 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    21.06 20:58:53 [Server] ERROR Error occurred while enabling CommandSpy v1.4 (Is it up to date?)
    Was if affeccted when I installed the plugin?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  8. Offline

    JaguarJo

    jjsanchez099 There are a whole lot of "java.lang.OutOfMemoryError: PermGen space" messages in that. Basically, you ran out of memory. You could try increasing your perm size by adding this to your startup script:
    Code:
    -XX:PermSize=256m
    If you have a hosted server, then just let the host know that you're having PermGen space errors.

    Also, make sure that all of your plugins are up to date and that you're not using /reload; both of those things could possibly cause memory leaks. Use /stop and /start to restart the server instead of /reload.
     
    mazentheamazin likes this.
  9. Offline

    mactown21

    JaguarJo for some reason with this plugin since im running atleast 10gb of ram on my server, i reloaded this plugin and the whole entire configuration has like copied everything to defaults again. This is one caused issue with this bug. I create my own plugin for prison since mainly my entire server is full of custom plugins that i created this plugin has alot of bugs.
     
  10. Offline

    mazentheamazin

    Yeah, I do not condone reloading as my plugin is not designed to support that, neither is most. As of v2.6, I have noticed no bugs, and is running on servers like MineFrenzy and HaydzCraft perfectly fine without a problem.
     
  11. Offline

    Glubulus

  12. Offline

    mazentheamazin

    I... don't...even....anymore... Like I said before in the other thread, it was a coincidence that when you installed iConomy, your issue was fixed (Or the restart you have done updated PrisonRankup).
     
Thread Status:
Not open for further replies.

Share This Page