Re: Bizarre NoClassDefFoundError

2009-11-02 Thread A. Rothman
mation by setting: org.apache.catalina.loader.level=FINEST in your conf/logging.properties file on a system using a SecurityManager (very much not recommended for an active production system). I appreciate the help and suggestions from everyone here - thanks :-) Amichai Caldarale, Charle

Re: Bizarre NoClassDefFoundError

2009-06-25 Thread A. Rothman
ormation by setting: org.apache.catalina.loader.level=FINEST in your conf/logging.properties file on a system using a SecurityManager (very much not recommended for an active production system). I appreciate the help and suggestions from everyone here - thanks :-) Amichai Caldarale, Charl

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread Bill Barker
active production system). > I appreciate the help and suggestions from everyone here - thanks :-) > > Amichai > > > Caldarale, Charles R wrote: >>> From: A. Rothman [mailto:amich...@amichais.net] >>> Subject: Re: Bizarre NoClassDefFoundError >>> >&

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 Caldarale, Charles R
> From: A. Rothman [mailto:amich...@amichais.net] > Subject: Re: Bizarre NoClassDefFoundError > > Any other thoughts? You could actually try a real Tomcat, rather than just browsing someone's likely incomplete list of what has been changes. Have you compared the failing gen

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 right :-) I meant

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
You're absolutely right :-) I meant 'stock' as in "I used the distro package manager's stock binary and didn't mess with it". I'm trying to find the diff/changelog of how the ubuntu package differs from the original. I thought they only change around distro-related things like paths and split

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread A. Rothman
Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 24 Jun 2009 22

RE: Bizarre NoClassDefFoundError

2009-06-24 Thread Caldarale, Charles R
> From: A. Rothman [mailto:amich...@amichais.net] > Subject: Bizarre NoClassDefFoundError > > I'm running a stock tomcat 6 (6.0.18-0ubuntu6.1) Well, that's *not* a stock Tomcat - it's one that's been repackaged by someone at Ubuntu. It would be interesting to try this on a truly stock Tomcat -

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