You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by V4Vaithi <al...@gmail.com> on 2015/10/22 16:31:35 UTC

Java Standalone Application Stopped Automatically

I have a standalone Java camel application (Spring Based) running in Unix
sever. Sometimes it is getting stopped automatically without anyone killing
the process manually. 

I verified nmon report for that that period all resources (CPU, Disk IO,
Ram) are well with in limits. To trace of exception as well in application. 

Is there any other reason camel shutdowns itself? or any Unix kernel process
is stopping the application? 

/*Note:* /Application shutting down Gracefully in all instances.



--
View this message in context: http://camel.465427.n5.nabble.com/Java-Standalone-Application-Stopped-Automatically-tp5772974.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Java Standalone Application Stopped Automatically

Posted by yogu13 <yo...@gmail.com>.
In case you app is running on NIX based system can you try trapping the
signals to the process? perhaps that might help



--
View this message in context: http://camel.465427.n5.nabble.com/Java-Standalone-Application-Stopped-Automatically-tp5772974p5773057.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Java Standalone Application Stopped Automatically

Posted by V4Vaithi <al...@gmail.com>.
We don't see any issues in logs. ShutdownHook method is invoked and
applications stops gracefully. 





--
View this message in context: http://camel.465427.n5.nabble.com/Java-Standalone-Application-Stopped-Automatically-tp5772974p5772994.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Java Standalone Application Stopped Automatically

Posted by yogu13 <yo...@gmail.com>.
What do your application/camel logs say ?



--
View this message in context: http://camel.465427.n5.nabble.com/Java-Standalone-Application-Stopped-Automatically-tp5772974p5772982.html
Sent from the Camel - Users mailing list archive at Nabble.com.