NullPointerException - SmartFoxServer.java:2968

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
Gamebrew
Posts: 57
Joined: 25 May 2007, 06:18

NullPointerException - SmartFoxServer.java:2968

Post by Gamebrew »

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

Post by Lapo »

Which server version please?
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply