NullPointerException - SmartFoxServer.java:2968
Posted: 11 Jun 2009, 15:35
I've gotten this error a few times already and it causes the server to go down and stall. I've checked for nulls before my function call in my own code, so I thought maybe its in SFS.
java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.SmartFoxServer.removeIpFromFilter(SmartFoxServer.java:2968)
at it.gotoandplay.smartfoxserver.SmartFoxServer.lostConnection(SmartFoxServer.java:1487)
at it.gotoandplay.smartfoxserver.SmartFoxServer.forceUserReconnection(SmartFoxServer.java:3650)
at it.gotoandplay.smartfoxserver.SmartFoxServer.canLogin(SmartFoxServer.java:2350)
at it.gotoandplay.smartfoxserver.extensions.ExtensionHelper.canLogin(ExtensionHelper.java:152)
at com.gamebrew.smartfox.ZoneExtension.loginGuest(ZoneExtension.java:869)
at com.gamebrew.smartfox.ZoneExtension.handleInternalEvent(ZoneExtension.java:186)
at it.gotoandplay.smartfoxserver.controllers.MessageHandler.dispatchEvent(MessageHandler.java:147)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.handleLoginRequest(SystemHandler.java:482)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.processEvent(SystemHandler.java:221)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.run(SystemHandler.java:146)
at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.SmartFoxServer.removeIpFromFilter(SmartFoxServer.java:2968)
at it.gotoandplay.smartfoxserver.SmartFoxServer.lostConnection(SmartFoxServer.java:1487)
at it.gotoandplay.smartfoxserver.SmartFoxServer.forceUserReconnection(SmartFoxServer.java:3650)
at it.gotoandplay.smartfoxserver.SmartFoxServer.canLogin(SmartFoxServer.java:2350)
at it.gotoandplay.smartfoxserver.extensions.ExtensionHelper.canLogin(ExtensionHelper.java:152)
at com.gamebrew.smartfox.ZoneExtension.loginGuest(ZoneExtension.java:869)
at com.gamebrew.smartfox.ZoneExtension.handleInternalEvent(ZoneExtension.java:186)
at it.gotoandplay.smartfoxserver.controllers.MessageHandler.dispatchEvent(MessageHandler.java:147)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.handleLoginRequest(SystemHandler.java:482)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.processEvent(SystemHandler.java:221)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.run(SystemHandler.java:146)
at java.lang.Thread.run(Unknown Source)