Bug 799875

Summary: It'll return 'threaddump command is not supported' after executing 'rhc-ctl-app -c threaddump'
Product: OKD Reporter: bzhao
Component: ocAssignee: Abhishek Gupta <abhgupta>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-05 12:23:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bzhao 2012-03-05 10:32:59 UTC
Description of problem:
It'll return 'The threaddump command is not supported by this application type.' after executing 'rhc-ctl-app -c threaddump', 'rhc app threaddump' has also the same issue..

Version-Release number of selected component (if applicable):
rhc-0.87.8-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create ruby app
# rhc app create -a ruby3 -t ruby-1.8

2. using rhc-ctl-app -c threaddump to generate dump file
#rhc app threaddump -a ruby3 .
#rhc-ctl-app -a ruby3 -p xxx -c threaddump

  
Actual results:
It will output error messages said 'The threaddump command is not supported by this application type.'

Expected results:
The command could be executed successfully without anyerror

Additional info:
#rhc app threaddump -a ruby3 -p xxx

RESULT:
The threaddump command is not supported by this application type.

Comment 1 Xiaoli Tian 2012-03-05 12:23:19 UTC
Can not reproduce it.