git - How to resolve jbossews on openshift: Failed to execute: 'control restart'? -
git - How to resolve jbossews on openshift: Failed to execute: 'control restart'? -
when force app @ openshift upload , final messages are
remote: starting jbossews cartridge remote: jbossews process failed start remote: git post-receive result: failure remote: activation status: failure remote: activation failed next gears: remote: 5433a24de0b8cd0dfa----- (error activating gear: client_error: failed execute: 'control start' /var/lib/openshift/5433a24de0b8cd0dfa0000ec/jbossews) remote: deployment completed status: failure remote: postreceive failed
also when manually restart application openshift website, showing me
"unable finish requested operation" "starting jbossews cartridge jbossews process failed start jbossews cartridge stopped failed execute: 'control restart' /var/lib/openshift/5433a24de0b8cd0dfa-----/jbossews"
how troubleshoot error message?
the key error message "postreceive failed
": need check why app doesn't deploy properly.
you'll find illustration in this thread:
your project not have right construction maven based project. seek creating jboss ews 2 gear, git clone
files there , check structure. if want utilize --from-code
option, needs have structure. including pom.xml
openshift profile. can browse right construction here:origin-server/cartridges/openshift-origin-cartridge-jbossews/template.
if want bundle application war file, , add together webapps dir, can delete src
directory , pom.xml
files , that.
you should able move project right structure.
git openshift
Comments
Post a Comment