Bug 644313
Summary: | not-handled exception during 'service broker restart/stop' | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Lubos Trilety <ltrilety> |
Component: | cumin | Assignee: | Trevor McKay <tmckay> |
Status: | CLOSED ERRATA | QA Contact: | Jan Sarenik <jsarenik> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 1.3 | CC: | iboverma, jsarenik, matt |
Target Milestone: | 2.0 | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cumin-0.1.4560 | Doc Type: | Bug Fix |
Doc Text: |
Cause
Cumin does not handle cases in which the qpidd broker exits after it is connected.
Consequence
Cumin will raise unhandled exceptions and cease to operate.
Fix
Handle the exception and display an informative message in the GUI if the broker is unavailable.
Result
Cumin will not display exception traces or crash if the broker is stopped. If the broker is started again, cumin will eventually connect to the new broker instance and continue to operate.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-23 15:41:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 693778 |
Description
Lubos Trilety
2010-10-19 12:24:21 UTC
Please retest on cumin-0.1.4560 or later Note, you will want to make sure that no cumin-data/web processes are killed. You will also want to look in /var/log/cumin/* for exceptions from here on out. Verified on cumin-0.1.4573-2.el5 Processes are running: # ps -e | grep cumin 4027 ? 00:00:00 cumin 4029 ? 00:00:02 cumin-web 4030 ? 00:00:03 cumin-web 4031 ? 00:00:02 cumin-web 4032 ? 00:00:02 cumin-web 4033 ? 00:00:14 cumin-data # grep -i trace /var/log/cumin/* || echo nothing nothing Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause Cumin does not handle cases in which the qpidd broker exits after it is connected. Consequence Cumin will raise unhandled exceptions and cease to operate. Fix Handle the exception and display an informative message in the GUI if the broker is unavailable. Result Cumin will not display exception traces or crash if the broker is stopped. If the broker is started again, cumin will eventually connect to the new broker instance and continue to operate. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0889.html |