Bug 1034411

Summary: BatchUpdateException on bundle deployment
Product: [JBoss] JBoss Operations Network Reporter: Armine Hovsepyan <ahovsepy>
Component: ProvisioningAssignee: John Mazzitelli <mazz>
Status: CLOSED WORKSFORME QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: unspecified    
Version: JON 3.2CC: ahovsepy, mazz, mfoley, myarboro
Target Milestone: ---Keywords: Regression
Target Release: JON 3.2.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-26 13:58:22 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:
Attachments:
Description Flags
bundle.log none

Description Armine Hovsepyan 2013-11-25 19:14:11 UTC
Description of problem:
BatchUpdateException on bundle deployment

Version-Release number of selected component (if applicable):
jon 3.2 er7

How reproducible:
1 out of 5

Steps to Reproduce:
1. navigate to bundles
2. upload bundle version 1.1
3. deploy bundle version 1.1 to destination1
4. upload same bundle version 1.2
5. deploy bundle version 1.2 to destination2

Actual results:
exception in log -> http://d.pr/f/VNe4
deployment fails

Expected results:
deployment passes, no exception in logs

Additional info:

Comment 1 John Mazzitelli 2014-02-25 16:51:39 UTC
Need more details, Armine.

I just tried this and it all worked for me.

Here is what I did:

1) create "group1" with a single "platform" resource in it
2) create "bundle 1"
3) deploy "bundle 1" to "destination 1" which has "group1" associated with it and the target directory was "/tmp/deleteme/bundle"
4) create "bundle 2"
5) deploy "bundle 2" to new "destination 2" which also had "group1" associated with it but its target directory was "/tmp/deleteme/another"

I verified the bundle content is correct in both places - /tmp/deleteme/bundle and /tmp/deleteme/another

Comment 2 Armine Hovsepyan 2014-02-26 13:55:49 UTC
Created attachment 868029 [details]
bundle.log

Attached are fragments from server and agent logs - i am not hitting the initial exception as well.

Bug can be closed as "works for me", as not reproducible anymore. In case of hitting the same bug again will reopen this bug.