Hi,

I checked the memory ,we are running on the 4 gb ram machine where 3.8 gb
is almost full we are left with 150 mb free memory. If that is issue with
memory then it should stop during the start time only but when ever it stop
its stopping at 2:00 am.



On Thu, 20 Jul 2017 8:56 pm Suvendu Sekhar Mondal, <suv3...@gmail.com>
wrote:

> 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
>
>

Reply via email to