CH 3.3.1 not initializing
LadyCailinBot opened this issue ยท 9 comments
CMDHELPER-2758 - Reported by ravand.a
What steps will reproduce the problem:
-Starting the server.
What version of the product are you using:
-Latest stable dev build #1577-084ef6e
Do you have an error log of what happened?
-These error messages: http://puu.sh/3EV6O and http://puu.sh/3EULS
Please provide any additional information below:
-Using latest spigot 1033 build and fresh and new CommandHelper installation
Comment by LadyCailin
Hmm. This is the same problem opoq was running into. I think this is a bad build, but if people keep running into this issue, it may be a deeper problem. Can you post the actual jar you're using somewhere that I can download it, so I can analyse it? This error shouldn't be possible unless some stuff is just missing from the jar, so I would like to take a closer look. You weren't getting any other error messages before or after these either?
Comment by ravand.a
This error occured on many of the latest dev builds for 1.6.2 (also stable builds)On the IRC chat people were saying that they could use them without any trouble which makes it even more weird
These are the builds i have tried:
http://build.sk89q.com/job/CommandHelper/1582/
http://build.sk89q.com/job/CommandHelper/1577/
http://build.sk89q.com/job/CommandHelper/1574/
http://build.sk89q.com/job/CommandHelper/1573/
EDIT: I have also noticed that sometimes when i start the server with the given builds i get a "PermGSpace" error saying that i dont have enough ram (we have 32 gigs of ram so i think thats not the issue) and the CPU goes up to 400%
Comment by LadyCailin
Ok. You aren't giving it enough PermGen space. Start java with -XX:MaxPermSize=128M and this will be fixed.
Comment by ravand.a
No. That is not the problem i only get that sometimes when i restart the server too often i already have PermGen space at 128M (Using RTK to launch my servers)
Here an error at restart: http://puu.sh/3FH9j.png
Here an error when typing /alias: http://puu.sh/3FHc5.png
Comment by PseudoKnight
You said yourself that it's giving you a PermGen memory error.
-XX:PermSize=128m -XX:MaxPermSize=256m
Those puu.sh links are bad.
Comment by ravand.a
I also said that i only get it sometimes when i restart the server too often in a short time. I also noticed that rarely CommandHelper works when restarted a couple of times but will break again after another restart.
Comment by ravand.a
No on server startup i need to startup my server like 3-5 times until CommandHelper finally initializes