Savoy, Melinda wrote:
>
> I am running on a local Tomcat v5.5 server.
>
> Don't understand why we're getting the following error so any insight 
> or direction would be greatly appreciated, regards:
>
> *description*_ The server encountered an internal error () that 
> prevented it from fulfilling this request._
> *exception*
> org.apache.jasper.JasperException: 
> org/apache/commons/beanutils/NestedNullException
>
[snip]

> *root cause*
> java.lang.NoClassDefFoundError: 
> org/apache/commons/beanutils/NestedNullException
>
[snip]

This is the clue you need. Tomcat cannot find the NestedNullException 
class which is part of the Apache Commons-BeanUtils package. Make sure 
that the BeanUtils jar file is in your webapp's classpath somewhere and 
try it again.

Ed!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to