Solved 2 times in a row same time at night, crash...

Discussion in 'Bukkit Help' started by NinjarakuPwnz, Sep 3, 2014.

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

    NinjarakuPwnz

    Been having an issue where my server is getting shut down, happened yesterday and today again about same time today as yesterday, not sure what would be eating up over a gig and a half of the free ram the server has, running with 2 gigs currently from our host, and not sure if this is being caused by another plugin but we added "McMMO" and "Quests" before this issues started, but We've had the plugins for about a week and this problem just started 2 days ago.

    This is all i got from console on crash, minus all the plugins stopping:

    03.09 03:16:50 [Multicraft] Server stopped
    03.09 03:16:48 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    03.09 03:16:48 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    03.09 03:16:48 [Multicraft] Stopping server!
    03.09 03:16:48 [Multicraft] Server shut down
    03.09 03:16:44 [Server] INFO [03:16:44 INFO]: Stopping server
    03.09 03:16:44 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit_1.7.9.jar:git-Bukkit-1.7.9-R0.1-2-g1e4dcde-b3086jnks]
    03.09 03:16:44 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450) [craftbukkit_1.7.9.jar:git-Bukkit-1.7.9-R0.1-2-g1e4dcde-b3086jnks]
    03.09 03:16:44 [Server] INFO at org.apache.logging.log4j.spi.AbstractLogger.warn(AbstractLogger.java:1931) [craftbukkit_1.7.9.jar:git-Bukkit-1.7.9-R0.1-2-g1e4dcde-b3086jnks]
    03.09 03:16:44 [Server] INFO at org.apache.logging.log4j.message.ParameterizedMessageFactory.newMessage(ParameterizedMessageFactory.java:47) ~[craftbukkit_1.7.9.jar:git-Bukkit-1.7.9-R0.1-2-g1e4dcde-b3086jnks]
    03.09 03:16:44 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
    03.09 03:16:44 [Server] INFO java.lang.OutOfMemoryError: PermGen space
    03.09 03:16:44 [Server] INFO [03:16:44 ERROR]: Encountered an unexpected exception
     
  2. Offline

    Welite

    The last lines says everything "Out of memory Perm gen space" you have to add perm gen space to your start server paramethers

    Add this command to your server start paramethers -XX:MaxPermSize=256M

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 10, 2016
  3. Happens to me sometimes, that means you need to load your server with more RAM. Also keep in mind when this happens, all of your map changes will be reversed!
     
  4. Offline

    NinjarakuPwnz

    I'm on a hosted 2 gig server, Started the day after I added McMMO and Orbfuscator, and we only have a half dozen players on at a time, view distance is 6, we were running on 1 gig before and Never had this issue.

    so i'm going to run without orbfuscator a couple days, more of a Want then a Need plugin currently.

    my players Love mcmmo =D would a player logging in with a glass ground resource pack version of Xray cheating possibly be causing it? like when they login and it has to cover their entire view with orbfuscator? because it's only happening when a player joins the server, not the same person each time fyi, but it is when a person logs in, it eats the ram and stops the server. Thanks for all the replies, I'll keep this updated as i narrow it down, Still feel free to shoot off ideas.

    Note: server normally runs in the 500-800 mb range and typically never falls below 1gig of free space, so I'm thinking it has to be one of the 2 plugins we just added. always 20.0 tps except when reloading a plugin of course.
     
  5. Offline

    NinjarakuPwnz

    Found out it was a control panel setting, I'd go in detail but I would have to specify our host.

    Basically, there was an option for loading the jar file as CUSTOM.jar which the host allows higher PermGen space.

    so If your hosted and having this issue, Contact your Host's support, if your running from your own computer or have the option to set the amount of ram allocated then the above comments would be the fix for you =)
     
Thread Status:
Not open for further replies.

Share This Page