Errors when restarting the server from admin tool
Posted: 15 Mar 2010, 00:02
I'd like to be able to restart the server from the Admin tool, but here's what happens:
Code: Select all
Server Restarting ...
17:29:42.847 - [ WARNING ] > Generic Exception in acceptNewConnections():java.nio.channels.ClosedSelectorException
Exception in thread "restarterThread" java.lang.NoSuchMethodError: org.h2.tools.Server.isRunning()Z
at it.gotoandplay.smartfoxserver.SmartFoxServer.shutDown(SmartFoxServer.java:3239)
at it.gotoandplay.smartfoxserver.SmartFoxServer.restart(SmartFoxServer.java:3091)
at it.gotoandplay.smartfoxserver.SmartFoxServer.restart(SmartFoxServer.java:3072)
at it.gotoandplay.smartfoxserver.admin.RestartTask.run(RestartTask.java:39)
java.nio.channels.ClosedSelectorException
at sun.nio.ch.SelectorImpl.selectedKeys(SelectorImpl.java:57)
at it.gotoandplay.smartfoxserver.SmartFoxServer.acceptNewConnections(SmartFoxServer.java:706)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:652)