RE: LinkageError: duplicate Class definition

2001-09-06 Thread Peter Romianowski
e: LinkageError: duplicate Class definition > ok, i try to develop a test case (and environment). but my first attempt to > reproduce the error in that testcase failed (even though it remains in my > "real" application). here's a short doc on what's happening: >

Re: LinkageError: duplicate Class definition

2001-09-06 Thread Remy Maucherat
> ok, i try to develop a test case (and environment). but my first attempt to > reproduce the error in that testcase failed (even though it remains in my > "real" application). here's a short doc on what's happening: > 1. i start tomcat with tomcat/bin/catalina.sh -config myserver.xml - file > fol

Re: LinkageError: duplicate Class definition

2001-09-05 Thread Remy Maucherat
> hi there, > > I got a weird problem getting on here. I'm using tomcat 4b07 on both win2000 > and linux. > after startup I start some threads and when they execute for the first time > I get a LinkageError: duplicate Class definition. > there are 4 things with this I dont understand: > 1st: all c

Re: LinkageError: duplicate Class definition

2001-09-05 Thread Craig R. McClanahan
There was a race condition in the web app class loader in 4.0-beta-7 that could cause this. Could you try it again with a recent nightly build. NOTE: Use the one from 20010906 (tonight) or 20010904 -- the one from 20010905 has a bug related to session cookies that I just fixed. Craig On Wed,