hi,

When try to configure the bam data publishes in trunk with WSAS I am getting
this exception.

ERROR -  Exception occurred while trying to invoke service method
configureEventing
java.lang.NullPointerException
    at
org.wso2.carbon.bam.data.publishers.servicestats.config.RegistryPersistenceManager.updateConfigurationProperty(RegistryPersistenceManager.java:55)
    at
org.wso2.carbon.bam.data.publishers.servicestats.config.RegistryPersistenceManager.update(RegistryPersistenceManager.java:100)
    at
org.wso2.carbon.bam.data.publishers.servicestats.services.ServiceStatisticsPublisherAdmin.configureEventing(ServiceStatisticsPublisherAdmin.java:34)

the nullpointer exception triggers since the registry is null.

Apparently it is set in the following static method. But can not find who is
supposed to call it.

public static void setRegistry(Registry registryParam) {
        registry = registryParam;
    }

thanks,
Amila.
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to