Page 1 of 1

Errors when restarting the server from admin tool

Posted: 15 Mar 2010, 00:02
by Soleil
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)

Posted: 16 Mar 2010, 07:21
by Lapo
It looks like you are using an older version. I would recommend to update at least to version 1.6.6 using the full installer.