Bug 829751 - [eap6][CLI] retrieving backing content for EAP6 deployment times out
Summary: [eap6][CLI] retrieving backing content for EAP6 deployment times out
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: RHQ 4.5.0
Assignee: RHQ Project Maintainer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: as7-plugin 831494
TreeView+ depends on / blocked
 
Reported: 2012-06-07 13:36 UTC by Libor Zoubek
Modified: 2015-11-02 00:43 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 831494 (view as bug list)
Environment:
Last Closed: 2013-09-01 10:08:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Libor Zoubek 2012-06-07 13:36:14 UTC
Description of problem: When I try to retrieve backing content using CLI for a WAR deployed on EAP6 (standalone) it times out


Version-Release number of selected component (if applicable):
JON 3.1.CR3

How reproducible:always


Steps to Reproduce:
1.create a new Deployment child using UI, upload some WAR file
2.locate it's ID (part of URL in browser)
3.prepare another WAR file in /tmp/war.war
4.run CLI and do following:

var res = ProxyFactory.getResource(ID);
res.updateBackingContent('/tmp/war.war');
res.retrieveBackingContent('/tmp/retrieved.war');
  
Actual results: last operation fails with error message similar to this:

javax.ejb.EJBException: [Warning] java.lang.RuntimeException: Unable to retrieve package bits for resource: 10052 and package: 10011 before timeout.

In agent log .. following error occurs:

2012-06-07 14:33:51,127 WARN  [Content.crud-1] (rhq.core.pc.content.RetrieveContentBitsRunner)- Error calculating SHA256 [10051][Pack
ageDetails[Key=PackageDetailsKey[Name=cluster-demo.war, Version=[sha256=null] Arch=noarch Type=file]]]
java.lang.IllegalStateException: Deployment file seems to have disappeared
        at org.rhq.modules.plugins.jbossas7.DeploymentComponent.retrievePackageBits(DeploymentComponent.java:230)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:634)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:636)
2012-06-07 14:33:51,128 WARN  [Content.crud-1] (rhq.core.pc.content.RetrieveContentBitsRunner)- Error calculating MD5 [10051][PackageDetails[Key=PackageDetailsKey[Name=cluster-demo.war, Version=[sha256=null] Arch=noarch Type=file]]]
java.lang.IllegalStateException: Deployment file seems to have disappeared
        at org.rhq.modules.plugins.jbossas7.DeploymentComponent.retrievePackageBits(DeploymentComponent.java:230)
        at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:634)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:636)


Expected results: an updated content of resource is retrieved


Additional info:updateBackingContent is crucial step for this bug to be reproduced

Comment 1 Lukas Krejci 2012-06-13 06:28:09 UTC
master http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=2a2102df22a4c87662e80e5704a2e8302ce0377d
Author: Lukas Krejci <lkrejci>
Date:   Tue Jun 12 19:01:59 2012 +0200

    [BZ 829751] - Make sure deploying a package updates the internal info
    about it.

Comment 2 Lukas Krejci 2012-06-13 06:49:09 UTC
Updating the component to "Plugins" to correctly reflect where the problem actually lies.

Comment 3 Heiko W. Rupp 2013-09-01 10:08:52 UTC
Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since.


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