[Dev] Running ESB sample 57

2013-12-09 Thread Tharindu Perera
Hi all, when running ESB Sample 57: Dynamic load balancing between 3 nodeshttp://docs.wso2.org/display/ESB480/Sample+57%3A+Dynamic+load+balancing+between+3+nodes I cannot seem to configure the cluster properly. I have edited the axis2.xml and set both mcastBindAddress , localMemberHost to

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Malaka Silva
Hi Tharindu, Did you also get the following error? ERROR - Axis2LoadBalanceMembershipHandler A LoadBalanceEventHandler has not been specified in the axis2.xml file for the domain apache.axis2.application.domain Best Regards, Malaka On Mon, Dec 9, 2013 at 1:58 PM, Tharindu Perera

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Tharindu Perera
Hi Malaka, Above is the complete stack trace shown in the ESB log. The axis2 servers seem to be in a cluster as they communicate when nodes are added and released. On Mon, Dec 9, 2013 at 2:42 PM, Malaka Silva mal...@wso2.com wrote: Hi Tharindu, Did you also get the following error? ERROR

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Chanaka Fernando
Hi Tharindu/Malaka, Looks like this is an incompatibility issue between two clustering mechanisms used in axis2Server and within the ESB itself. In the axis2Server, it is using tribesClustering while ESB 4.8.0 is using Hazlecast clustering. I have done some debugging on ESB and found that