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' showed Tomcat's first. So I assumed

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' not show Tomcat's messages first like 'warn'

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 >

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 tomcat was shut

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

2013-06-11 Thread Martin Gainty
I org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1115) Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.server.ZooTrace MGput zookeeper*.jar on CLASSPATH at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1711)

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:52 -0400 I

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 environment

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 access: this web

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 Send Thread

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

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 6/8/13 11:14 PM, ruxing bao wrote: I'am using Zookeeper client API in java web application.When I shut down tomcat,I am getting this error : 2013-06-07 12:01:29,676 ERROR [org.apache.zookeeper.ClientCnxn]

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- Hash: SHA256 Bob, On 6

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 scheduler.

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

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 beenstoppedalready Any

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

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

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 the doc concerning auto-deployment

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 stops of

Re: Illegal Access

2005-12-21 Thread Martin Gainty
what does the ConnectorPort specified for catalina's default non-SSL HTTP/1.1 Connector say? what does stdout_MMDD.log say? If your run netstat -a do you see the hostname:ConnectorPort is the state in a 'listening' mode ? Martin- - Original Message - From: Schalk [EMAIL PROTECTED]

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/tomcat-users.xml

Re: Illegal Access

2005-12-21 Thread Schalk
Martin Gainty wrote: what does the ConnectorPort specified for catalina's default non-SSL HTTP/1.1 Connector say? what does stdout_MMDD.log say? If your run netstat -a do you see the hostname:ConnectorPort is the state in a 'listening' mode ? Martin- - Original Message - From:

Re: Illegal Access

2005-12-21 Thread Schalk
: 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 password