Errors when restarting the server from admin tool

Need help with SmartFoxServer? You didn't find an answer in our documentation? Please, post your questions here!

Moderators: Lapo, Bax

Post Reply
Soleil
Posts: 19
Joined: 06 Mar 2010, 06:24

Errors when restarting the server from admin tool

Post 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)
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post 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.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply