Bonjour,

Je viens d'essayer de déployer une application GWT simple (sans BD)
Après m'être connectée sur JBoss et uploader le War, JBoss m'affiche cette erreur.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
Failed to create Resource LAGG2.2.war - cause: java.lang.Exception:Failed to start deployment [vfs:///.../JBoss/jboss-6.0.0.20100429-M3/server/default/deploy/LAGG2.2.war] during deployment of 'LAGG2.2.war' - cause: java.lang.RuntimeException:org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** DEPLOYMENTS IN ERROR: Name -> Error vfs:///.../JBoss/jboss-6.0.0.20100429-M3/server/default/deploy/LAGG2.2.war -> org.jboss.deployers.spi.DeploymentException: URL file:/.../JBoss/jboss-6.0.0.20100429-M3/server/default/tmp/vfs/automountc0a8df1bda827039/LAGG2.2.war-e018fb94419db6eb/ deployment failed DEPLOYMENTS IN ERROR: Deployment "vfs:///.../JBoss/jboss-6.0.0.20100429-M3/server/default/deploy/LAGG2.2.war" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/.../JBoss/jboss-6.0.0.20100429-M3/server/default/tmp/vfs/automountc0a8df1bda827039/LAGG2.2.war-e018fb94419db6eb/ deployment failed -> org.jboss.deployers.client.spi.IncompleteDeploymentException:Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** DEPLOYMENTS IN ERROR: Name -> Error vfs:///.../JBoss/jboss-6.0.0.20100429-M3/server/default/deploy/LAGG2.2.war -> org.jboss.deployers.spi.DeploymentException: URL file:/.../JBoss/jboss-6.0.0.20100429-M3/server/default/tmp/vfs/automountc0a8df1bda827039/LAGG2.2.war-e018fb94419db6eb/ deployment failed DEPLOYMENTS IN ERROR: Deployment "vfs:///.../JBoss/jboss-6.0.0.20100429-M3/server/default/deploy/LAGG2.2.war" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/.../JBoss/jboss-6.0.0.20100429-M3/server/default/tmp/vfs/automountc0a8df1bda827039/LAGG2.2.war-e018fb94419db6eb/ deployment failed
Et pourtant ce War fonctionne correcte sur Weblogic.

Merci d'avance