Re: info: illegal access: this web application instance has been stopped already w/Parallel deployment

2021-01-07 Thread Mark Thomas
It looks like the in-flight requests are taking longer to complete than the unloadDelay configured for the Context. Mark On 07/01/2021 23:00, Усманов Азат Анварович wrote: > > Hi everyone! About a year ago I asked the following question on the > users-list about getting a illegal state except

info: illegal access: this web application instance has been stopped already w/Parallel deployment

2021-01-07 Thread Усманов Азат Анварович
Hi everyone! About a year ago I asked the following question on the users-list about getting a illegal state exception when using parallel deployment in tomcat 7 https://www.mail-archive.com/users@tomcat.apache.org/msg133549.html since I wasn't able to find a solution we kinda avoided using par

Re: --illegal-access-warn and --illegal-access-deny show different violations

2018-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mohan, On 12/9/18 02:55, Mohan Radhakrishnan wrote: > Yes. --illegal-access=warn > > It doesn't stop the JVM. I misunderstood. > > But --illegal-access=deny shows the Spring violation first. While > 'warn' sh

Re: --illegal-access-warn and --illegal-access-deny show different violations

2018-12-09 Thread Mohan Radhakrishnan
Yes. --illegal-access=warn It doesn't stop the JVM. I misunderstood. But --illegal-access=deny shows the Spring violation first. While 'warn' showed Tomcat's first. So I assumed that 'deny' will first show Tomcat's messages again. Why does 'deny'

Re: --illegal-access-warn and --illegal-access-deny show different violations

2018-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mohan, On 12/8/18 08:39, Mohan Radhakrishnan wrote: > Hi, When I use --illegal-access-warn I see these. > > WARNING: Illegal reflective access by > org.apache.catalina.loader.WebappClassLoaderBase > (file:/C:/Users/476458/.m2

--illegal-access-warn and --illegal-access-deny show different violations

2018-12-08 Thread Mohan Radhakrishnan
Hi, When I use --illegal-access-warn I see these. WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase (file:/C:/Users/476458/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.34/tomcat-embed-core-8.5.34.jar) to field java.io.ObjectStreamClass

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-12 Thread ruxing bao
Hi Chris, > > On 6/11/13 1:05 AM, ruxing bao wrote: > > Sorry,I can't get any more of the stack trace. > > > > We wrapped zookeepr client as a spring bean and invoked method > > "close" of zookeeper in "destory-method" of bean,in that method > > "close",zookeeper Send Thread was closed. When to

Re: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 6/11/13 1:05 AM, ruxing bao wrote: > Sorry,I can't get any more of the stack trace. > > We wrapped zookeepr client as a spring bean and invoked method > "close" of zookeeper in "destory-method" of bean,in that method > "close",zookeeper S

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-11 Thread ruxing bao
Yes, my reply caused some confusion. I mean that currently zookeeper jar is palced in the my web appllication's WEB-INF/lib directory. thanks, Bob > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Tue, 11 Jun 2013 07:15:20 -0500 > Subject: RE: Illegal

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-11 Thread Caldarale, Charles R
> From: ruxing bao [mailto:brxonl...@hotmail.com] > Subject: RE: Illegal access: this web application instance has been stopped > already and NoClassDefFoundError > Zookeeper jar had been under CLASSPATH. Do not ever use the CLASSPATH environment variable. In a Tomcat environ

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-11 Thread ruxing bao
Hi, Zookeeper jar had been under CLASSPATH. thanks, bob > From: mgai...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: Illegal access: this web application instance has been stopped > already and NoClassDefFoundError > Date: Tue, 11 Jun 2013 06:37:

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-11 Thread Martin Gainty
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1711) > > > > > > > > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556) > > > ... 1 more > > > > > > > > >

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-10 Thread ruxing bao
Hi Chris, > Date: Mon, 10 Jun 2013 10:18:10 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Illegal access: this web application instance has been stopped > already and NoClassDefFoundError > > -BEGIN PGP SIGNED MESSAGE- &g

Re: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-10 Thread Christopher Schultz
same time,the following is also in catalina.out: > > > > INFO: Illegal access: this web application instance has been > stopped already. Could not load > org.apache.zookeeper.server.ZooTrace. The eventual following stack > trace is caused by an error thrown for debugging

Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-08 Thread ruxing bao
) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556) ... 1 more at the same time,the following is also in catalina.out: INFO: Illegal access: this web application instance has been stopped already. Could not load org.apache.zookeeper.server.ZooTrace. The eve

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 beenstoppedalready

2009-04-02 Thread Paulchwd
Thnx for the help it is now working. The cause was either fixed by correcting improper JSF syntax or rebooting. Cheers Caldarale, Charles R wrote: > >> From: Paulchwd [mailto:paulc...@sympatico.ca] >> Subject: RE: Illegal access: this web application instance has >&g

RE: Illegal access: this web application instance has beenstoppedalready

2009-04-01 Thread Caldarale, Charles R
> From: Paulchwd [mailto:paulc...@sympatico.ca] > Subject: RE: Illegal access: this web application instance has > beenstoppedalready > > Any additional information / ideas / shots in the dark are > greatly appreciated There's these interesting little comments in

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

2009-04-01 Thread Paulchwd
NetBeans Any additional information / ideas / shots in the dark are greatly appreciated = Caldarale, Charles R wrote: > >> From: Paulchwd [mailto:paulc...@sympatico.capaulchwd@sympatico.ca] >> Subject: Illegal access: this web application in

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

Illegal access: this web application instance has been stopped already

2009-03-31 Thread Paulchwd
I am using NetBeans 6.5 with its embeded Tomcat server to write a JavaServer Faces application. I am getting this error: INFO: Illegal access: this web application instance has been stopped already. Could not load java.lang.Object. The eventual following stack trace is caused by an error

Re: Illegal Access

2005-12-21 Thread Schalk
- From: Schalk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 10:30 AM To: Tomcat Users List Subject: Re: Illegal Access Caldarale, Charles R wrote: From: Schalk [mailto:[EMAIL PROTECTED] Subject: Re: Illegal Access To add onto this, what is the default username and passwo

RE: Illegal Access

2005-12-21 Thread Ariel Pashtan
lto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 10:30 AM To: Tomcat Users List Subject: Re: Illegal Access Caldarale, Charles R wrote: >> From: Schalk [mailto:[EMAIL PROTECTED] >> Subject: Re: Illegal Access >> >> To add onto this, what is the default username and p

Re: Illegal Access

2005-12-21 Thread Schalk
age - From: "Schalk" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, December 21, 2005 10:51 AM Subject: Illegal Access Greetings All Some of the pages on a site running on localhost is throwing an Illegal Access error with java.net.BindException. I

Re: Illegal Access

2005-12-21 Thread Schalk
Caldarale, Charles R wrote: From: Schalk [mailto:[EMAIL PROTECTED] Subject: Re: Illegal Access To add onto this, what is the default username and password for the Tomcat Manager application? There isn't one. You have to add the appropriate userid and role to your authentic

RE: Illegal Access

2005-12-21 Thread Caldarale, Charles R
> From: Schalk [mailto:[EMAIL PROTECTED] > Subject: Re: Illegal Access > > To add onto this, what is the default username and password for the > Tomcat Manager application? There isn't one. You have to add the appropriate userid and role to your authentication realm (conf/

Re: Illegal Access

2005-12-21 Thread Martin Gainty
k" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, December 21, 2005 10:51 AM Subject: Illegal Access > Greetings All > > Some of the pages on a site running on localhost is throwing an Illegal > Access error with java.net.BindException. I cannot t

Re: Illegal Access

2005-12-21 Thread Schalk
To add onto this, what is the default username and password for the Tomcat Manager application? I am currently using user:admin pass:tomcat Schalk wrote: Greetings All Some of the pages on a site running on localhost is throwing an Illegal Access error with java.net.BindException. I cannot

Illegal Access

2005-12-21 Thread Schalk
Greetings All Some of the pages on a site running on localhost is throwing an Illegal Access error with java.net.BindException. I cannot think why some pages are causing this and other are not. I am running WindowsXP with Tomcat 5.5.12. Any ideas what may be causing this? Thank you in advance