4 Replies Latest reply on Apr 4, 2012 10:29 AM by javarebel

    StackOverflowError with JSF2.0 in jbossas7.1.1.Final

    javarebel

      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.