You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ankur Garg <an...@gmail.com> on 2015/10/06 20:07:45 UTC

Exception Stack Trace for Local Cluster

Hi ,

I am running a local cluster on my dev machine . I see whenever something
fails due to some exception in my code or library that I am using , I just
get this message on console

{"timeStamp":1444154764709,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Async
loop
died!","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}

{"timeStamp":1444154764764,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}

{"timeStamp":1444154764779,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Halting
process: (\"Worker died\")","source":"backtype.storm/util.clj:325"}


Is there any way I  can see the stack trace (other than debugging manually
:P)


Thanks

Ankur

Re: Exception Stack Trace for Local Cluster

Posted by Ankur Garg <an...@gmail.com>.
Thanks Javier for the reply .

You say "If you mean your local desktop machine, you probably need to
configure your logging correctly." .What do I need to do here , my logging
works fine for other programs and only does not show up when  running local
cluster .

On Wed, Oct 7, 2015 at 5:08 AM, Javier Gonzalez <ja...@gmail.com> wrote:

> If you mean your local desktop machine, you probably need to configure
> your logging correctly.
>
> If you mean running a topology with local submitter in a dev server...
> Why? :) just run a 1 node storm cluster if you want to do that
> On Oct 6, 2015 2:07 PM, "Ankur Garg" <an...@gmail.com> wrote:
>
>> Hi ,
>>
>> I am running a local cluster on my dev machine . I see whenever something
>> fails due to some exception in my code or library that I am using , I just
>> get this message on console
>>
>> {"timeStamp":1444154764709,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Async
>> loop
>> died!","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}
>>
>>
>> {"timeStamp":1444154764764,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}
>>
>> {"timeStamp":1444154764779,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Halting
>> process: (\"Worker died\")","source":"backtype.storm/util.clj:325"}
>>
>>
>> Is there any way I  can see the stack trace (other than debugging
>> manually :P)
>>
>>
>> Thanks
>>
>> Ankur
>>
>

Re: Exception Stack Trace for Local Cluster

Posted by Javier Gonzalez <ja...@gmail.com>.
If you mean your local desktop machine, you probably need to configure your
logging correctly.

If you mean running a topology with local submitter in a dev server... Why?
:) just run a 1 node storm cluster if you want to do that
On Oct 6, 2015 2:07 PM, "Ankur Garg" <an...@gmail.com> wrote:

> Hi ,
>
> I am running a local cluster on my dev machine . I see whenever something
> fails due to some exception in my code or library that I am using , I just
> get this message on console
>
> {"timeStamp":1444154764709,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Async
> loop
> died!","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}
>
>
> {"timeStamp":1444154764764,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"","source":"org.springframework.beans.factory.annotation/AutowiredAnnotationBeanPostProcessor.java:334"}
>
> {"timeStamp":1444154764779,"host":"mum-1agrag-m.local","tid":"Thread-11-rabbitMqSpout","loglevel":"error","msg":"Halting
> process: (\"Worker died\")","source":"backtype.storm/util.clj:325"}
>
>
> Is there any way I  can see the stack trace (other than debugging manually
> :P)
>
>
> Thanks
>
> Ankur
>