[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #9 from Rafał Gała --- Thank you very much for this, will surely come in handy. I would like to add one more thing - the issue does not exist when Tomcat is run on JDK11. There have been some fixes related to class naming introduc

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #8 from Remy Maucherat --- The fix is preventing improper cleanups but won't go too far beyond that, so a JVM error class exception is still going to go through. This behavior is specific to VirtualMachineError (except for StackOver

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #7 from Rafał Gała --- I agree it is a problem with an application, but should this exception cause such serious Tomcat shutdown problems? We are using Apache Commons Daemon to run Tomcat as a Windows service. When we stop the Windo

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Daniel Charczyński changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Rafał Gała changed: What|Removed |Added CC||rafal.g...@ingbank.pl -- You are receivi

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #4 from Daniel Charczyński --- Thanks a lot. Which commit solve this problem? -- You are receiving this mail because: You are the assignee for the bug. - To unsub

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #2 from Remy Maucherat --- After testing, the InlineExecutorService does the part properly using a FutureTask, so nothing to fix here. Problems are: - ContainerBase.stopInternal throws a LifecycleException on any failure - If worki

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera