Strange exception on shutdown

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

Moderators: Lapo, Bax

Post Reply
udikantz
Posts: 153
Joined: 24 Sep 2009, 09:36

Strange exception on shutdown

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

Post by Lapo »

Yes, this is normal. No worries.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply