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
access: this web application instance has been stopped > already and NoClassDefFoundError > > > From: ruxing bao [mailto:brxonl...@hotmail.com] > > Subject: RE: Illegal access: this web application instance has been stopped > > already and NoClassDefFoundError >

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
I > > > org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1115) > > > > > > > > Caused by: java.lang.ClassNotFoundException: > > org.apache.zookeeper.server.ZooTrace MG>put zookeeper*.jar on CLASSPATH > > > at > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassL

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
-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] > (xxx-startStop-1-Se