Page 1 of 1

Null pointer on automatic extension reload

Posted: 24 Oct 2007, 12:15
by jalava
Exception in thread "extensionReloader" java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.extensions.ExtensionManager.automagicReload(ExtensionManager.java:323)
at it.gotoandplay.smartfoxserver.lib.ExtensionAutoReloader.run(ExtensionAutoReloader.java:40)
at java.lang.Thread.run(Unknown Source)

Any ideas what could cause this?

Although I do know that I'm not cleaning up my extensions properly on destroy, but perhaps there is something else too.

Posted: 27 Oct 2007, 16:47
by Lapo
quite strange, you'd better double check that you're not raising the exception in the destroy() method of your extension