Re: Tomcat Auto Shutdown issues

2017-04-30 Thread Mark Thomas
On 29/04/17 16:23, Naveen Nandyala - Vendor wrote: > Hi Team, > > We are using Tomcat "7.0.61.0", and running on SUSE Linux Enterprise > Server 11 (x86_64), Version 11, and PatchLevel 3. Our tomcat > instance is going down due to below message, No it isn't. Something is shutting down Tomcat.

Re: Tomcat Auto Shutdown issues

2017-04-30 Thread shivashankar manukondu
Hi, Looks like it is not able to unregistered during closing the DataSource - which causes memory leak, and Tomcat complains about it. Check in your web application if any jdbc unregister method using, also try to move your jdbc drivers to tomcat common lib directory instead of using in web

Re: Tomcat Auto Shutdown issues

2017-04-29 Thread Naga Ramesh
Naveen, Can u provide the setenv changes and total system RAM and free RAM output for need to investigation Regards, Ramesh On Apr 29, 2017 8:53 PM, "Naveen Nandyala - Vendor" < naveen.nandy...@walmart.com> wrote: > Hi Team, > > We are using Tomcat "7.0.61.0", and running on

Tomcat Auto Shutdown issues

2017-04-29 Thread Naveen Nandyala - Vendor
Hi Team, We are using Tomcat "7.0.61.0", and running on SUSE Linux Enterprise Server 11 (x86_64), Version 11, and PatchLevel 3. Our tomcat instance is going down due to below message, and its not a normal shutdown we are not sure why and who is causing to throw this messages