Pavel Savara wrote:
> Hi, 
> We have a problem with new tomcat starting with our application i got
> the error in catalina.out
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> Caused by: java.lang.ClassNotFoundException: 
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> 
> We start our application with our own catalina_base property and other
> environment properties and call directly catalina.sh after all env.
> variables are set up. We don't use standart war file deploy. All works
> fine with 6.0.16
> 
> I have checked catalina.properties, server.xml, web.xml, catalina.sh and
> i can't see any major changes compare to version 6.0.16 which works just
> fine.
> 
> I got the same error with latest tomcat 5 older version are fine again.
> 
> Any toughts what could be wrong?

Sounds like https://issues.apache.org/bugzilla/show_bug.cgi?id=45585

The fix is http://svn.apache.org/viewvc?view=rev&revision=685715
The catalina.sh change is the only one you need to apply.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to