Bug 855925

Summary: [AS7] retrieveBackingContent fails for DomainDeployment resource
Product: [JBoss] JBoss Operations Network Reporter: Libor Zoubek <lzoubek>
Component: Plugin -- JBoss EAP 6Assignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: medium    
Version: JON 3.1.1CC: hrupp, myarboro, theute
Target Milestone: ---   
Target Release: JON 3.1.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 880214 (view as bug list) Environment:
Last Closed: 2013-09-11 10:58:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 880214    
Bug Blocks:    
Attachments:
Description Flags
Content history none

Description Libor Zoubek 2012-09-10 15:52:35 UTC
Created attachment 611476 [details]
Content history

Description of problem: I am not able to retrieveBackingContent for DomainDeployment resource. Moreover .. it says [sha256=null] in Content tab of this resource.


Version-Release number of selected component (if applicable):
JON 3.1.1.CR2

How reproducible:always


Steps to Reproduce:
1. Start AS7 in domain mode
2. create a DomainDeployment child
3. Check UI for deployment resource ID
4. run following in CLI

var res = ProxyFactory.getResource(ID)
res.retrieveBackingContent("/some/path")
  
Actual results:
 in CLI i get:
Wrapped javax.ejb.EJBException: [Warning] java.lang.RuntimeException: Unable to retrieve package bits for resource: 14871 and package: 10241. (<Unknown source>#1)

In content history I see failed package bits retrievial:

java.lang.IllegalStateException: Deployment file seems to have disappeared
	at org.rhq.modules.plugins.jbossas7.DeploymentComponent.retrievePackageBits(DeploymentComponent.java:232)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:634)


See attached screenshot for a conent history

Expected results: package bits are retrieved.

Comment 1 Charles Crouch 2012-09-17 18:57:37 UTC
Pushing for consideration in JON312
Should determine if there is any type of timing issue here, and if so return a more appropriate message.

Comment 2 Charles Crouch 2012-11-19 19:36:27 UTC
Pushing to JBossON product BZ for triage for 312

Comment 3 Heiko W. Rupp 2012-12-03 08:33:44 UTC
release branch 85a91f4

Comment 4 Simeon Pinder 2012-12-07 06:31:23 UTC
Moving to ON_QA as available for testing in ER3 or greater: https://brewweb.devel.redhat.com/buildinfo?buildID=246689

Comment 5 Libor Zoubek 2012-12-07 14:51:34 UTC
verified by CLI automation on 3.1.2.ER3