Pbl de deploiement d'un fichier ear

ter -  
 syncerastum -
Bonjour, je deploie un fichier ear dans jboss AS 7 mais j'ai le probleme suivant
WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/content/lgp.ear/lib/serializer-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,772 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/content/lgp.ear/lib/jaxb-impl-2.2.2.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,774 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/content/lgp.ear/lib/jaxb-impl-2.2.2.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,810 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/content/lgp.ear/lib/jaxb-impl-2.2.2.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,810 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/content/lgp.ear/lib/jaxb-impl-2.2.2.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,812 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/content/lgp.ear/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,812 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/content/lgp.ear/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
13:14:49,813 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer.jar in "/content/lgp.ear/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference



A voir également:

2 réponses

jmwurth Messages postés 2933 Date d'inscription   Statut Membre Dernière intervention   854
 
Bonjour
Vous auriez donc la version Enterprise de Windows 7.
Les erreurs concerneraient le service MSC, soit Microsoft Console avec des doublons 810 et 812. J'ai déjà eu affaire à des versions Enterprise de l'un ou l'autre logiciel, mais jamais à une archive Java de type .ear
0
syncerastum
 
Hello, i need some help:

am Trying to write a batch File to undeploy old archive and deploy a new one
but that dose not work, but when i write the same commands in the "jboss-cli" it work. help please :)

hier is my Batch text:

set JAVA_HOME=C:\Progra~1\Java\jdk1.7.0_09

c:\[Path]\jboss-cli.bat

connect

undeploy [Name]

deploy c:\[Path]\[Name].ear --name=[name] --runtime-name=[name].ear

exit

pause

exit
0