A web application deployed as an exploded war under server/default/deploy dir 
wich uses struts tld gives this error the first time anybody requests it's 
initial page.


Subsecuent requests are well served and the exception never arises again until 
the server is restarted.



exception

org.apache.jasper.JasperException: /pages/login/index.jsp(3,0) Unable to 
initialize TldLocationsCache: invalid entry CRC (expected 0x5150bebf but got 
0x10c9647c)
        
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


Seems that jboss/jbossweb-tomcat is having some problem handling tld jars or 
definitions when compiling the first time, isn't it?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953475#3953475

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953475

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to