Page 1 of 1

Gameserver doesn't shutdown/restart

Posted: Sun Mar 28, 2010 3:37 pm
by SINEKT
L2J Revision Number: 4023
L2JDP Revision Number: 7205

when I give shutdown or restart from game, or even with Ctrl+C in console, this happens, and at the same time, Java.exe goes to 100% in CPU usage and stays forever like this :

Code: Select all

GM: **** issued shutdown command. shutting down in 5 seconds!GM shutdown countdown is over. shutting down NOW!All players disconnected.All ThreadPools are now stoppedGM shutdown received. Shutting down NOW!Exception in thread "AWT-Windows" java.lang.IllegalStateException: Shutdown in progress        at java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:39)        at java.lang.Runtime.addShutdownHook(Runtime.java:192)        at sun.awt.windows.WToolkit.run(WToolkit.java:277)        at java.lang.Thread.run(Thread.java:619)
It's like this since 4005 and 7200. Any idea ?

Re: Gameserver doesn't shutdown/restart

Posted: Mon Mar 29, 2010 10:32 am
by MELERIX
what java version are you using ?

Re: Gameserver doesn't shutdown/restart

Posted: Mon Mar 29, 2010 4:21 pm
by SINEKT
Java Development Kit 6 Update 17

Re: Gameserver doesn't shutdown/restart

Posted: Tue Mar 30, 2010 5:08 pm
by SINEKT
Updated to 6 Update 18 (latest). I have the same exact issue.