Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.2
-
Component/s: Web Interface
-
Labels:None
-
Environment:Windows XP SP3 FR
java (JDK) "1.6.0_07"
apache tomcat "6.0.18"
activation-1.1.jar
mail-1.4.jar
derby-10.1.3.1.jar
-
Number of attachments :
Description
After installing as Wiki said, as a tomcat WAR, i get parsing error in some JSP/TAG code.
Some examples :
org.apache.jasper.JasperException: /WEB-INF/jsp/components/companyLogo.jsp(22,0) "$
{!empty(organisationLogo)}" contient d'incorrecte(s) expression(s): javax.el.ELException: Function ':empty' not found
org.apache.jasper.JasperException: /WEB-INF/tags/currentWWUrl.tag(29,0) "$
" contient d'incorrecte(s) expression(s): javax.el.ELException: Function ':empty' not found
I've added logs as attachments.
The workaround is very simple :
replace EL exepressions containing "empty(" with "empty (", and "not(" with "not (" as EL expression requires.
This is a VERY strange error since i've successufully setup Archiva on my profesionnal server, and i got these error on two distinct personnal systems.
I'll check the professionnal/personnal system differences.
I couldn't replicate this on trunk (-r685734), with the following environment: