The zookeeper exists in the same machine along with storm. So I guess the ports are accessible.
On Wed, May 6, 2015 at 6:44 PM, Aditya Rajan <[email protected]> wrote: > I would assume it's an issue with zookeeper. Have you checked if the > relevant ports are open? > On May 6, 2015 6:02 PM, "aarthi ranganathan" <[email protected]> > wrote: > >> >> Hi >> >> We are using Storm Submitter via tomcat to submit topology to storm >> cluster. The jar does not get uploaded to storm in the same machine as well >> as a different machine. We are using apache-storm -0.9.4.This error occurs >> intermittently. Following is the stack trace >> >> java.lang.RuntimeException: >> org.apache.thrift7.transport.TTransportException >> at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:141) >> at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:70) >> at >> com.cognizant.hpc.xstreambatch.processor.stream.storm.StormProcessor.submitTopology(StormProcessor.java:148) >> at >> com.cognizant.hpc.xstreambatch.processor.stream.storm.StormProcessor.access$000(StormProcessor.java:48) >> at >> com.cognizant.hpc.xstreambatch.processor.stream.storm.StormProcessor$1.call(StormProcessor.java:111) >> at java.util.concurrent.FutureTask.run(FutureTask.java:262) >> ... 3 more >> Caused by: org.apache.thrift7.transport.TTransportException >> at >> org.apache.thrift7.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) >> at org.apache.thrift7.transport.TTransport.readAll(TTransport.java:84) >> at >> org.apache.thrift7.transport.TFramedTransport.readFrame(TFramedTransport.java:129) >> at >> org.apache.thrift7.transport.TFramedTransport.read(TFramedTransport.java:101) >> at org.apache.thrift7.transport.TTransport.readAll(TTransport.java:84) >> at >> org.apache.thrift7.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:378) >> at >> org.apache.thrift7.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:297) >> at >> org.apache.thrift7.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:204) >> at org.apache.thrift7.TServiceClient.receiveBase(TServiceClient.java:69) >> at >> backtype.storm.generated.Nimbus$Client.recv_submitTopology(Nimbus.java:162) >> at backtype.storm.generated.Nimbus$Client.submitTopology(Nimbus.java:146) >> at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:127) >> ... 8 more >> >> We are not able to reproduce the issue for a particular scenario. It >> occurs randomly. Can u throw some light on the issue? We have checked the >> firewall settings and there is nothing blocked. >> >> Thanks >> Aarthi R >> > -- Aarthi R
