Page 1 of 1

Strange exception on shutdown

Posted: 23 Jan 2010, 02:05
by udikantz
hey i'm getting this strange exception when shutting down the server,
is that normal?

Code: Select all

jvm 1    | 23/01/2010 04:14:10 it.gotoandplay.smartfoxserver.SmartFoxServer acce
ptNewConnections
jvm 1    | WARNING: Generic Exception in acceptNewConnections():java.nio.channel
s.ClosedSelectorException
jvm 1    | java.nio.channels.ClosedSelectorException
jvm 1    |      at sun.nio.ch.SelectorImpl.selectedKeys(SelectorImpl.java:57)
jvm 1    |      at it.gotoandplay.smartfoxserver.SmartFoxServer.acceptNewConnect
ions(SmartFoxServer.java:706)
jvm 1    |      at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServ
er.java:652)
jvm 1    | 04:14:10.671 - [ INFO ] > Web server stopped.
jvm 1    | 23/01/2010 04:14:10 it.gotoandplay.smartfoxserver.webserver.WebServer
 stop
jvm 1    | INFO: Web server stopped.
jvm 1    | 23/01/2010 04:14:12 org.mortbay.log.Slf4jLog info
jvm 1    | INFO: Shutdown hook executing
jvm 1    | 23/01/2010 04:14:12 org.mortbay.log.Slf4jLog info
jvm 1    | INFO: Shutdown hook complete

Posted: 23 Jan 2010, 11:41
by Lapo
Yes, this is normal. No worries.