You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Jasha Joachimsthal (JIRA)" <ji...@apache.org> on 2011/06/17 12:03:47 UTC

[jira] [Reopened] (RAVE-66) jstl-1.2 dependency cannot be resolved anymore from maven repository

     [ https://issues.apache.org/jira/browse/RAVE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasha Joachimsthal reopened RAVE-66:
------------------------------------


I'm getting an error after building and running the project from a clean maven repository:

javax.servlet.ServletException: java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/apache/jasper/servlet/JasperLoader) of the current class, org/apache/jsp/index_jsp, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:268)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.apache.shindig.gadgets.servlet.ETagFilter.doFilter(ETagFilter.java:55)
	org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:359)
	org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:275)
	org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
	org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
	org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:344)
	org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:272)
	org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:81)

> jstl-1.2 dependency cannot be resolved anymore from maven repository
> --------------------------------------------------------------------
>
>                 Key: RAVE-66
>                 URL: https://issues.apache.org/jira/browse/RAVE-66
>             Project: Rave
>          Issue Type: Bug
>            Reporter: Marlon Pierce
>            Assignee: Ate Douma
>             Fix For: 0.1-INCUBATING
>
>
> I get the following maven error on a clean (no previous $HOME/.m2 repository) build on linux when running mvn clean install:
> [ERROR] Failed to execute goal on project rave-portal: Could not resolve dependencies for project org.apache.rave:rave-portal:war:0.1-incubating-SNAPSHOT: Failure to find javax.servlet:jstl:jar:1.2 in http://download.java.net/maven/2/ was cached in the local repository, resolution will not be reattempted until the update interval of java.net has elapsed or updates are forced -> [Help 1]
> I'm using maven 3.0.3. 
> [mpierce@gridfarm005 rave]$ java -version
> java version "1.6.0_25"
> Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
> Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
> [mpierce@gridfarm005 rave]$ uname -a
> Linux gridfarm005.xxx.yyy.zzz  2.6.18-238.5.1.el5 #1 SMP Mon Feb 21 05:52:39 EST 2011 x86_64 x86_64 x86_64 GNU/Linux

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira