Hi all,

I'm trying to get started with JSF and am hitting a very frustrating
problem.  Any time that I try and open a jsp page I am getting the following
error:

SEVERE: Servlet.service() for servlet Faces Servlet threw exception
java.lang.StackOverflowError
   at org.apache.catalina.core.ContainerBase.getManager(ContainerBase.java
:393)
   at org.apache.catalina.connector.Request.doGetSession(Request.java:2191)
   at org.apache.catalina.connector.Request.getSession(Request.java:2024)
   at org.apache.catalina.connector.RequestFacade.getSession(
RequestFacade.java:831)
   at javax.servlet.http.HttpServletRequestWrapper.getSession(
HttpServletRequestWrapper.java:215)
<repeats many more times>

I am running Tomcat 5.5, Eclipse 3.2, myfaces-core-1.1.4, and the examples
from Kito Mann's book.

I removed commons-el.jar from my application (jsp-2.0.jar was not there).
I've seen that this problem has been posted a few other times on the web but
can't find any resolution.

Any help would be greatly appreciated - thanks!

John

Reply via email to