Re: AW: AW: Tomcat 9 doesn't shutdown cleanly

2021-12-03 Thread Simon Matter
Hi, > Hello Simon, > > if you use the Registry to bind Objects / Stubs, you must also call > "unbind" on shutdown: > https://docs.oracle.com/javase/7/docs/api/java/rmi/registry/Registry.html > > I think the developer who implemented the RMI stub, should also now what > to unbind. > > Greetings, >

Re: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Terence M. Bandoian
On 11/30/2021 8:40 AM, Simon Matter wrote: Hi Chris, Thank you for the quick reply. Simon, On 11/30/21 08:21, Simon Matter wrote: I'm running an application on Tomcat 9.0.55 on x86_64 Linux with OpenJDK JRE-11.0.13+8 and have problems shutting down Tomcat in certain ways. When I shutdown

AW: AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Thomas Hoffmann (Speed4Trade GmbH)
gs, Thomas -Ursprüngliche Nachricht- Von: Simon Matter Gesendet: Dienstag, 30. November 2021 16:10 An: Tomcat Users List Betreff: Re: AW: Tomcat 9 doesn't shutdown cleanly Hi Thomas, > Hello, > > it looks like your application opens several ports for RMI communication. > One class is m

Re: AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
homas > > -Ursprüngliche Nachricht- > Von: Simon Matter > Gesendet: Dienstag, 30. November 2021 15:40 > An: Tomcat Users List > Betreff: Re: Tomcat 9 doesn't shutdown cleanly > > Hi Chris, > > Thank you for the quick reply. > >> Simon, >> >> On

AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Thomas Hoffmann (Speed4Trade GmbH)
developers don't care much about shutting down their stuff cleanly. Greetings, Thomas -Ursprüngliche Nachricht- Von: Simon Matter Gesendet: Dienstag, 30. November 2021 15:40 An: Tomcat Users List Betreff: Re: Tomcat 9 doesn't shutdown cleanly Hi Chris, Thank you for the quick reply. > Si

Re: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
Hi Chris, Thank you for the quick reply. > Simon, > > On 11/30/21 08:21, Simon Matter wrote: >> I'm running an application on Tomcat 9.0.55 on x86_64 Linux with OpenJDK >> JRE-11.0.13+8 and have problems shutting down Tomcat in certain ways. >> >> When I shutdown Tomcat via 'catalina.sh stop',

Re: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Christopher Schultz
Simon, On 11/30/21 08:21, Simon Matter wrote: I'm running an application on Tomcat 9.0.55 on x86_64 Linux with OpenJDK JRE-11.0.13+8 and have problems shutting down Tomcat in certain ways. When I shutdown Tomcat via 'catalina.sh stop', it shuts down mostly (most threads are gone) but send a

Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
Hi, I'm running an application on Tomcat 9.0.55 on x86_64 Linux with OpenJDK JRE-11.0.13+8 and have problems shutting down Tomcat in certain ways. When I shutdown Tomcat via 'catalina.sh stop', it shuts down mostly (most threads are gone) but send a thread dump to catalina.out and is later