hi,

when attempting to run a web application, i am getting the stack trace
below. it complains: Unable to read TLD "META-INF/stripes.tld" from
the stripes jar.

i have the stripes-1.5.2.jar in my target/webapp/WEB-INF/lib/ and
META-INF/stripes.tld does exist within this jar file.

any ideas?

thanks,
lev

org.apache.jasper.JasperException: /index.jsp(9,0) Unable to read TLD
"META-INF/stripes.tld" from JAR file
"file:/home/kaplan/projects/stripes/code/MavenEmail36WebApp/target/MavenEmail36WebApp/WEB-INF/lib/stripes-1.5.2.jar":
org.apache.jasper.JasperException: Failed to load or instantiate
TagExtraInfo class: net.sourceforge.stripes.tag.ErrorsTagExtraInfo
        
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
        
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
        
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)
        
org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:343)
        org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:376)
        org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484)
        org.apache.jasper.compiler.Parser.parseElements(Parser.java:1439)
        org.apache.jasper.compiler.Parser.parse(Parser.java:137)
        
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255)
        
org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
        org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:170)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:299)
        
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:393)

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to