CommandHelper

CommandHelper

46.5k Downloads

Server stops after starting up

LadyCailinBot opened this issue ยท 2 comments

commented

CMDHELPER-2736 - Reported by obviousAce

I use CommandHelper v1565-b841bda and Craftbukkit #2805.
When I start my minecraft server (6GB RAM, Linux) it stops after a while with an error.
Errorcode:
2013-07-04 15:06:13 [SEVERE] Exception in thread "Thread-5"
2013-07-04 15:06:24 [SEVERE] Exception in thread "Abstraction Enum Verification Thread"

Earlier times there were this error:
2013-07-04 14:55:55 [SEVERE] Exception in thread "Thread-15"
2013-07-04 14:55:55 [SEVERE] java.lang.OutOfMemoryError: PermGen space
2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.startDocument(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startDocument(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.startEntity(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.startDocumentParsing(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)

2013-07-04 14:55:55 [SEVERE]

at com.garbagemule.MobArena.util.VersionChecker.getLatestVersion(VersionChecker.java:98)

2013-07-04 14:55:55 [SEVERE]

at com.garbagemule.MobArena.util.VersionChecker.access$000(VersionChecker.java:16)

2013-07-04 14:55:55 [SEVERE]

at com.garbagemule.MobArena.util.VersionChecker$1.run(VersionChecker.java:26)

2013-07-04 14:55:55 [SEVERE]

at java.lang.Thread.run(Unknown Source)

2013-07-04 14:55:55 [SEVERE] java.lang.OutOfMemoryError: PermGen space
2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter$FormatSpecifier.print(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter$FormatSpecifier.print(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter$FormatSpecifier.printFloat(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter$FormatSpecifier.print(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter.format(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.util.Formatter.format(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at java.lang.String.format(Unknown Source)

2013-07-04 14:55:56 [SEVERE]

at net.minecraft.server.v1_6_R1.DedicatedServer.init(DedicatedServer.java:153)

2013-07-04 14:55:56 [SEVERE]

at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:391)

2013-07-04 14:55:56 [SEVERE]

at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582)

commented

Comment by LadyCailin

You need to give the server more permgen memory. Check out the installation page on the wiki.

commented

Comment by obviousAce

Thanks! It works now!
One question: Do you know how much PermGen Memory I need? My server starts with 10 GB RAM and has about 60 plugins and 7 worlds.