Re: Exeptions after upgrading to tomcat 7

2013-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Manuel, On 5/25/13 4:41 PM, Manuel LeNormand wrote: > Hello all, I have a Solr instance running on a Tomcat 6 servlet, > everything worked fine. While upgrading to Tomcat 7.0.34, I get > exceptions I'm having a hard time to deal with. Two kind of >

RE: Exeptions after upgrading to tomcat 7

2013-05-27 Thread Manuel LeNormand
I tried commenting out the two listeners above for test, but this doesnt ommit the memory leak exceptions (after service restart of course). Any suggestions? On May 27, 2013 5:15 PM, "Manuel LeNormand" wrote:

RE: Exeptions after upgrading to tomcat 7

2013-05-27 Thread Manuel LeNormand
ilto:rosenberg.l...@gmail.com] > > Subject: Re: Exeptions after upgrading to tomcat 7 > > > First we are talking about a ThreadLocal, not Thread. > > Read the logs again; besides the ThreadLocal abuse, there are two threads > left lying around: > > > > SEVERE: The web

RE: Exeptions after upgrading to tomcat 7

2013-05-26 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Subject: Re: Exeptions after upgrading to tomcat 7 > First we are talking about a ThreadLocal, not Thread. Read the logs again; besides the ThreadLocal abuse, there are two threads left lying around: > > SEVERE: The

Re: Exeptions after upgrading to tomcat 7

2013-05-26 Thread Leon Rosenberg
On Sun, May 26, 2013 at 3:14 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > > Subject: Re: Exeptions after upgrading to tomcat 7 > > > Remove following lines from server.xml

RE: Exeptions after upgrading to tomcat 7

2013-05-26 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Subject: Re: Exeptions after upgrading to tomcat 7 > Remove following lines from server.xml: > >className="org.apache.catalina.core.JreMemoryLeakPreventionListene

Re: Exeptions after upgrading to tomcat 7

2013-05-26 Thread Leon Rosenberg
Hello Manuel, On Sat, May 25, 2013 at 10:41 PM, Manuel LeNormand < manuel.lenorm...@gmail.com> wrote: > Hello all, > I have a Solr instance running on a Tomcat 6 servlet, everything worked > fine. > While upgrading to Tomcat 7.0.34, I get exceptions I'm having a hard time > to deal with. > Two k