Hi

While checking nimbus log, Im getting the following stack track trace.. The
previous stack trace was while running from tomcat application , which
generates an illegal argument exception in nimbus logs

2015-05-06T14:27:57.718+0530 o.a.t.s.TNonblockingServer [ERROR] Unexpected
exception while invoking!
java.lang.IllegalArgumentException:
/home/xbdev/storm/nimbus/inbox/stormjar-e9973a4f-7dc2-4cd5-a1ef-4e8c95ec9a34.jar
to copy to
/home/xbdev/storm/nimbus/stormdist/topology-1430892623717-3-1430902677 does
not exist!
at backtype.storm.daemon.nimbus$fn__4393.invoke(nimbus.clj:1173)
~[storm-core-0.9.4.jar:0.9.4]
at clojure.lang.MultiFn.invoke(MultiFn.java:236) ~[clojure-1.5.1.jar:na]
at backtype.storm.daemon.nimbus$setup_storm_code.invoke(nimbus.clj:307)
~[storm-core-0.9.4.jar:0.9.4]
at
backtype.storm.daemon.nimbus$fn__4290$exec_fn__1754__auto__$reify__4303.submitTopologyWithOpts(nimbus.clj:953)
~[storm-core-0.9.4.jar:0.9.4]
at
backtype.storm.daemon.nimbus$fn__4290$exec_fn__1754__auto__$reify__4303.submitTopology(nimbus.clj:966)
~[storm-core-0.9.4.jar:0.9.4]
at
backtype.storm.generated.Nimbus$Processor$submitTopology.getResult(Nimbus.java:1240)
~[storm-core-0.9.4.jar:0.9.4]
at
backtype.storm.generated.Nimbus$Processor$submitTopology.getResult(Nimbus.java:1228)
~[storm-core-0.9.4.jar:0.9.4]
at org.apache.thrift7.ProcessFunction.process(ProcessFunction.java:32)
~[storm-core-0.9.4.jar:0.9.4]
at org.apache.thrift7.TBaseProcessor.process(TBaseProcessor.java:34)
~[storm-core-0.9.4.jar:0.9.4]
at
org.apache.thrift7.server.TNonblockingServer$FrameBuffer.invoke(TNonblockingServer.java:632)
~[storm-core-0.9.4.jar:0.9.4]
at
org.apache.thrift7.server.THsHaServer$Invocation.run(THsHaServer.java:201)
[storm-core-0.9.4.jar:0.9.4]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[na:1.7.0_45]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[na:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]




On Thu, May 7, 2015 at 5:36 PM, Nishu <[email protected]> wrote:

> You can check if there are free workers available to run the topology or
> not.
>
> Thanks,
> Nishu Tayal
> On 7 May 2015 17:08, "bhargav sarvepalli" <[email protected]> wrote:
>
>> Your nimbus has gone down, probably because there is no space left in
>> your machine.
>>
>> On Thu, May 7, 2015 at 3:25 PM, aarthi ranganathan <
>> [email protected]> wrote:
>>
>>> 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
>>>
>>
>>


-- 
Aarthi R

Reply via email to