cancel
Showing results for 
Search instead for 
Did you mean: 

Installation problem with alfresco 3.4 and JBoss 6.0

kvramalingeswar
Champ in-the-making
Champ in-the-making
I have installed Alfresco 3.4 in JBoss 6.0.
When I start JBoss, the console is displaying the following deployment error:  :?:

boot.log

09:33:47,388 ERROR [AbstractKernelController] Error installing to Parse: name=vfs:///C:/Alfresco/jboss-6.0.0.Final/server/default/deploy/alfresco.war state=PreParse mode=Manual requiredState=Parse: org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfs:///C:/Alfresco/jboss-6.0.0.Final/server/default/deploy/alfresco.war
   at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.GA]

Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: vfs:///C:/Alfresco/jboss-6.0.0.Final/server/default/deploy/alfresco.war/WEB-INF/lib/spring-surf-1.0.0.CI-SNAPSHOT.jar/META-INF/tlds/surf.tld@114,33

Caused by: java.lang.RuntimeException: Invalid value jsp for {http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd}body-contentType valid are [tagdependent, empty, scriptless, JSP]

server.log

2011-04-05 09:33:55,885 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "vfs:///C:/Alfresco/jboss-6.0.0.Final/server/default/deploy/alfresco.war" is in error due to the following reason(s): java.lang.RuntimeException: Invalid value jsp for {http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd}body-contentType valid are [tagdependent, empty, scriptless, JSP]
  Deployment "vfs:///C:/Alfresco/jboss-6.0.0.Final/server/default/deploy/share.war" is in error due to the following reason(s): java.lang.RuntimeException: Invalid value jsp for {http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd}body-contentType valid are [tagdependent, empty, scriptless, JSP]
2 REPLIES 2

sclement
Champ in-the-making
Champ in-the-making
Hi,
I have the same issue. Any ideas?
Thanks.

ddebaerd
Champ in-the-making
Champ in-the-making
I have the same problem
Seems that  tags in a lot of TLD files are in lowercase but they should be in upper,
how to change ?

eg
org.jboss.xb.binding.JBossXBException: Failed to parse source: vfs://
/opt/jboss-6.0.0.Final/server/default/deploy/alfresco.war/WEB-INF/lib/spring-sur
f-1.0.0.CI-SNAPSHOT.jar/META-INF/tlds/surf.tld@114,33
in that tld we find a tag body-contentType  whit value jsp

Invalid value jsp for {http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd}body-contentType valid are [tagdependent, empty, scriptless, JSP]
the error  indicates it shoud be JSP

just for fun i adapted the war and then i did run into the same error at other places