ShutDown error
Posted: 01 Nov 2010, 11:07
Code: Select all
3:13:03.645 - [ INFO ] > -- Stopped!
03:13:03.651 - [ WARNING ] > Generic Exception in acceptNewConnections():java.nio.channels.ClosedSelectorException
03:13:03.653 - [ WARNING ] > Generic exception while shutting down: java.lang.NullPointerException
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)
java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.SmartFoxServer.shutDown(SmartFoxServer.java:3265)
at it.gotoandplay.smartfoxserver.SmartFoxServer.halt(SmartFoxServer.java:3147)
at it.gotoandplay.smartfoxserver.admin.HaltTask.run(HaltTask.java:40)
This is the exception which I am getting. The server gets shut down but it might affect indirectly. When I restart the server from admin Panel it does stop but doesn't start. I am using Smart Fox Server 1.6.8 for Linux. Please help me out to debug this exception