Re: ClassNotFoundError on context unload

2015-03-27 Thread Austin Jones
> > Please file a bug in Bugzilla for this. If you're feeling > enterprising, go ahead and attach a WAR (including source) that can > reproduce the issue. Submitted as bug 57772 . The example WAR is on github, and the steps to reproduce should

Re: ClassNotFoundError on context unload

2015-03-26 Thread Austin Jones
Hi Chris, I know what is going on here (it is quite clear in the debugger). I'll take you through it one step at a time in this email, but the issue is complicated, so I'll try to be thorough. Would you be willing to try the newly-minted 8.0.21, or 8.0.20, to see if it makes a difference? Yes,

Re: ClassNotFoundError on context unload

2015-03-23 Thread Austin Jones
ristopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Austin, > > On 3/22/15 10:11 PM, Austin Jones wrote: > > After a bit of debugging, I found the issue. The stack traces > > bel

Re: ClassNotFoundError on context unload

2015-03-23 Thread Austin Jones
either the WAR or the exploded > directory. Some details on what is triggering this issue would go a long > way to helping figuring out what is going on and if there is a bug here > or not. > > Mark > > > > > On Sun, Mar 22, 2015 at 2:26 PM, Austin Jones > wrote: &g

Re: ClassNotFoundError on context unload

2015-03-22 Thread Austin Jones
should this be fixed? Should the ClassLoader fall back to the compressed WAR? Should the DocBase be deleted after the context is stopped? On Sun, Mar 22, 2015 at 2:26 PM, Austin Jones wrote: > I was able to reproduce the issue in a simple testcase application: > https://github.com/a

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

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

ClassNotFoundError on context unload

2015-03-21 Thread Austin Jones
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 ServletContextListeners that handle proper context shutdown. The ones that cause the issue look like this:

autoDeploy triggers after Manager Deployment

2014-09-24 Thread Austin Jones
e resource being updated, or maybe even the current time at the start of the checkResources call. -- *Austin Jones* Senior Designer *(619) 819-8844 x1040 Office* *(619) 819-8840 Fax* *3131 Camino Del Rio North, Suite 1500San Diego, CA 92108* [image: Avadyne Health] http://www.avadynehealth.com

Re: Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-09 Thread Austin Jones
Done: https://issues.apache.org/bugzilla/show_bug.cgi?id=56938 On Mon, Sep 8, 2014 at 11:55 PM, Mark Thomas wrote: > On 09/09/2014 00:17, Austin Jones wrote: > > Hello, > > I am having a problem with Tomcat 8 (v8.0.12), and uppercase context > paths. > > I am using the

Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-08 Thread Austin Jones
s there an undocumented requirement that context paths be lowercase, or is this a bug? -- Austin Jones