Re: ClassNotFoundError on context unload

2015-03-22 Thread Austin Jones
After a bit of debugging, I found the issue. The stack traces below are on 8.0.12-src. The bug occurs at this stack: > StandardContext.reload() line: 3779 > HostConfig.reload(HostConfig$DeployedApplication) line: 1306 > HostConfig.checkResources(HostConfig$DeployedApplication) line: 1238 > HostC

Re: ClassNotFoundError on context unload

2015-03-22 Thread Austin Jones
I was able to reproduce the issue in a simple testcase application: https://github.com/austinjones/ClassNotFoundGenerator/ On Sun, Mar 22, 2015 at 1:45 PM, Austin Jones wrote: > I put 8.0.20 on a testing machine, and saw the same issue. > > On Sun, Mar 22, 2015 at 12:15 PM, Christopher Schultz <

Re: ClassNotFoundError on context unload

2015-03-22 Thread Austin Jones
I put 8.0.20 on a testing machine, and saw the same issue. On Sun, Mar 22, 2015 at 12:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Austin, > > On 3/21/15 6:19 PM, Austin Jones wrote: > > I'm having an issue with Tomcat 8

Re: ClassNotFoundError on context unload

2015-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Austin, On 3/21/15 6:19 PM, Austin Jones wrote: > I'm having an issue with Tomcat 8.0.12 when undeploying contexts. > I have autoDeploy turned off, and am pushing WARs+context.xmls > through the Tomcat manager's deploy command. > > I have several S