I need help for deploy my template poseidon in jboss #1634
-
I have a problem and it is that when I try to deploy my primefaces poseidon template with version 6.0.0 on a jboss server (I tried on versions: jboss-eap 8.0, 7.4, 7.1, 6.4 and JDK 1.8) and in all of them I get the same warnings and errors, I looked for solutions online but I can not find much information (I have been using primefaces for 1 week). This gives me the JBoss: 11:19:35,317 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015852: No se pudo poner un Ýndice a la clase META-INF/versions/9/module-info.class en /D:/SERVER JAVA/JBOSS/jboss-eap-6.4/bin/content/poseidon-6.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar: java.lang.IllegalStateException: Unknown tag! pos=4 poolCount = 75 11:19:35,391 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015852: No se pudo poner un Ýndice a la clase META-INF/versions/9/module-info.class en /D:/SERVER JAVA/JBOSS/jboss-eap-6.4/bin/content/poseidon-6.0.0.war/WEB-INF/lib/poi-5.0.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 165 11:19:35,493 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015852: No se pudo poner un Ýndice a la clase META-INF/versions/9/module-info.class en /D:/SERVER JAVA/JBOSS/jboss-eap-6.4/bin/content/poseidon-6.0.0.war/WEB-INF/lib/poi-ooxml-5.0.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 151 11:19:35,597 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015852: No se pudo poner un Ýndice a la clase META-INF/versions/9/module-info.class en /D:/SERVER JAVA/JBOSS/jboss-eap-6.4/bin/content/poseidon-6.0.0.war/WEB-INF/lib/poi-ooxml-lite-5.0.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 61 11:19:35,913 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015852: No se pudo poner un Ýndice a la clase META-INF/versions/9/module-info.class en /D:/SERVER JAVA/JBOSS/jboss-eap-6.4/bin/content/poseidon-6.0.0.war/WEB-INF/lib/xmlbeans-4.0.0.jar: java.lang.IllegalStateException: Unknown tag! pos=5 poolCount = 81 11:19:36,098 WARN [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015893: Encontr¾ un nombre de clase invßlido 'com.sun.faces.vendor.Tomcat6InjectionProvider:org.apache.catalina.util.DefaultAnnotationProcessor' para el tipo de servicio 'com.sun.faces.spi.injectionprovider' 11:19:37,595 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 1) JBAS014612: Operaci¾n ("add") fall¾ - direcci¾n: ([("deployment" => "poseidon-6.0.0.war")]) - descripci¾n de la falla: {"JBAS014671: Servicios fallidos" => {"jboss.deployment.unit."poseidon-6.0.0.war".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit."poseidon-6.0.0.war".POST_MODULE: JBAS018733: Error al procesar la fase POST_MODULE de deployment "poseidon-6.0.0.war" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That WAR is not meant to be deployed to JBOSS its designed for Jetty. Try this pom.xml. Run |
Beta Was this translation helpful? Give feedback.
Yes so that WAR file is not designed for an EE container its designed for Jetty. So you will have to strip a bunch of JARS out of /WEB-INF/lib in the WAR because Jboss already has its own versions of all those Jetty, CDI, WebBeans etc.