Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Resin Server - 500 Servlet Exception

800461Sep 2 2009 — edited Sep 2 2009
Hi,

Sorry for the newbie question, but I could really use some pointers here:

I am trying to run a web application on Resin 3.0 on Windows Vista and after accessing the initial login page, putting in my login and password and clicking the Submit button I get the following exception:

*500 Servlet Exception*

javax.servlet.ServletException:
too many servlet includes `/'

at com.caucho.server.connection.RequestAdapter.init(RequestAdapter.java:138)

at
com.caucho.server.webapp.DispatchRequest.init(DispatchRequest.java:113)
at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:202)
at
com.caucho.server.webapp.RequestDispatcherImpl.error(RequestDispatcherImpl.java:113)
at
com.caucho.jsp.PageContextImpl.handlePageException(PageContextImpl.java:1066)

at jsp.main__jsp._jspService(_main__jsp.java:123)
at
com.caucho.jsp.JavaPage.service(JavaPage.java:60)
at
com.caucho.jsp.Page.pageservice(Page.java:570)

When I look on the console for the server it seems to keep running thousands of lines like the exception above, and from the very hard to find postings online regrading a similar issue it seems to be akin to an infinite recursion - pages including themselves or something like that. The problem is that there is no information on caucho's forums or site on this. Also, being new to Resin I am not sure if it is a matter of erroneous configuration, and if yes, where would I look for it.

If someone has a suggestion as to where I should look I would greatly appreciate it.

Thanks.

Edited by: Roman-S on Sep 2, 2009 3:06 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2009
Added on Sep 2 2009
3 comments
594 views