Pregunta

No puedo desplegar en OpenShift.Tengo un servidor JBoss, MongoDB y Jenkins como cartuchos.La aplicación no es escalable.La construcción es exitosa. Aquí están las últimas líneas de consola:

Preparing build for deployment
Deployment id is f62b813b
Activating deployment
Starting MongoDB cartridge
Deploying JBoss
Starting jbossas cartridge
Found 127.10.192.1:8080 listening port
Found 127.10.192.1:9999 listening port
/var/lib/openshift/538c7f614382ec6016000002/jbossas/standalone/deployments /var/lib/openshift/538c7f614382ec6016000002/jbossas
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
CLIENT_MESSAGE: Artifact: ./ROOT.war is still deploying
/var/lib/openshift/538c7f614382ec6016000002/jbossas
Failed deployments: ./ROOT.war
Archiving artifacts
Finished: SUCCESS

¿Fue útil?

Solución

Parece que tal vez su archivo de guerra está tomando para desplegarse.¿Cuánto tiempo se tarda en girar esa aplicación localmente?Debe intentar construir el archivo de guerra localmente y luego usar SCP para transferirlo a su equipo y desplegarlo y ver si funciona.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top