Bug 859396 - [fork]"rhc app reload" always returns "Node execution failure"
Summary: [fork]"rhc app reload" always returns "Node execution failure"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Mrunal Patel
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-21 12:46 UTC by jizhao
Modified: 2015-05-14 22:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-06 18:50:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description jizhao 2012-09-21 12:46:23 UTC
Description of problem:
Run "rhc app reload" and it always return "Node execution failure"

Version-Release number of selected component (if applicable):
fork_ami_US2105_129

How reproducible:
Always

Steps to Reproduce:
1.Create an app
2.Reload it
$ rhc app reload -a <app_name>
3.
  
Actual results:
Problem reported from server. Response code was 500.

DEBUG:
runcon: /var/lib/stickshift/2320bf8c730e492dab73fd8821076092/jbossas-7/app1_ctl.sh: No such file or directory
Cartridge return code: 127

Exit Code: 143
broker_c: namespacerhloginsshapp_uuiddebugaltercartridgecart_typeactionapp_nameapi
api_c: placeholder
API version:    1.1.3

RESULT:
Node execution failure (invalid exit code from node).  If the problem persists please contact Red Hat support.



Expected results:
The app should be reloaded successfully.

Additional info:

Comment 1 Mrunal Patel 2012-09-21 17:28:24 UTC
Fixed with commit 96eddebee3a578d68ee4434be7333fa99c98da3c.
Will be available in next AMI for US 2105.

Comment 2 Xiaoli Tian 2012-09-24 08:30:20 UTC
Verified it on fork_ami_2105_133, it's fixed now


[root@F17x64-openshift test]# rhc app reload -a  appname31417 -l xtian+t0 -p 1

RESULT:
Success

[root@F17x64-openshift test]# rhc app status -a appname31417 -l xtian+t0 -p 1

RESULT:
Total Accesses: 1
Total kBytes: 0
Uptime: 2024
ReqPerSec: .000494071
BytesPerSec: 0
BytesPerReq: 0
BusyWorkers: 1
IdleWorkers: 0
Scoreboard: WS...


Note You need to log in before you can comment on or make changes to this bug.