I am getting a StackOverflowError with my app. I can't figure out what
change I've made to my code or environment that is causing this separately
from what others in my group are doing. I've looked at the MyFaces source
and can kind of see how this could happen. This might even be a bug in the
MyFaces code, but I'm at a bit of a loss. Any suggestions would be
appreciated.

Here is the trace:

java.lang.StackOverflowError
 at
java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338)
 at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
 at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:99)
 at
weblogic.servlet.internal.WebAppServletContext.getAttribute(WebAppServletContext.java:510)
 at
org.apache.myfaces.context.servlet.ApplicationMap.getAttribute(ApplicationMap.java:46)
 at
org.apache.myfaces.util.AbstractAttributeMap.get(AbstractAttributeMap.java:89)
 at
javax.faces.application.Application.getMyfacesApplicationInstance(Application.java:73)
 at
javax.faces.application.Application.getExpressionFactory(Application.java:137)
 at
javax.faces.application.Application.getExpressionFactory(Application.java:140)
 at
javax.faces.application.Application.getExpressionFactory(Application.java:140)

Reply via email to