JBoss Community

StackOverflowError with JSF2.0 in jbossas7.1.1.Final

created by Naveen in JBoss AS 7 Development - View the full discussion

I am trying to run a JSF2.0 application in Jboss AS7.1.1.Final. I am getting StackOverFlowException.

 

Here is the Exception I am getting:

 

javax.servlet.ServletException

javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)

 

 

 

root cause

java.lang.StackOverflowError

java.util.concurrent.ConcurrentHashMap$Segment.getFirst(ConcurrentHashMap.java:312)

java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:336)

java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)

com.sun.faces.util.ExpiringConcurrentCache.get(ExpiringConcurrentCache.java:95)

com.sun.faces.facelets.impl.DefaultFaceletCache.getFacelet(DefaultFaceletCache.java:121)

com.sun.faces.facelets.impl.DefaultFaceletCache.getFacelet(DefaultFaceletCache.java:62)


 

i tried using maven as well as Jboss Eclipse Tools for Indigo. Both gave me same StackOverFlowException.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community