Chaitanya, On Thu, Jul 20, 2017 at 8:33 PM, Chaitanya Sabbineni <sabbinen...@gmail.com> wrote: > Hi Chris, > > Stop script in the sense it's Catalina script only but we usually stop > tomcat using the command Catalina.sh stop. But in our case we are not > manually executing this script to stop tomcat and tomcat is stopping on its > own. > > our main problem here us tomcat is stopping on its own and it needs a > restart. > > If I understand you correct you are telling TimerThread that does not stop > when the application is shut down. Can you let me know what actually the > timer thread mean. And moreover if the timer thread didn't stop ideally > tomcat shouldn't stop but in our case it's stopping. > > Yes my question is why Tomcat is being shut down at all. > > Yes when ever tomcat is stopping on own(not daily) it stops at 02:00 . You > mentioned that your guess is that we are using a service runner that is > configured to bounce your services at 02:00.Can let me know what this > service runner is and how to check it. >
First, is that a full thread dump? One interesting thing in your dumps is that there is no "main" thread. This is the first time I am seeing a thread dump like this. Second thing is, it seems that you are running some type of scheduler. Can you please check if that is not doing anything crazy? "PASS_DEFAULT_GROUP_com.j.passj.core.config.scheduler.LicenseRemovalAfterExpiry" #53 daemon prio=5 os_prio=0 tid=0x00007f882461a000 nid=0x1942 in Object.wait() [0x00007f8810b1f000] One last thing, can you please check Tomcat is not shutting down due to OutOfMemory? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org