Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1090718

Summary: jbossews app fail to be migrated during 2.0->2.1 upgrade.
Product: OpenShift Container Platform Reporter: Johnny Liu <jialiu>
Component: Cluster Version OperatorAssignee: Brenton Leanhardt <bleanhar>
Status: CLOSED ERRATA QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.1.0CC: bleanhar, libra-onpremise-devel
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: 2014-05-15 14:40:31 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:
Attachments:
Description Flags
upgrade_errors.log none

Description Johnny Liu 2014-04-24 03:37:29 UTC
Description of problem:
jbossews app fail to be migrated.

Check log for more details.

Version-Release number of selected component (if applicable):
2.1/2014-04-22.2

How reproducible:
Always

Steps to Reproduce:
1.Create some jbossews app on ose-2.0 env.
2.Start ose-upgrade process.
3.

Actual results:
jbossews app fail to be migrated. Check upgrade log, get the following error:
<--snip-->
                "upgrade_script_jbossews": {
                    "context": {
                        "cartridge": "jbossews",
                        "rc": 1,
                        "stderr": "cp: cannot stat `/var/lib/openshift/53569bf296511db3a7000104/jbossews//usr/versions//configuration/*': No such file or directory\n",
                        "stdout": ""
                    },
                    "errors": [
                        "Upgrade script for jbossews returned a non-zero exit code (1)"
                    ],
                    "status": "incomplete"
                }
<--snip-->

Expected results:
Should be upgrade successfully.

Additional info:

Comment 1 Johnny Liu 2014-04-24 03:38:55 UTC
Created attachment 889182 [details]
upgrade_errors.log

Comment 4 Johnny Liu 2014-04-28 07:21:21 UTC
Verified this bug with 2.1/2014-04-24.1, and PASS.

Jbossews app is migrated successfully now.