Exception at SmartFoxServer.canLogin
Posted: 24 Nov 2006, 10:30
Hello Lapo 
well, we are now receiving the exception when calling the "canLogin" method, and we really cannot figure out why is this exception generated, as it is generated by canLogin method.
Here is the stack trace. Any ideas?
well, we are now receiving the exception when calling the "canLogin" method, and we really cannot figure out why is this exception generated, as it is generated by canLogin method.
Here is the stack trace. Any ideas?
Code: Select all
java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.SmartFoxServer.canLogin(SmartFoxServer.java:1985)
at it.gotoandplay.smartfoxserver.extensions.ExtensionHelper.canLogin(ExtensionHelper.java:102)
at geesee.handler.LoginRequest.execute(LoginRequest.java:168)
at geesee.handler.Handler.run(Handler.java:54)
at geesee.GeeseeExtension.handleInternalEvent(GeeseeExtension.java:137)
at it.gotoandplay.smartfoxserver.controllers.MessageHandler.dispatchEvent(MessageHandler.java:141)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.handleLoginRequest(SystemHandler.java:374)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.processEvent(SystemHandler.java:164)
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.run(SystemHandler.java:112)
at java.lang.Thread.run(Unknown Source)