Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-02 Thread David Smith
Caldarale, Charles R wrote: From: David Smith [mailto:[EMAIL PROTECTED] Subject: Re: Webapps inexplicably losing access to common/shared classloaders H. only fixed by a system restart? This sounds like an environment variable is changed during start or stop and the new value is

RE: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > H. only fixed by a system restart? This sounds like an > environment variable is changed during start or stop and the > new valu

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread David Smith
Timothy Collett wrote: Now, this seems to happen *every* time I stop and restart Tomcat... I'm somewhat at a loss to see what could be put into a bad state by stopping and restarting Tomcat, but put back in a good state by restarting the computer. Shouldn't everything be cleaned up by stopp

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
On Dec 1, 2006, at 10:35 AM, Caldarale, Charles R wrote: Do you have servlet-api.jar in more than one place? It must only be in common/lib, and nowhere else. You can also get the above error if HttpServlet.class is packaged in some other jar. Nope, it's only there. I even unzipped every si

RE: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Caldarale, Charles R
> From: Timothy Collett [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > Dec 1, 2006 8:54:05 AM org.apache.catalina.startup.HostConfig > deployDirectory > SEVERE: Error deploying web application

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
On Dec 1, 2006, at 10:00 AM, Caldarale, Charles R wrote: Agreed, not if this is all happening within one process. Any chance some thread in one of your webapps is changing the current directory for the process? That can result in rather strange and erratic behavior, depending on which classl

RE: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Caldarale, Charles R
> From: Timothy Collett [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > I did check, but I don't see how any permissions setup could > possibly create this situation... Agreed, not if this is all happe

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
On Dec 1, 2006, at 8:45 AM, Caldarale, Charles R wrote: From: Timothy Collett [mailto:[EMAIL PROTECTED] Subject: Re: Webapps inexplicably losing access to common/shared classloaders Now, this seems to happen *every* time I stop and restart Tomcat... Does anything happen to the access

RE: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Caldarale, Charles R
> From: Timothy Collett [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > Now, this seems to happen *every* time I stop and restart Tomcat... Does anything happen to the access permissions or other security attribute

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
Now, this seems to happen *every* time I stop and restart Tomcat... I'm somewhat at a loss to see what could be put into a bad state by stopping and restarting Tomcat, but put back in a good state by restarting the computer. Shouldn't everything be cleaned up by stopping Tomcat, or not cle

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-21 Thread Timothy Collett
On Nov 20, 2006, at 3:07 PM, Timothy Collett wrote: ...And, just as I suspected it would, it has once again ceased to function in the 5.5.20 container. One webapp can't see the shared classloader (for the MySQL jar), and the other can't see the common classloader (for the servlet-api jar).

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-16 Thread Timothy Collett
On Nov 15, 2006, at 5:12 PM, Caldarale, Charles R wrote: I hope you're aware that 6.0 is still highly experimental - the fact that it is downloadable has not even been officially announced. You're pretty much on your own with that level at the moment. That said, there is a 6.0.1 at the dow

RE: Webapps inexplicably losing access to common/shared classloaders

2006-11-15 Thread Caldarale, Charles R
> From: Timothy Collett [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps inexplicably losing access to > common/shared classloaders > > Well, it seems to have happened once again, this time in Tomcat > 6.0.0 I hope you're aware that 6.0 is still highly experimenta

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-15 Thread Timothy Collett
Well, it seems to have happened once again, this time in Tomcat 6.0.0, and it's not even being able to see the MySQL driver when I put the jar in the webapp's WEB-INF/lib folder. Once again, it was working fine before I restarted Tomcat, and afterwards, it was not. I would very much apprec

Webapps inexplicably losing access to common/shared classloaders

2006-11-07 Thread Timothy Collett
Greetings. I have been having a problem recently with webapps losing access to the shared classloader, or, worse, the common classloader. It occurred apparently spontaneously a week ago, and I simply moved to a clean Tomcat container of 5.5.20 (I needed to upgrade anyway). It's been work