Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Nayomi Dayarathne
Hi all, The solution that kathees gave was solved the problem partially. But, not only we have to change the zookeeper.connect value to IP address of kafka IE, but also we have to change the host.name property in server.properties file in kafka server as below. Uncomment the host.name in server.p

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Kathees Rajendram
Hi Niyomi, Can you change to the IP address instead of localhost in server.properties file as you use the IP address in the Kafka inbound. zookeeper.connect=localhost:2181 Thanks, Kathees. On Fri, Sep 4, 2015 at 10:31 AM, Kathees Rajendram wrote: > Hi Malaka. > > I will have a look. > > Thank

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Kathees Rajendram
Hi Malaka. I will have a look. Thanks, Kathees On Fri, Sep 4, 2015 at 9:36 AM, Malaka Silva wrote: > Hi Kathees, > > Seems like issue when configuring/starting server. > > Can you help on this matter pls? > > On Thu, Sep 3, 2015 at 9:48 PM, Nayomi Dayarathne wrote: > >> Hi all, >> >> This iss

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Malaka Silva
Hi Kathees, Seems like issue when configuring/starting server. Can you help on this matter pls? On Thu, Sep 3, 2015 at 9:48 PM, Nayomi Dayarathne wrote: > Hi all, > > This issue is not related to the jira[1] i have reported. > > According to my understanding this is something related to kafka

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Nayomi Dayarathne
Hi all, This issue is not related to the jira[1] i have reported. According to my understanding this is something related to kafka server. Therefore i assumed this issue is not related to kafka inbound endpoint. [1]https://wso2.org/jira/browse/ESBJAVA-4153 Nayomi Dayarathne *Software Enginee

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Chanaka Fernando
Viraj is looking into this. On Thu, Sep 3, 2015 at 9:24 PM, Nayomi Dayarathne wrote: > Hi ESB team, > > I tested the kafka inbound endpoint in a esb cluster where there is one > manager and two worker nodes. > > Below are the steps i did when testing the kafka inbound endpoint. > > 1. Start the

[Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Nayomi Dayarathne
Hi ESB team, I tested the kafka inbound endpoint in a esb cluster where there is one manager and two worker nodes. Below are the steps i did when testing the kafka inbound endpoint. 1. Start the zookeeper 2.Start the kafka server Zookeeper and kafka server started in my local machine. 3.Create