tomcat - Openshift Origin-rhc app create tomcat7 error - Failed to execute: : 'control start' -
tomcat - Openshift Origin-rhc app create tomcat7 error - Failed to execute: : 'control start' -
after installing jboss ews 2.0 cartridge, app create command leads error shown below. openshift origin installed on virtual box centos 6.5 environment. help much appreciated.
rhc app create myjava7 tomcat7 --trace
using jbossews-2.0 (tomcat 7 (jboss ews 2.0)) 'tomcat7'
application options
domain: mydomain cartridges: jbossews-2.0 gear size: default scaling: no
creating application 'myjava7' ... starting jbossews cartridge jbossews process failed start /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:737:in handle_error!': failed execute: 'control start' /var/lib/openshift/544c1df34fe5a091c8000153/jbossews (rhc::rest::validationexception) /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:394:in
request' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:376:in attempt' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:375:in
each' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:375:in attempt' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/client.rb:382:in
request' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/base.rb:30:in rest_method' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/rest/domain.rb:67:in
add_application' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands/app.rb:576:in create_app' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands/app.rb:142:in
create' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/highline_extensions.rb:190:in call' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/highline_extensions.rb:190:in
section' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/highline_extensions.rb:204:in paragraph' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/helpers.rb:293:in
send' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/helpers.rb:293:in paragraph' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands/app.rb:138:in
create' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands.rb:294:in send' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands.rb:294:in
execute' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/commands.rb:285:in to_commander' /usr/lib/ruby/gems/1.8/gems/commander-4.0.3/lib/commander/command.rb:180:in
call' /usr/lib/ruby/gems/1.8/gems/commander-4.0.3/lib/commander/command.rb:180:in call' /usr/lib/ruby/gems/1.8/gems/commander-4.0.3/lib/commander/command.rb:155:in
run' /usr/lib/ruby/gems/1.8/gems/commander-4.0.3/lib/commander/runner.rb:383:in run_active_command' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/command_runner.rb:100:in
run!' /usr/lib/ruby/gems/1.8/gems/commander-4.0.3/lib/commander/delegates.rb:7:in run!' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/lib/rhc/cli.rb:37:in
start' /usr/lib/ruby/gems/1.8/gems/rhc-1.26.9.1/bin/rhc:20 /usr/bin/rhc:19:in `load' /usr/bin/rhc:19
i getting similar errors while creating python , ruby apps.
i've digged day issue, , seems installation of tomcat/jboss under centos broken. utilize of alternative repositories (epel) required packages still miss something. i've found several bug study openshift tracker, know, without subscription on own. openshift has confirmed bug, can read on comments of tracker, prepare still missing.
so, short of options, i've ended code my own openshift cartridge back upwards tomcat7 (no jboss support). don't know if i'm going right direction, @ to the lowest degree can deploy , run something. hope helps, sense free fork , contribute.
tomcat openshift-origin
Comments
Post a Comment