Le Mon, 29 Jan 2007 12:50:45 +0100 Eric Barroca <[EMAIL PROTECTED]> a écrit :
> To see it working, you can try Friday's nightly build: > http://svn.nuxeo.org/snapshots/nuxeo-5.0.0.SNAPSHOT- > installer-20070126.jar Well, I tried this one but, at the first try, I get the following error: ###### Beginning of first error messages ########################### [EMAIL PROTECTED] { url=file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ } deployer: MBeanProxyExt[jboss.web:service=WebServer] status: Deployment FAILED reason: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed state: FAILED watch: file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/WEB-INF/web.xml altDD: null lastDeployed: 1170078151641 lastModified: 1170078082000 mbeans: --- MBeans waiting for other MBeans --- ObjectName: jboss.cache:service=TreeCache State: FAILED Reason: org.jgroups.ChannelException: failed to start protocol stack I Depend On: jboss:service=Naming jboss:service=TransactionManager ObjectName: jboss.web.deployment:war=nuxeo.war,id=-184432959 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.web.deployment:war=nuxeo.war,id=-184432959 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed ObjectName: jboss.cache:service=TreeCache State: FAILED Reason: org.jgroups.ChannelException: failed to start protocol stack I Depend On: jboss:service=Naming jboss:service=TransactionManager ###### End of first error messages ########################### So I did as suggested by Dragos: adding the option -Djava.net.preferIPv4Stack=true at the end of the script run.sh. And, because of "deployment" alert and Olivier last message, I replace the original jboss-remoting.jar file by the one in: http://public.dev.nuxeo.com/~ogrisel/software/jboss-remoting.jar After relaunching the script I still get an error: ###### Beginning of second error messages ########################### [EMAIL PROTECTED] { url=file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ } deployer: MBeanProxyExt[jboss.web:service=WebServer] status: Deployment FAILED reason: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed state: FAILED watch: file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/WEB-INF/web.xml altDD: null lastDeployed: 1170078547676 lastModified: 1170078468000 mbeans: --- MBeans waiting for other MBeans --- ObjectName: jboss.web.deployment:war=nuxeo.war,id=-184432959 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.web.deployment:war=nuxeo.war,id=-184432959 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/home/bitouze/nuxeo-5.0.0.SNAPSHOT/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed ###### End of second error messages ########################### And the server is down: when I point my browser to http://localhost:8080/nuxeo, I get a 404 page: HTTP Status 404 - /nuxeo/ type Status report message /nuxeo/ description The requested resource (/nuxeo/) is not available. -- Denis _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
