Yes, I belatedly realized this.  I undefined my classpath and am
letting Tomcat build it in catalina.sh (not thats working, though).


On 3/28/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
> >Classpath: /usr/local/apache-tomcat-5.5.16/bin:
> > /usr/local/apache-tomcat-5.5.16/server/lib:
> > /usr/local/apache-tomcat-5.5.16/common/lib:
> > /usr/local/jdk1.5.0_06/lib:/usr/local/jdk1.5.0_06/jre/lib/ext
>
> this is not a valid classpath. you need to specify each JAR that you want 
> included.
> only for .class files can you specify a directory
>
> Filip
>
>
>
> Cody Caughlan wrote:
> > I looked at the Tomcat source code and that class should be in
> > /server/lib/tomcat-util.jar. Which should be in the bootstrap
> > classpath. For fun's sake I added that to the classpath environment
> > variable building routine in catalina.sh and it still didnt work.
> >
> > /Cody
> >
> > On 3/27/06, Farrow, Marc <[EMAIL PROTECTED]> wrote:
> >
> >> You need to place the Jar file that contains the
> >> org/apache/tomcat/util.log/SystemLoghandler class in your
> >> %tomcat_home%/common/lib folder.  I am not going to research and find that
> >> jar file you.  I will let that be an assignment for you.
> >>
> >> -----Original Message-----
> >> From: Cody Caughlan [mailto:[EMAIL PROTECTED]
> >> Sent: Sunday, March 26, 2006 11:42 PM
> >> To: users@tomcat.apache.org
> >> Subject: NoClassDefFoundError in SystemLogHandler during Bootstrap in 
> >> binary
> >> version
> >>
> >> Tomcat version: 5.5.16
> >> SuSE 10 OSS
> >> JDK: 1.5.06
> >> Classpath: /usr/local/apache-tomcat-5.5.16/bin:
> >> /usr/local/apache-tomcat-5.5.16/server/lib:
> >> /usr/local/apache-tomcat-5.5.16/common/lib:
> >> /usr/local/jdk1.5.0_06/lib:/usr/local/jdk1.5.0_06/jre/lib/ext
> >>
> >>
> >> I get this error in catalina.out when I attempt to start Tomcat.
> >>
> >> java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler
> >>         at java.lang.Class.getDeclaredConstructors0(Native Method)
> >>         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
> >>         at java.lang.Class.getConstructor0(Class.java:2640)
> >>         at java.lang.Class.newInstance0(Class.java:321)
> >>         at java.lang.Class.newInstance(Class.java:303)
> >>         at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:205)
> >>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)
> >>
> >>
> >>
> >> This subject has come up before on this list and people have suggested
> >> adding TOMCAT_HOME/server/lib/tomcat-util.jar and
> >> TOMCAT_HOME/common/lib to my CLASSPATH. Which I did. Same for
> >> TOMCAT_HOME/bin which contains common-daemon.jar. As you can see above
> >> my CLASSPATH contains all of the necessary references. I have also
> >> placed commons-logging.jar in common/lib.
> >>
> >> Any fresh ideas? Thanks!
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to