Re: Bizarre NoClassDefFoundError

2009-11-02 Thread A. Rothman
. It also uncovered another blank-page bug, which is yet to be solved (anyone who can help, pls read the bug report for details)... but that's another story. Thanks to everyone for the help, especially to Konstantin for his fruitful efforts :-) Amichai A. Rothman wrote: Thanks

Re: Occasional NoClassDefFoundError, but disappears after couple of restarts

2009-11-02 Thread A. Rothman
To anyone who may stumble upon this thread looking for solutions - this bug has been investigated and fixed by Konstantin Kolinko (https://issues.apache.org/bugzilla/show_bug.cgi?id=48097). The fix should be available in Tomcat 6.0.21 and later. <mailto:knst.koli...@gmail.com> A. R

Re: Occasional NoClassDefFoundError, but disappears after couple of restarts

2009-11-01 Thread A. Rothman
I've opened https://issues.apache.org/bugzilla/show_bug.cgi?id=48097 with a sample jsp that recreates the error. Mark Thomas wrote: A. Rothman wrote: A couple months ago I had a slightly different setting but with the same strange result - NoClassDefFoundErrors which occurred

Re: Occasional NoClassDefFoundError, but disappears after couple of restarts

2009-08-03 Thread A. Rothman
A couple months ago I had a slightly different setting but with the same strange result - NoClassDefFoundErrors which occurred on a particular jsp page in my app, but only if it was the first jsp accessed following a restart (and remained in the error state until the next restart). If it was no

Re: Bizarre NoClassDefFoundError

2009-06-25 Thread A. Rothman
.apache.catalina.loader.WebappClassLoader modified FINE: Failed tracking modifications of '/WEB-INF/lib' Jun 25, 2009 1:40:58 PM org.apache.catalina.loader.WebappClassLoader modified FINE: modified() ... Thanks again, Amichai Bill Barker wrote: "A. Rothman" wrote

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
there's some known issue, or something about the tomcat internals which I'm unaware of, or just something obvious and silly I've missed. I appreciate the help and suggestions from everyone here - thanks :-) Amichai Caldarale, Charles R wrote: From: A. Rothman [mailto:amich...@a

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
Well I went over the changelog, and there's nothing there that sounds related... it is mostly distro details, plus a few security patches (which look related to request handling and not classloading/compiling)... Any other thoughts? A. Rothman wrote: You're absolutely rig

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
und distro-related things like paths and split configurations, but it's possible they actually change something meaningful. Amichai Caldarale, Charles R wrote: From: A. Rothman [mailto:amich...@amichais.net] Subject: Bizarre NoClassDefFoundError I'm running a stock tomcat 6 (6.0.18-0u

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
(Martin - I hope it's ok with u that I'm replying back to the list - u seem to be sending me personal replies) The bean class is in a jar under WEB-INF/lib. At no point is anything being changed there, and it has no external dependencies. When I was talking about compiling, deleting, etc. I

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
You can assume it's "placed in a jar file under WEB-INF/lib" :-) The thing is, I have a feeling it has nothing to do with the actual class not being found. Because it finds it when another page loads first, or when the jsp's generated class file is deleted and recreated, and nothing in the cl

Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
Hi everyone! I'm running a stock tomcat 6 (6.0.18-0ubuntu6.1) on kubuntu Jaunty amd64 and Sun JDK (1.6.0_13-b03) , with a website consisting of several jsps, some of which make use of a POJO session bean, placed in a jar file under WEB-INF/lib. I'm encountering a very strange error, in the