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 <[email protected]> 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" <[email protected]> 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 >> >
