extensionHandler related nullPointerException
Posted: 09 Feb 2009, 09:56
At random points, I'm getting this kind of exception in my logs:
The downside is that the server is running 6 different zones with different extensions, and I don't have an indication as to which script excactly is the one that causes this problem.
So, before I go about searching through all of my extensions line by line, I'd like to ask what does this exception refer to. What kind of error should I be looking for?
Code: Select all
INFO | jvm 1 | 2009/02/09 11:58:17 | 10:58:17.017 - [ WARNING ] > Exception in ExtensionHandler: java.lang.NullPointerException
INFO | jvm 1 | 2009/02/09 11:58:17 | Exception type: java.lang.NullPointerException
INFO | jvm 1 | 2009/02/09 11:58:17 | java.lang.NullPointerException
INFO | jvm 1 | 2009/02/09 11:58:17 | at it.gotoandplay.smartfoxserver.extensions.JavascriptExtension.logASError(JavascriptExtension.java:665)
INFO | jvm 1 | 2009/02/09 11:58:17 | at it.gotoandplay.smartfoxserver.extensions.JavascriptExtension.handleRequest(JavascriptExtension.java:295)
INFO | jvm 1 | 2009/02/09 11:58:17 | at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.processEvent(ExtensionHandler.java:500)
INFO | jvm 1 | 2009/02/09 11:58:17 | at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.run(ExtensionHandler.java:344)
INFO | jvm 1 | 2009/02/09 11:58:17 | at java.lang.Thread.run(Unknown Source)So, before I go about searching through all of my extensions line by line, I'd like to ask what does this exception refer to. What kind of error should I be looking for?