Bug 824498 - Update farmed Application Deployment (EAR/WAR) results in non-farmed deployment
Summary: Update farmed Application Deployment (EAR/WAR) results in non-farmed deployment
Keywords:
Status: CLOSED DUPLICATE of bug 824502
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Plugin -- JBoss EAP 5
Version: JON 3.1.0
Hardware: All
OS: All
urgent
high
Target Milestone: ---
: JON 3.1.0
Assignee: Stefan Negrea
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On: 824151
Blocks: jon310-sprint11, rhq44-sprint11
TreeView+ depends on / blocked
 
Reported: 2012-05-23 15:33 UTC by Larry O'Leary
Modified: 2012-05-23 22:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: EMBJOPR-366
Environment:
JON 2.4 EAP 5.0.1 admin-console
Last Closed: 2012-05-23 15:45:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Larry O'Leary 2012-05-23 15:33:09 UTC
+++ This bug was initially created as a clone of upstream Bug #646631 +++

Description of problem:
If an application is deployed to an AS instance's farm directory and the Update Content operation is performed, application is no longer deployed to farm.

Version-Release number of selected component (if applicable):
RHQ 3.0.0
JON 2.4.0
Embedded JOPR (admin-console) with EAP 5.0.0, EAP 5.0.1

How reproducible:
Always

Steps to Reproduce:
1. Setup a two node EAP cluster
2. Deploy an application (EAR/WAR) to node1's farm using admin-console
3. Verify application was deployed to both node1 and node2
4. Update the application using the same EAR/WAR (From admin-console, expand and select the deployed EAR/WAR and select it's Content tab and then click Update)

  
Actual results:
The updated deployed application is now only deployed to node1 in its deploy directory

Expected results:
The updated deployed application is deployed to node1 and node2 and appears in their farm directory

Additional info:
This is a result of the StandaloneManagedDeploymentComponent.deployPackages method invoking DeploymentUtils.deployArchive without a means of passing in whether to deploy farmed or not. Currently, the method appears to support a deployExploded boolean but no method of passing in whether it is farmed or not. The DeploymentUtils.deployArchive method should probably accept a deployFarmed boolean as well as the deployPackages method being updated to check to see if the updated deployment was farmed. Of course, this may be very error prone as this would be directly tied to a hard-coded path name. Maybe we should gather these options from ProfileService or Inventory before we remove the old deployment?

Comment 1 Larry O'Leary 2012-05-23 15:45:20 UTC

*** This bug has been marked as a duplicate of bug 824502 ***


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