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

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
Hi Thomas, > Hello, > > it looks like your application opens several ports for RMI communication. > One class is mentioned in your first mail: ShopdbCacheSynchronizer Yes, and it's true that when I'm looking at the shut down Tomcat instance VM, I see several RMI threads lingering around. > >

AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, it looks like your application opens several ports for RMI communication. One class is mentioned in your first mail: ShopdbCacheSynchronizer Maybe you can ask the developer guys to check whether these threads / ports are terminated / closed cleanly on shutdown event. Quite often