I have a prob with latest dev 1.7.2

Discussion in 'Bukkit Help' started by crunkazcanbe, Dec 9, 2013.

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

    crunkazcanbe

    I have every plugin i use updated for this version and when the server starts up im unable to get in the server running off my pc localhost will not work as usual it says pinging but never finds the server also using the local ip i have the server running on such as 192.168.2.15:25565 does not work like it does with the recommended build 1.6.4 . After the server is on for a few minutes i get the error below and it just shuts down .

    I give up with 1.7.2 i have tried and tried to get it working . Looks like I am staying on 1.6.4 for a long time until this crap build is fixed . Unless you know what the error is . I can post the whole console log if you want . Also btw I am just testing 1.7.2 on my pc before i update it on my actual server i own www.crunk-land.com . Looks like all my players will have to keep a profile for 1.6.4 on there clients . 1.7.2 sucks bad .

    [13:42:44 WARN]: An event executor terminated with non-empty task queue (2)
    [13:42:45 WARN]: An event executor terminated with non-empty task queue (3)
    [13:42:47 WARN]: Exception in thread "Netty IO #2"
    [13:42:48 WARN]: Exception in thread "Netty IO #1"
    [13:42:49 WARN]: java.lang.OutOfMemoryError: PermGen space
    [13:42:49 WARN]: An event executor terminated with non-empty task queue (2)
    [13:42:49 WARN]: java.lang.OutOfMemoryError: PermGen space
    [13:42:49 WARN]: Exception in thread "Netty IO #3"
    [13:42:50 WARN]: Exception in thread "EbeanBackgroundThread"
    [13:42:50 WARN]: java.lang.OutOfMemoryError: PermGen space
    [13:42:51 WARN]: java.lang.OutOfMemoryError: PermGen space
    [13:42:57 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 30608ms behind, skipping 612 tick(s)
    [13:43:08 INFO]: Stopping server
    [13:43:08 INFO]: [MoreSounds] Disabling MoreSounds v1.5
    [Dashboard] The server stopped successfully.
     
    Mishrathium likes this.
  2. Offline

    Gater12

    crunkazcanbe Well, it IS a DEVELOPMENT build. Should wait for a Beta Build at least for stability.

    What I'm guessing it's complaining about how there is not enough memory...
     
    crunkazcanbe likes this.
  3. Offline

    crunkazcanbe

    @Gater12 I was thinking the same thing man and I moved it from 1 gig of ram to 8 and same thing . Whats weird is even when using 1 gig of ram with the server running before it pops out that error it shows its only using 564mb max of the 1 gig . When i moved it to 8gb ram same thing it was only using 500 or so mb of ram . BTW i use this http://www.minecraftforum.net/topic/1943186-minecraft-server-dashboard/ for running my server on my personal pc its a really nice server wrapper for running off your own computer . Anyways back to the point I am guessing I will have to stay on 1.6.4 until a beta .

    Ok i have 8 gigs of ram set in the java start up and i see im only using 555mb of the ram it can use and this is the error I get when logging in from localhost http://pastebin.com/xsbu9N5a BTW it never does join the server but i see in console the error and where i tried to join .

    Ok it finally let me log in but bam as soon as it said building terrain it kick me and server shut down with this error

    [16:51:35 INFO]: UUID of player crunkazcanbe is f59961e9cce64600a1c83205cc20f3b6
    [16:51:36 INFO]: Injecting permissible for crunkazcanbe
    >list
    [16:51:36 INFO]: crunkazcanbe[/192.168.2.15:55388] logged in with entity id 55 at ([world] 68.5, 68.0, 247.5)
    [16:51:40 INFO]: Stopping server
    [16:51:41 INFO]: [MoreSounds] Disabling MoreSounds v1.5
    [Dashboard] The server stopped successfully.
     
  4. Offline

    Mishrathium

    java.lang.OutOfMemoryError: PermGen space

    This error is hitting many people. The canned response is "-XX:MaxPermSize=256M" but that does not do anything for many of us though. This does not happen on 1.6 ever for us - only on 1.7+. Clearly, when its out of the blue it is a bukkit issue.

    BUT not everyone has it, in fact very few. So there has to be a common thread between all of us who do have this issue but so far no one has found out and we must keep looking.
     
  5. Offline

    mihael2

  6. Offline

    Tanite


    I'm having it too. I added the switch but I'm not holding out any hopes after reading some of the replies. I also did not have the issue on 1.6, but I understand everything is dev builds and I accept the consequences.
     
    Mishrathium likes this.
  7. Offline

    surferdude0107

    crunkazcanbe Either ur java is not updated or you are running out of space or you just need to wait till beta or recommended builds
     
  8. Offline

    crunkazcanbe

    @surferdude0107 OK I was actually able to log in now after i updated to java 8 from 7 . Java 8 is not even recomended so i don't know why it works with that but not with java 6 or 7
     
  9. Offline

    KoolKrafter

    I'm also having this issue. I'm on hosting (Multicraft - 4GB RAM) so I copied the server to my computer and ran it there with 1GB ram - no such issue, could well only affect Linux boxes?
     
  10. Offline

    crunkazcanbe

    asofold I tried adding the argument for PermGenSpace all the way up to 512mb and it made no difference. What's weird is I actually got everything working now and I'm able to login and play all from using java 8 if I swap back to java 7 I start getting the same problem. My only problem now is I have a few plugins that need updated because I am getting a stack trace using them.

    KoolKrafter
    My main server is running on centos with 1.6.4 version. I was testing 1.7.2 first on my pc windows 8 before I jumped to it and I'm glad I did. I use 70 plugins and and half of them almost didn't work with 1.7.2 although I'm seeing a few of the plugins I am using Get updated each day. I am going to atleast wait until every plugin I use is updated to run with this build or wait for a beta build of 1.7.2 which ever comes first.
     
  11. Offline

    KoolKrafter


    Yeah I'm pretty sure its something to do with the java version - which version of java 7 are you using? Try "java -version" in linux shell, if it says 1.7.0_21 or something around that it might be the problem - I'm on BeastNode servers so I can't update java or add flags but maybe its a bug that they fixed in later 7 java or 8?
    I'm going to downgrade my java on my computer to that version and see if it fixes anything.
     
  12. Offline

    crunkazcanbe

    KoolKrafter I'm using latest update on my server running centos. I updated it around a week ago. Anyways man the way I got 1.7.2 running on windows 8 is buy using java 8. The run time environment not the JDK. Try that and see if it works. BTW man I love your serverspy plugin I been using it for a while now. ;-) My servers Site is www.crunk-Land.com my server is ran from a dedicated machine with 12 cores 24 threads and 64 gigs of ram.
     
  13. Offline

    KoolKrafter

    Haha thanks, glad my plugin helps XD

    I've figured out the problem - its a problem with the JRE version 1.7.0_21. I'll contact BeastNode and see if they can update. Good that you've got it fixed!!

    EDIT: Seems like its a problem with Spigot, will ask there.
     
  14. Offline

    crunkazcanbe

    KoolKrafter Before updating to Java 8 I tried Spigot and had the same problem.
     
  15. Offline

    KoolKrafter

    Yeah. I was wrong - not a problem with Spigot. Going to try the plugins. Out of interest which plugins do you use?
    If not I guess I'll just have to wait for them to update Java.
     
  16. Offline

    crunkazcanbe

    I think think the plugins have a lot to do with it because when there all gone it starts fine. I use near 100 plugins and I'm going to start by putting 10 at a time on . That is several hours worth of work messing with these damn plugins. :-/
     
  17. Offline

    KoolKrafter

    Yeah could well be the plugins. I'm not really sure what is causing the error but I have a feeling that if you remove all the plugins it will eventually crash - might just take a long time.
    Here's my plugin list, might help to compare:
    EDIT: Seems like the problem *might* be ProtocolLib or BKCommonLib? Do you use either of them? I'm going to leave my server on for a bit, see if it crashes.
     
  18. Offline

    crunkazcanbe

    Plugins we have in common are

    WorldBorder, PluginManager, mcore, Vault, uSkyBlock, Shopkeepers, ServerSpy, CompatNoCheatPlus, BanManager, HideStream, WorldEdit, NoCheatPlus, TagAPI, HealthBar, EchoPet, LWC, WorldGuard, AutoSaveWorld, Herochat, Essentials, Enjin Minecraft Plugin, NoobProtector, OnTime, AsyncWorldedit, EssentialsSpawn, VanishNoPacket,, ChestShop

    @KoolKrafter Yep I use both of them and i just updated them with the dev builds and i think the prob is some what fixed . I do believe it have something to do with those .

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

    KoolKrafter

    Yeah, that might have fixed it for me too. Awesome!
     
  20. Offline

    crunkazcanbe

    KoolKrafter Yep just need a few more plugins updated and ill be running 1.7.2. Until then I'm on 1.6.4.
     
  21. Offline

    KoolKrafter

    Alrighty, hope it goes well!
     
  22. Offline

    crunkazcanbe

    Thanks man.
     
    KoolKrafter likes this.
  23. Offline

    Necrodoom

    Locked. Unofficial builds are not supported here.
     
Thread Status:
Not open for further replies.

Share This Page