Something happend today and my plugin is getting errors now. It won't load up in the inventory if I click through it justd show a red x with "Error in plugin". Is this possibly a bug in the plugin? I was playing around with the configuration but I have set it back to a known good config and the error persists. I am seeing these errors in the server log (just the start of the error:
2013-01-29 14:51:09.901-0800 ERROR [ADBase] GetUUID
java.lang.NullPointerException
at ch.dunes.ad.object.ADBase.getUUID(ADBase.java:192)
at ch.dunes.ad.object.ADBase.<init>(ADBase.java:47)
at ch.dunes.ad.object.ADLeafElement.<init>(ADLeafElement.java:29)
at ch.dunes.ad.object.ADUnknown.<init>(ADUnknown.java:24)
at ch.dunes.ad.object.ADObjectFactory.createADUnknown(ADObjectFactory.java:37)
at ch.dunes.ad.object.Container.putNewInstanceInList(Container.java:291)
at ch.dunes.ad.object.Container.refreshChildren(Container.java:248)
at ch.dunes.ad.object.Container.findRelation(Container.java:178)
at ch.dunes.common.plugin.MSPluginFactory.findRelation(MSPluginFactory.java:177)