I wish that were true. I did that (after similar advice from jasypt user list), did not help. Same error. However, I uploaded to Linux Tomcat 5.5 Java 1.5 system, restarted Tomcat, and it works! Go figure. I still have one application running on an old server at Tomcat 5.5 Java 1.4 level. As soon as I migrate it I will update my Windows environment to match. I stayed with Tomcat 5.5 as it is the last stable release and am also at similar level for 1.5.

I have learned the hard way that putting up the latest release is rarely a good idea unless there is some compelling reason to do so.

Thanks for the advice.
----- Original Message ----- From: "Christopher Schultz" <ch...@christopherschultz.net>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, September 24, 2010 12:01 PM
Subject: Re: Help with jasypt (Java Security). NoClassDefFoundError.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steve,

On 9/24/2010 12:17 PM, Steve Ryder wrote:
java.lang.NoClassDefFoundError:
org/apache/commons/lang/exception/NestableRuntimeException

This is likely to be due to your placement of libraries.

Aside from Chuck's comments (with which I completely agree: it's upgrade
time for you), I would suggest that you place /all/ libraries your web
application needs into the webapp's WEB-INF/lib directory, and not use
common/lib for any of that stuff.

Moving your libraries from the common to the webapp's lib directory is
likely to solve this problem for you.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyc2XwACgkQ9CaO5/Lv0PC34QCdHmCZ8/01n9wQD3gvKvaH2hD1
MmkAoJt6H9CxBYbRvCyeHUo7HR3OR7lr
=F5qN
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to