Bukkit Warning Message(s)

Discussion in 'Bukkit Help' started by Homer455, Nov 30, 2013.

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

    Homer455

    So, I recently updated my bukkit server to 1.7.2 beta build, and when I was running it I saw this warning message:

    [18:30:07 INFO]: [NoCheatPlus] Post-enable finished.
    [18:30:07 WARN]: Exception in thread "pool-3-thread-6"
    [18:30:07 WARN]: org.apache.commons.lang.UnhandledException: Plugin iDisguise v2
    .2.1 generated an exception while executing task 22
    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyn
    cTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/EntityHu
    man
    at de.robingrether.idisguise.iDisguise$1.getValue(iDisguise.java:55)
    at de.robingrether.idisguise.io.Metrics.postPlugin(Metrics.java:426)
    at de.robingrether.idisguise.io.Metrics.access$4(Metrics.java:355)
    at de.robingrether.idisguise.io.Metrics$1.run(Metrics.java:238)
    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java
    :53)
    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyn
    cTask.java:53)
    ... 3 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Entity
    Human
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader
    .java:70)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 9 more

    [18:30:07 WARN]: [NoCheatPlus] The block breaking data is incomplete, default to
    allow instant breaking:
    [18:30:07 WARN]: --- Missing entries -------------------------------
    [18:30:07 WARN]: * MISSING 160(STAINED_GLASS_PANE / SOLID+IGN_PASSABLE+GROUND+GR
    OUND_HEIGHT)
    [18:30:07 WARN]: * MISSING 161(LEAVES_2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGH
    T)
    [18:30:07 WARN]: * MISSING 162(LOG_2 / SOLID+GROUND)
    [18:30:07 WARN]: * MISSING 163(ACACIA_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_
    HEIGHT)
    [18:30:07 WARN]: * MISSING 164(DARK_OAK_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUN
    D_HEIGHT)
    [18:30:07 WARN]: * MISSING 174(PACKED_ICE / SOLID+GROUND)
    [18:30:07 WARN]: * MISSING 175(DOUBLE_PLANT / IGN_PASSABLE)


    Message 2:

    [18:31:44 ERROR]: [LogBlock] Error while fetching connection:
    [18:31:44 INFO]: [WorldGuard] Loading WorldGuard v5.8
    [18:31:44 INFO]: [dynmap] Loading dynmap v1.9-853
    [18:31:44 ERROR]: [dynmap] Unable to find field byId for net.minecraft.server.v
    _7_R1.Block
    [18:31:44 ERROR]: [dynmap] Unable to find field material for net.minecraft.serv
    r.v1_7_R1.Block
    [18:31:44 ERROR]: [dynmap] Unable to find field biomes for net.minecraft.server
    v1_7_R1.BiomeBase
    [18:31:44 ERROR]: [dynmap] Unable to find field y for net.minecraft.server.v1_7
    R1.BiomeBase
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagByte
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagShort
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagInt
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagLong
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagFloat
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagDouble
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagByteArray
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagString
    [18:31:44 ERROR]: [dynmap] Unable to find field data for net.minecraft.server.v
    _7_R1.NBTTagIntArray
    [18:31:44 WARN]: Nov 30, 2013 6:31:44 PM org.bukkit.craftbukkit.v1_7_R1.CraftSe
    ver loadPlugins
    SEVERE: Error initializing dynmap - bukkit version incompatible! initializing d
    nmap v1.9-853 (Is it up to date?)
    java.lang.IllegalArgumentException: Error initializing dynmap - bukkit version
    ncompatible!
    at org.dynmap.bukkit.BukkitVersionHelperGeneric.<init>(BukkitVersionHel
    erGeneric.java:106)
    at org.dynmap.bukkit.BukkitVersionHelperCB.<init>(BukkitVersionHelperCB
    java:25)
    at org.dynmap.bukkit.BukkitVersionHelper.getHelper(BukkitVersionHelper.
    ava:39)
    at org.dynmap.bukkit.DynmapPlugin.onLoad(DynmapPlugin.java:757)
    at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.j
    va:261)
    at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:2
    4)
    at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63)
    at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:1
    )
    at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.ja
    a:119)
    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.jav
    :414)
    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:
    17)


    [18:31:44 INFO]: [Easy Warp] Loading Easy Warp v1.0
    [18:31:44 INFO]: [YAPP] Loading YAPP v1.3
    [18:31:44 INFO]: [iConomy] Loading iConomy v7.0
    [18:31:44 INFO]: [LotteryPlus] Loading LotteryPlus v0.9.0
    [18:31:44 INFO]: [WarpSigns] Loading WarpSigns v2.0
    [18:31:44 INFO]: [iDisguise] Loading iDisguise v2.2.1
    [18:31:44 INFO]: [KillAllMobs] Loading KillAllMobs v1.2
    [18:31:44 INFO]: [Lockette] Loading Lockette v1.7.12
    [18:31:44 INFO]: [DeathChests] Loading DeathChests v1.2.2
    [18:31:44 INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.9.1
    [18:31:44 INFO]: [ButtonWarp] Loading ButtonWarp v2.2.2
    [18:31:44 INFO]: [AFK] Loading AFK v4.2.0
    [18:31:44 INFO]: [Essentials] Loading Essentials v2.11.1
    [18:31:44 INFO]: [WorldBorder] Loading WorldBorder v1.7.5
    [18:31:44 INFO]: [EssentialsProtect] Loading EssentialsProtect v2.11.1
    [18:31:44 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
    [18:31:44 INFO]: [VanishNoPacket] Loading VanishNoPacket v3.18.3
    [18:31:44 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.11.1
    [18:31:44 INFO]: [ChestShop] Loading ChestShop v3.64
    [18:31:44 INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1
    [18:31:44 INFO]: [Vault] Enabling Vault v1.2.25-b333
    [18:31:44 INFO]: [Vault][Economy] Essentials Economy found: Waiting
    [18:31:44 WARN]: iConomy - If you are using Flatfile storage be aware that vers
    ons 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
    [18:31:44 WARN]: if you're using Votifier, or any other plugin which handles ec
    nomy data in a threaded manner your server is at risk!
    [18:31:44 WARN]: it is highly suggested to use SQL with iCo6 or to use an alter
    ative economy plugin!


    Can someone please help me? I dont know why or how this happened. It was working fine yesterday.

    EDIT: This has been solved. I don't know how to update the prefix, so I am just editing this in. Thanks for the help!
     
  2. Offline

    mazentheamazin

    Homer455
    Yeah... wait for the plugins to update. as well as dev. builds are not supported as of my knowledge.
     
  3. Offline

    WillemSV

    Yes. That dynmap error happened to me too. As mazen said, wait for plugin developer to update.
     
  4. Offline

    Homer455

    Alright. Thanks for the help guys, I appreciate it.
     
  5. Offline

    EdwardBailie

    Your plugins are broken. Wait for the developers to fix them.
     
Thread Status:
Not open for further replies.

Share This Page