Bug 1275582
| Summary: | Unhandled Exception when entering invalid URI | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Pete Savage <psavage> |
| Component: | UI - OPS | Assignee: | mkanoor |
| Status: | CLOSED ERRATA | QA Contact: | Pete Savage <psavage> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.5.0 | CC: | hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi, tcarlin |
| Target Milestone: | GA | ||
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:40:40 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: | |||
|
Description
Pete Savage
2015-10-27 09:39:04 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/51dffb41a32b0db6c53a5490170fc585fa34ed49 commit 51dffb41a32b0db6c53a5490170fc585fa34ed49 Author: Madhu Kanoor <mkanoor> AuthorDate: Wed Oct 28 16:13:00 2015 -0400 Commit: Madhu Kanoor <mkanoor> CommitDate: Wed Oct 28 16:13:00 2015 -0400 Unhandled exception during simulation https://bugzilla.redhat.com/show_bug.cgi?id=1275582 The controller code checks for MiqAeException::* when reporting Automate exceptions all others cause an unhandled exception to be reported. lib/miq_automation_engine/engine/miq_ae_workspace.rb | 5 +++-- spec/lib/miq_automation_engine/miq_ae_engine_spec.rb | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=6cb9dfe791e222cc1bd1d5b158d79b1cbe9caafa commit 6cb9dfe791e222cc1bd1d5b158d79b1cbe9caafa Author: Madhu Kanoor <mkanoor> AuthorDate: Wed Oct 28 16:13:00 2015 -0400 Commit: Madhu Kanoor <mkanoor> CommitDate: Thu Nov 5 09:57:29 2015 -0500 Unhandled exception during simulation https://bugzilla.redhat.com/show_bug.cgi?id=1275582 The controller code checks for MiqAeException::* when reporting Automate exceptions all others cause an unhandled exception to be reported. lib/miq_automation_engine/engine/miq_ae_workspace.rb | 5 +++-- spec/lib/miq_automation_engine/miq_ae_engine_spec.rb | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=b48e7a24d982479bf76db587d47f2a6e465d0979 commit b48e7a24d982479bf76db587d47f2a6e465d0979 Merge: ab4b210 6cb9dfe Author: Greg McCullough <gmccullo> AuthorDate: Thu Nov 5 14:30:27 2015 -0500 Commit: Greg McCullough <gmccullo> CommitDate: Thu Nov 5 14:30:27 2015 -0500 Merge branch 'bugzilla_1275582_55z' into '5.5.z' Unhandled exception during simulation https://bugzilla.redhat.com/show_bug.cgi?id=1275582 The controller code checks for MiqAeException::* when reporting Automate exceptions all others cause an unhandled exception to be reported. Original PR https://github.com/ManageIQ/manageiq/pull/5170 Clean Cherry Pick See merge request !365 lib/miq_automation_engine/engine/miq_ae_workspace.rb | 5 +++-- spec/lib/miq_automation_engine/miq_ae_engine_spec.rb | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) Verified in 5.5.0.11 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:2551 |