Bug 1139780
| Summary: | Storage node is not stopped during reverted upgrade and second invocation causes BindException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Filip Brychta <fbrychta> | ||||
| Component: | Installer, Upgrade | Assignee: | Michael Burman <miburman> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Filip Brychta <fbrychta> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.0 | CC: | miburman, myarboro, tsegismo | ||||
| Target Milestone: | ER04 | ||||||
| Target Release: | JON 3.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-12-11 14:02:39 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: |
|
||||||
Fixed in master:
commit e53a218269a501f22ec491927a15362fe31159b2
Author: Michael Burman <miburman>
Date: Fri Sep 12 10:16:25 2014 +0300
[BZ 1139780] UndoTasks are done in reverse order, so add stop command after the delete command to the undoTask list
Cherry-picked over to release/jon3.3.x
commit b1edee142c637181bacb7a6f36576f4934997250
Author: Michael Burman <miburman>
Date: Fri Sep 12 10:16:25 2014 +0300
(cherry picked from commit e53a218269a501f22ec491927a15362fe31159b2)
Signed-off-by: Thomas Segismont <tsegismo>
Moving to ON_QA as available for test with build: https://brewweb.devel.redhat.com/buildinfo?buildID=388959 Verified on Version : 3.3.0.ER04 Build Number : 99d2107:d7c537e |
Created attachment 935798 [details] console.log Description of problem: When the upgrade process is reverted due to some error, storage node is not stopped and second upgrade attempt throws ExportException: Port already in use: 7299 Version-Release number of selected component (if applicable): Version : 3.3.0.ER02 Build Number : 4fbb183:7da54e2 How reproducible: Always Steps to Reproduce: 1. install jon3.2.0.GA 2. start upgrade to jon3.3.ER2 and cancel it (ctrl+c) during server installation (line: Trying to start the RHQ Server...) 3. start the upgrade again Actual results: 11:24:13,825 WARN [org.rhq.storage.installer.StorageInstaller] The storage node reported the following errors while trying to start: Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 7299; nested exception is: java.net.BindException: Address already in use Expected results: Storage node is stopped after step 2 and no errors are thrown during step 3 Additional info: See complete console.log