Re: Illegal access: this web application instance has been stoppedalready

2009-04-03 Thread Mikolaj Rydzewski
Christopher Schultz wrote: On 4/2/2009 4:49 PM, Mikolaj Rydzewski wrote: I observe almost identical exceptions when I redeploy webapplication that uses quartz scheduler. It looks like after webapp's instance has been undeployed, background quartz thread wants to do something and then exceptio

Re: Illegal access: this web application instance has been stoppedalready

2009-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikolaj, On 4/2/2009 4:49 PM, Mikolaj Rydzewski wrote: > Caldarale, Charles R wrote: >> Whatever you're doing is attempting multiple stops of your webapp. > I observe almost identical exceptions when I redeploy webapplication > that uses quartz schedu

Re: Illegal access: this web application instance has been stoppedalready

2009-04-02 Thread Mikolaj Rydzewski
Caldarale, Charles R wrote: Whatever you're doing is attempting multiple stops of your webapp. I observe almost identical exceptions when I redeploy webapplication that uses quartz scheduler. It looks like after webapp's instance has been undeployed, background quartz thread wants to do somethi

RE: Illegal access: this web application instance has been stoppedalready

2009-04-01 Thread Paulchwd
Thnx for the reply, here is the information: context.xml file changed was in META-INF directory NetBeans version 6.5 Platform: Windows Vista Business 32 Bit Apache Tomcat: 6.0.18 JDK 6 I will try to run it in a standalone version of Tomcat - after I figure out how to build a war file from NetBea

RE: Illegal access: this web application instance has been stoppedalready

2009-03-31 Thread Caldarale, Charles R
> From: Paulchwd [mailto:paulc...@sympatico.ca] > Subject: Illegal access: this web application instance has been > stoppedalready > > INFO: Illegal access: this web application instance has been stopped > already. Could not load java.lang.Object. Whatever you're doing is attempting multiple sto