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 <j....@onehippo.com> on 2011/11/11 10:25:58 UTC

Re: svn commit: r1200683 [1/2] - in /incubator/rave/trunk: rave-components/rave-core/src/main/java/org/apache/rave/portal/model/ rave-components/rave-core/src/test/resources/ rave-portal-resources/src/main/webapp/WEB-INF/db/ rave-shindig/ rave-shindi

De portal is now broken :(
The JSP classloading issue seems to be back, because Tomcat throws an
internal server error with:

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

During the build there are multiple stacktraces from the databasepopulator.

Jasha


On 11 November 2011 02:28, <mf...@apache.org> wrote:

> Author: mfranklin
> Date: Fri Nov 11 01:28:45 2011
> New Revision: 1200683
>
> URL: http://svn.apache.org/viewvc?rev=1200683&view=rev
> Log:
> Refactored rave shindig to use common person model (Supports RAVE-347)
>
>

Re: svn commit: r1200683 [1/2] - in /incubator/rave/trunk: rave-components/rave-core/src/main/java/org/apache/rave/portal/model/ rave-components/rave-core/src/test/resources/ rave-portal-resources/src/main/webapp/WEB-INF/db/ rave-shindig/ rave-shindi

Posted by Jasha Joachimsthal <j....@onehippo.com>.
The portal is accessible again. It was the same classloading issue in
rave-shindig as in https://issues.apache.org/jira/browse/RAVE-78 that was
only visible if you browse to http://localhost:8080 (without the /portal
context).


On 11 November 2011 10:25, Jasha Joachimsthal
<j....@onehippo.com>wrote:

> De portal is now broken :(
> The JSP classloading issue seems to be back, because Tomcat throws an
> internal server error with:
>
> 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
>
> During the build there are multiple stacktraces from the databasepopulator.
>
> Jasha
>
>
> On 11 November 2011 02:28, <mf...@apache.org> wrote:
>
>> Author: mfranklin
>> Date: Fri Nov 11 01:28:45 2011
>> New Revision: 1200683
>>
>> URL: http://svn.apache.org/viewvc?rev=1200683&view=rev
>> Log:
>> Refactored rave shindig to use common person model (Supports RAVE-347)
>>
>>