java - Openshift application deployed successfully but not updated -
i've been trying forever deploy java application jboss 7 server on openshift, but, although deployment log says application has been deployed successfully, deploy not being honoured. old version of application being served user , modules added under .openshift/config/modules not taken account.
i connected through ssh application , can see deployment under repo folder, war under dependencies/jbossas/deployments not correct, it's old one.
i migrated hibernate, problem? i'm puzzled here since no errors getting displayed in server logs. made modifications in index.html not getting displayed.
the deployment log says:
remote: client_message: artifact: ./root.war still deploying[k remote: /var/lib/openshift/534346184382ec47bc00025b/jbossas[k remote: artifacts deployed: ./root.war[k remote: -------------------------[k remote: git post-receive result: success[k remote: activation status: success[k remote: deployment completed status: success[k ssh://534346184382ec47bc00025b@ ... 0db8697..a779ad0 master -> master application available @ ...
any appreciated. thanks!
that odd. saying repo application same on client , os gear war generated on gear not correct?
is there war file in deployables directory in git repo? if make openshift deploy regardless of rest of repository looked like.
Comments
Post a Comment