See Thread at: http://www.techienuggets.com/Detail?tx=6123 Posted on behalf of 
a User

This problem is sometimes caused by an older version of the JspSourceDependent 
class being in one of your class loaders.  In my case, GWT (google widget 
toolkit) had this class so that it could install a tomcat server, and it was 
causing this problem.  If you are using an IDE, try looking for the class 
JspSourceDependent and see if it shows up in any of your jars.  If it does, 
either edit the contents of the jar to take it out, or take the jar out of your 
WEB-INF/lib directory (or manifest files if you are using a classpath ref)

In Response To: 

All,
    We just upgraded Tomcat to 5. We have several web
apps that are on this machine. Of the several that are
there only one doesn't work after the upgrade. This is
the error we recieve when we try and bring up the
default page for the site:

HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report


message 

description The server encountered an internal error
() that prevented it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile
class for JSP

Generated servlet error:
The return type is incompatible with
JspSourceDependent.getDependants()



org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)

javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)



I am unclear as to what this really means. If anyone
could point me to something to try, I would greatly
appreciate it.

Thank you so much.
B

 




 
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on <...> Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To start a new topic, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
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