users@jersey.java.net

[Jersey] The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

From: cmoulliard <cmoulliard_at_xpectis.com>
Date: Fri, 15 Jan 2010 01:39:27 -0800 (PST)

Hi,

I get this error :

com.sun.jersey.api.container.ContainerException:
org.apache.jasper.JasperException:
/org/apache/camel/web/resources/CamelContextResource/index.jsp(1,1) The
absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either
web.xml or the jar files deployed with this application
        at
com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor.writeTo(JSPTemplateProcessor.java:124)
        at
com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor.writeTo(JSPTemplateProcessor.java:60)
        at
com.sun.jersey.spi.template.ResolvedViewable.writeTo(ResolvedViewable.java:100)
        at
com.sun.jersey.server.impl.template.ViewableMessageBodyWriter.writeTo(ViewableMessageBodyWriter.java:78)
        at
com.sun.jersey.server.impl.template.ViewableMessageBodyWriter.writeTo(ViewableMessageBodyWriter.java:58)
        at
com.sun.jersey.spi.container.ContainerResponse.write(ContainerResponse.java:289)
        at
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1029)
        at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:941)
        at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:932)
        at
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:384)
        at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:451)
        at
com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:797)
        at
com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:770)
        at
com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:731)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
        at
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
        at
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:55)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:11

Why Jersey is not able to load the URI ?

Regards,

Charles
-- 
View this message in context: http://n2.nabble.com/The-absolute-uri-http-java-sun-com-jsp-jstl-core-cannot-be-resolved-in-either-web-xml-or-the-jar-filn-tp4397759p4397759.html
Sent from the Jersey mailing list archive at Nabble.com.