java - Deployment onto OpenShift Tomcat 7 is not successful anymore -


we deploy our web spring/hibernate application on openshift tomcat 7.0 our git repository. use free plan. used ok, successful deployment stopped. of time deployment stuck. got following error:

webresources [/var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/src/main/resources/spring] [/var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/target/rentapp]  [info] copying webapp webresources [/var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/src/main/resources] [/var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/target/rentapp]  [info] copying webapp resources [/var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/src/main/webapp] [info] webapp assembled in [1119 msecs] [info] building war: /var/lib/openshift/579937937628e1baed000140/app-root/runtime/repo/webapps/root.war [info] web-inf/web.xml added, skipping  [info] ------------------------------------------------------------------------ [info] build success  [info] ------------------------------------------------------------------------  [info] total time: 51.339s  [info] finished at: wed jul 27 18:39:48 edt 2016 [info] final memory: 17m/124m  [info] ------------------------------------------------------------------------  preparing build deployment deployment id b822d97e activating deployment starting jbossews cartridge jbossews process failed start  -------------------------  git post-receive result: failure  activation status: failure activation failed following gears: 579937937628e1baed000140  (error activating gear: client_error: failed execute: 'control start' /var/lib/openshift/579937937628e1baed000140/jbossews #<io:0x000000023b72a0> #<io:0x000000023b7228> )  deployment completed status: failure postreceive failed 


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -