KB Article #178703

INFO [ProcessManager] (ProcessWrapper.isFinished:147) - Node myhost_cn: Stopped with exit code 143

Problem

-- the user notices in the logs that B2Bi was restarted unexpectedly

-- getting this error th executive log :

INFO [ProcessManager] (ProcessWrapper.isFinished:147) - Node myhost_cn: Stopped with exit code 143

-- getting those logs in Integrator trace file

INFO :20170608:13.44.53.29:r4edi(b2bx_server):clusterconfig.s4m:347:* Control Node stopped on myhost *
INFO :20170608:13.44.53.48:r4edi(b2bx_server):systemmonitor.s4m:679:B2Bi Kernel Server is stopping on System node myhost
INFO :20170608:13.44.53.48:r4edi(b2bx_server):systemmonitor.s4m:828:B2Bi Kernel Server is stopping - Stopping User Tasks on ''myhost'
ERROR :20170608:13.44.53.51:B2Bi PE TGW System OB Task 3(procengine(transgateway)):failed to read from queue server 'queue_13': QUEUE.ReadReturnData: request failed: server disappeared


Resolution

* the code 143 sent to the java process of the control node means that the cn has received a signal 15 (SIGTERM).

* this error triggered the stop of Integrator and the trading engine node

* to resolve the problem, find out why a SIGTERM was sent to the control node. It can be several reason like a Windows logoff or restart, or any intrusive external application (virus scan, porter scan, backup application ...).

* on widows, the Windows event might help. on Linux or UNIX, you can involve the system administrator