Pergunta

Eu não posso implantar no openshift.Eu tenho um servidor Jboss, mongodb e jenkins como cartuchos.O aplicativo não é escalável.A compilação é bem sucedida.Aqui estão, o último console linhas:

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
Foi útil?

Solução

Parece que talvez o arquivo war está levando muito tempo para implementar.Quanto tempo leva para girar até que o aplicativo localmente?Você deve tentar construir a guerra do arquivo localmente e, em seguida, usando SCP para transferi-lo para o seu equipamento e implantá-lo e ver se funciona.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top