Error with Bukkit when a player logs in

Discussion in 'Bukkit Help' started by topsub, Jul 18, 2011.

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

    topsub

    hey,

    here is the error i get when someone logs into the server:

    Code:
    2011-07-18 20:12:34 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-07-18 20:12:34 [SEVERE]    at java.lang.Class.getDeclaredField(Class.java:1882)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-18 20:12:34 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-18 20:12:34 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    I went thru and updated everything that had an update but Permissions 3.16 because it seems it has errors?


    Edit: updated permissions and still get the error. Any way to track this down?
     
  2. Offline

    Haduke

    This is the same thing that is happening on my server! And eventually it causes the server to ultimately crash. I just went back to bukkit 953 because 1000 was eating my RAM and CPU like no tomorrow!
    Code:
    21:58:41 [INFO] couchlamp [/96.240.12.213:50764] logged in with entity id 56133
    at ([MC Studios] 286.028345936317, 71.0, 250.50338618733585)
    21:58:41 [SEVERE] java.lang.NoSuchFieldException: perm
    21:58:41 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    21:58:41 [SEVERE]       at org.bukkitcontrib.player.ContribCraftPlayer.<init>(Co
    ntribCraftPlayer.java:87)
    21:58:41 [SEVERE]       at org.bukkitcontrib.player.ContribCraftPlayer.updateBuk
    kitEntity(ContribCraftPlayer.java:587)
    21:58:41 [SEVERE]       at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(
    ContribPlayerListener.java:27)
    21:58:41 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:244)
    21:58:41 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    21:58:41 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:321)
    21:58:41 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:124)
    21:58:41 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:97)
    21:58:41 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    21:58:41 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :91)
    21:58:41 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    21:58:41 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    21:58:41 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    Can anyone help us out with this? Thanks!!!
     
  3. Offline

    Deltawp

    Same error ! back build 1000 to 953 because bug on redstone and when player join i got this error

    2011-07-19 15:46:20 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-07-19 15:46:20 [SEVERE] at java.lang.Class.getDeclaredField(Class.java:1899)
    2011-07-19 15:46:20 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-07-19 15:46:20 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-07-19 15:46:20 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-07-19 15:46:20 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-19 15:46:20 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-19 15:46:20 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-19 15:46:20 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  4. Offline

    narrowtux

    That's because BukkitContrib now requires build 1000!
     
  5. Offline

    Deltawp

    i'm going to try to remove the plugin BukkitContrib on 953 and see what happend.
    i give you a feed back after & thanks for help and your plugin Showcase is the best !

    lol when i remove the BukkitContrib on bukkit server 953 it download and reinstall it !

    2011-07-19 15:19:48 [INFO] Downloading BukkitContrib.jar (153kb) ...
    2011-07-19 15:19:49 [INFO] Download finished
    2011-07-19 15:19:49 [INFO] BukkitContrib 0.1.7 has been initialized

    How to desactivate this autodownload ?

    i have a question: your plugin NarrowtuxLib.jar autodownload BukkitContrib.jar ?
    http://forums.bukkit.org/threads/de...tant-translation-notifications-etc-953.25893/

    Ok to fix this error on back build 1000 to build 953 i have remvoved the plugin Showcase and NarrowtuxLib.jar and BukkitContrib.jar now work fine thanks for help

    ok i'm now on showcase V 0.6.9 whitout NarrowtuxLib.jar and BukkitContrib.jar
    anithing work fine thanks for help !
    http://tetragaming.com/narrowtux/beta/index.php?action=plugin&plugin=2#changelog

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  6. Offline

    topsub

    But you don't have the newest features of showcase?

    I updated to the latest version of showcase with bukkit 1000 and bukkitContrib and i get the error. Who does this fall on to fix?

    I have the bukkitcontrib 1.7 and bukkit 1000 and i still get this error on.. I am not sure what plugin is throwing this error? Or is it a combo of plugins?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  7. Offline

    Deltawp

  8. Offline

    topsub

    hmm I don't even know what that is... if i don't want it i need to downgrade to the other version of showcase it seems
     
  9. Offline

    Deltawp

    from what I understand yes but ask narrowtux Plugin Developer to be sure
     
  10. Offline

    topsub

    I did and lost all showcases. Hopefully i can restore teh csv file to save all the showcases.

    Edit: i was able to transfer the showcases cfg to the older version and do a find and replace on a field that isnt' needed and bam it worked.

    Now i am getting another random error:

    Code:
    2011-07-20 08:48:35 [INFO] Read timed out
    2011-07-20 08:48:35 [SEVERE] java.net.SocketException: Socket closed
    2011-07-20 08:48:35 [SEVERE]    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
    2011-07-20 08:48:35 [SEVERE]    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    2011-07-20 08:48:35 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    2011-07-20 08:48:35 [SEVERE]    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    2011-07-20 08:48:35 [SEVERE]    at java.io.DataOutputStream.flush(DataOutputStream.java:106)
    2011-07-20 08:48:35 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    
    The server will be up and running find for day or so then BAM crash.. Any ideas?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  11. Offline

    Starrk

    My server crashes after 2 hours. I have NO errors and never had any errors until the #953 or 1.7.

    Now it crashes with "attempt to allocate stack guard pages failed" sometimes, and java heap sometimes & even read time outs.
     
  12. Offline

    keenick4

    Hey, I fixed it by removing PistonChest. Until I did this, it kept downloading the problem plugins when I would delete them.
     
  13. Offline

    Grrrr159

    You might not have enough ram. What plugins are you using?
     
  14. Offline

    Starrk

    Wait I found the error, it was SimpleSave constantly saving and backing up every 30 mins...
     
  15. Offline

    Grrrr159

    Glad you found a fix :)
     
Thread Status:
Not open for further replies.

Share This Page