1 Reply Latest reply on May 14, 2008 6:54 PM by varussell

    Not finding JstlCoreLibrary

    varussell

      I am trying to deploy an application using JBoss 4.2,1 and JDK 1.6.  I have deployed an ear file to the deploy directory.  The ear file, among other things, contains a war file with the jsf-facelets.jar.  Yet when I try and access the site using Firefox I immediately get an error from Mozilla indicating that an infinite re-direct has been detected.  Looking in the log I see the following stack trace.  I have tried re-installing JBoss and re-creating the ear to no avail.  The JstlCoreLibrary class is present in the jar but I am wondering if there isn't some other setting I need to set.  Thanks.


      Russell Weisfield



      javax.servlet.ServletException: Servlet execution threw an exception
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)|
      
      <snip>
      
      Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sun.facelets.tag.jstl.core.JstlCoreLibrary
              at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)|