[Dev] [DEV][MB] Error when configuring mb in cluster mode with mysql

2015-03-11 Thread Megala Uthayakumar
Hi,
 I am getting following error when running the mb 3.0 in cluster mode with
mysql.

Cluster setup - 4 nodes mb and mysql server












































































































*Exception during startup: java.lang.Exception:
org.wso2.andes.kernel.AndesException: Connecting to database failed with
jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
Error message : com.mysql.jdbc.Driverjava.lang.Exception:
org.wso2.andes.kernel.AndesException: Connecting to database failed with
jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
Error message : com.mysql.jdbc.Driverat
org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:266)
at
org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:147)
at org.wso2.andes.server.Broker.startupImpl(Broker.java:153)at
org.wso2.andes.server.Broker.startup(Broker.java:114)at
org.wso2.andes.server.Main.startBroker(Main.java:218)at
org.wso2.andes.server.Main.execute(Main.java:207)at
org.wso2.andes.server.Main.(Main.java:48)at
org.wso2.andes.server.Main.main(Main.java:41)at
org.wso2.carbon.andes.internal.QpidServiceComponent.startAndesBroker(QpidServiceComponent.java:330)
at
org.wso2.carbon.andes.internal.QpidServiceComponent.setHazelcastInstance(QpidServiceComponent.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)at
org.eclipse.equinox.internal.ds.model.ComponentReference.bind(ComponentReference.java:376)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bindReference(ServiceComponentProp.java:432)
at
org.eclipse.equinox.internal.ds.InstanceProcess.dynamicBind(InstanceProcess.java:416)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:334)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:950)
at
org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.init(HazelcastClusteringAgent.java:223)
at
org.wso2.carbon.core.util.ClusteringUtil.enableClustering(ClusteringUtil.java:38)
at
org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:174)
at
org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:285)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:123)
at
org.wso2.carbon.

Re: [Dev] [DEV][MB] Error when configuring mb in cluster mode with mysql

2015-03-11 Thread Harsha Kumara
Hi Megala,

Seems the issue with getting database connection. Your master data sources
file *jdbc/MySQLMessageStore *has jdbc:mysql://10.100.4.40/WSO2_MB. Did you
expose the mysql server through that IP or if not try with localhost with
correct root username and password.

Thanks,
Harsha


On Thu, Mar 12, 2015 at 12:19 PM, Megala Uthayakumar 
wrote:

>
> Hi,
>  I am getting following error when running the mb 3.0 in cluster mode with
> mysql.
>
> Cluster setup - 4 nodes mb and mysql server
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Exception during startup: java.lang.Exception:
> org.wso2.andes.kernel.AndesException: Connecting to database failed with
> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
> Error message : com.mysql.jdbc.Driverjava.lang.Exception:
> org.wso2.andes.kernel.AndesException: Connecting to database failed with
> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
> Error message : com.mysql.jdbc.Driverat
> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:266)
> at
> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:147)
> at org.wso2.andes.server.Broker.startupImpl(Broker.java:153)at
> org.wso2.andes.server.Broker.startup(Broker.java:114)at
> org.wso2.andes.server.Main.startBroker(Main.java:218)at
> org.wso2.andes.server.Main.execute(Main.java:207)at
> org.wso2.andes.server.Main.(Main.java:48)at
> org.wso2.andes.server.Main.main(Main.java:41)at
> org.wso2.carbon.andes.internal.QpidServiceComponent.startAndesBroker(QpidServiceComponent.java:330)
> at
> org.wso2.carbon.andes.internal.QpidServiceComponent.setHazelcastInstance(QpidServiceComponent.java:232)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)at
> org.eclipse.equinox.internal.ds.model.ComponentReference.bind(ComponentReference.java:376)
> at
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bindReference(ServiceComponentProp.java:432)
> at
> org.eclipse.equinox.internal.ds.InstanceProcess.dynamicBind(InstanceProcess.java:416)
> at
> org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:334)
> at
> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
> at
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:950)
> at
> org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.init(HazelcastClusteringAgent.java:223)
> at
> org.wso2.carbon.core.util.ClusteringUtil.enableClustering(ClusteringUtil.java:38)
> at
> org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:174)
> at
> org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:285)
> at
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServic

Re: [Dev] [DEV][MB] Error when configuring mb in cluster mode with mysql

2015-03-12 Thread Awanthika Senarath
Hi Megala,

Please ensure that your mysql database is accessible via the URL you have
provided with the username and passowrd.

I believe the url paramter should be something like this.

jdbc:mysql://localhost:3306/WSO2_MB 

regards
Awanthika

On Thu, Mar 12, 2015 at 12:27 PM, Harsha Kumara  wrote:

> Hi Megala,
>
> Seems the issue with getting database connection. Your master data sources
> file *jdbc/MySQLMessageStore *has jdbc:mysql://10.100.4.40/WSO2_MB. Did
> you expose the mysql server through that IP or if not try with localhost
> with correct root username and password.
>
> Thanks,
> Harsha
>
>
> On Thu, Mar 12, 2015 at 12:19 PM, Megala Uthayakumar 
> wrote:
>
>>
>> Hi,
>>  I am getting following error when running the mb 3.0 in cluster mode
>> with mysql.
>>
>> Cluster setup - 4 nodes mb and mysql server
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Exception during startup: java.lang.Exception:
>> org.wso2.andes.kernel.AndesException: Connecting to database failed with
>> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
>> Error message : com.mysql.jdbc.Driverjava.lang.Exception:
>> org.wso2.andes.kernel.AndesException: Connecting to database failed with
>> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
>> Error message : com.mysql.jdbc.Driverat
>> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:266)
>> at
>> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:147)
>> at org.wso2.andes.server.Broker.startupImpl(Broker.java:153)at
>> org.wso2.andes.server.Broker.startup(Broker.java:114)at
>> org.wso2.andes.server.Main.startBroker(Main.java:218)at
>> org.wso2.andes.server.Main.execute(Main.java:207)at
>> org.wso2.andes.server.Main.(Main.java:48)at
>> org.wso2.andes.server.Main.main(Main.java:41)at
>> org.wso2.carbon.andes.internal.QpidServiceComponent.startAndesBroker(QpidServiceComponent.java:330)
>> at
>> org.wso2.carbon.andes.internal.QpidServiceComponent.setHazelcastInstance(QpidServiceComponent.java:232)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:606)at
>> org.eclipse.equinox.internal.ds.model.ComponentReference.bind(ComponentReference.java:376)
>> at
>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bindReference(ServiceComponentProp.java:432)
>> at
>> org.eclipse.equinox.internal.ds.InstanceProcess.dynamicBind(InstanceProcess.java:416)
>> at
>> org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:334)
>> at
>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
>> at
>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
>> at
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>> at
>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:950)
>> at
>> org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.init(HazelcastClusteringAgent.java:223)
>> at
>> org.wso2.carbon.core.util.ClusteringUtil.enableClustering(ClusteringUtil.java:38)
>> at
>> org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:174)
>> at
>> org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:285)
>> at
>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredS

Re: [Dev] [DEV][MB] Error when configuring mb in cluster mode with mysql

2015-03-12 Thread Megala Uthayakumar
Hi all,

I was able to solve the problem by using the MB 2.2 documentation. Thanks
for your responses.

On Fri, Mar 13, 2015 at 9:01 AM, Awanthika Senarath 
wrote:

> Hi Megala,
>
> Please ensure that your mysql database is accessible via the URL you have
> provided with the username and passowrd.
>
> I believe the url paramter should be something like this.
>
> jdbc:mysql://localhost:3306/WSO2_MB 
> 
>
> regards
> Awanthika
>
> On Thu, Mar 12, 2015 at 12:27 PM, Harsha Kumara  wrote:
>
>> Hi Megala,
>>
>> Seems the issue with getting database connection. Your master data
>> sources file *jdbc/MySQLMessageStore *has jdbc:mysql://
>> 10.100.4.40/WSO2_MB. Did you expose the mysql server through that IP or
>> if not try with localhost with correct root username and password.
>>
>> Thanks,
>> Harsha
>>
>>
>> On Thu, Mar 12, 2015 at 12:19 PM, Megala Uthayakumar 
>> wrote:
>>
>>>
>>> Hi,
>>>  I am getting following error when running the mb 3.0 in cluster mode
>>> with mysql.
>>>
>>> Cluster setup - 4 nodes mb and mysql server
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *Exception during startup: java.lang.Exception:
>>> org.wso2.andes.kernel.AndesException: Connecting to database failed with
>>> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
>>> Error message : com.mysql.jdbc.Driverjava.lang.Exception:
>>> org.wso2.andes.kernel.AndesException: Connecting to database failed with
>>> jndi lookup : jdbc/MySQLMessageStore. data source username : root. SQL
>>> Error message : com.mysql.jdbc.Driverat
>>> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:266)
>>> at
>>> org.wso2.andes.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:147)
>>> at org.wso2.andes.server.Broker.startupImpl(Broker.java:153)at
>>> org.wso2.andes.server.Broker.startup(Broker.java:114)at
>>> org.wso2.andes.server.Main.startBroker(Main.java:218)at
>>> org.wso2.andes.server.Main.execute(Main.java:207)at
>>> org.wso2.andes.server.Main.(Main.java:48)at
>>> org.wso2.andes.server.Main.main(Main.java:41)at
>>> org.wso2.carbon.andes.internal.QpidServiceComponent.startAndesBroker(QpidServiceComponent.java:330)
>>> at
>>> org.wso2.carbon.andes.internal.QpidServiceComponent.setHazelcastInstance(QpidServiceComponent.java:232)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.lang.reflect.Method.invoke(Method.java:606)at
>>> org.eclipse.equinox.internal.ds.model.ComponentReference.bind(ComponentReference.java:376)
>>> at
>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bindReference(ServiceComponentProp.java:432)
>>> at
>>> org.eclipse.equinox.internal.ds.InstanceProcess.dynamicBind(InstanceProcess.java:416)
>>> at
>>> org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:334)
>>> at
>>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
>>> at
>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>>> at
>>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:950)
>>> at
>>> org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.init(HazelcastClusteringAgent.java:223)
>>> at
>>> org.wso2.carbon.core.util.ClusteringUtil.enableClustering(ClusteringUti