Bug #9864
Updated by Chambon Bernard almost 10 years ago
Dispatcher and Activator fail, After that the app stop due to heartbeat check : "No heartbeat, the application is dying" Where are the dispatcher and activator stopped From where is the Dispatcher status set to STOPPING # Ex1 <pre> 2015-05-13 12:52:16,476 09:04:44,967 [Dispatcher] INFO f.i.c.s.t.c.p.AbstractProcess ERROR action 250 f.i.c.s.t.c.dispatcher.Dispatcher - Calling getProcessStatus return STOPPING Unknown problem while retrieving new requests: null. Stopping. => Starter.getInstance().toStop(); 2015-05-13 12:52:16,476 [Dispatcher] INFO f.i.c.s.t.c.p.AbstractProcess - Setting status to STOPPED </pre> From where => arret du dispatcher et de l'activator => arret de l'appli (the application is the Activator status set to STOPPING dying) <pre> 2015-05-13 12:51:42,354 [Activator] TRACE 09:06:53,834 [WrapperSimpleAppMain] ERROR f.i.c.s.t.c.p.AbstractProcess - >< getProcessStatus 2015-05-13 12:51:42,354 [Activator] INFO f.i.c.s.t.c.p.AbstractProcess - Calling getProcessStatus return STOPPING 2015-05-13 12:51:42,354 [Activator] TRACE heartBeat 190 f.i.c.s.t.c.p.AbstractProcess f.i.cc.storage.treqs.tools.Watchdog - < keepOn No heartbeat, the application is dying. 2015-05-13 12:51:42,354 [Activator] TRACE f.i.c.s.t.c.p.AbstractProcess - > keepOn 2015-05-13 12:51:42,354 [Activator] TRACE f.i.c.s.t.c.p.AbstractProcess - >< getProcessStatus 2015-05-13 12:51:42,354 [Activator] INFO 09:06:53,834 [WrapperSimpleAppMain] WARN f.i.c.s.t.c.p.AbstractProcess - Calling getProcessStatus return STOPPING 2015-05-13 12:51:42,354 [Activator] TRACE heartBeat 196 f.i.c.s.t.c.p.AbstractProcess f.i.cc.storage.treqs.tools.Watchdog - < keepOn 2015-05-13 12:51:42,354 [Activator] WARN f.i.c.s.t.c.a.Activator - Dispatcher and Activator Stopped 2015-05-13 12:51:42,354 [Activator] TRACE f.i.c.s.t.c.a.Activator - < toStart 2015-05-13 12:51:42,354 [Activator] TRACE f.i.c.s.t.c.p.AbstractProcess - > setStatus 2015-05-13 12:51:42,354 [Activator] INFO f.i.c.s.t.c.p.AbstractProcess - Calling setStatus to STOPPED 2015-05-13 12:51:42,354 [Activator] TRACE f.i.c.s.t.c.p.AbstractProcess - >< getProcessStatus are stopped </pre>