RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1250451 - GUI: If register with auto-attach fails to attach subscriptions should just throw an error dialogue and exit after you click OK on the error dialogue
Summary: GUI: If register with auto-attach fails to attach subscriptions should just t...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: Sean Toner
Lenka Špačková
URL:
Whiteboard:
Depends On:
Blocks: 1246125
TreeView+ depends on / blocked
 
Reported: 2015-08-05 11:48 UTC by Shwetha Kallesh
Modified: 2015-11-19 11:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
Cause: When auto-attaching in subscription-manager-gui, if the auto-attach fails, the main auto-attach window does not close when the user clicks "OK" on the error dialog. Consequence: The main auto-attach window is left open, in a state where it cannot possibly complete the task successfully. Workaround (if any): Click the "cancel" button on the main auto-attach window if an error occurs during the process. Result:
Clone Of:
Environment:
Last Closed: 2015-11-19 11:50:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
After register is successful and auto-attach fails to attach subscriptions (99.53 KB, image/png)
2015-08-05 11:48 UTC, Shwetha Kallesh
no flags Details
in initial-setup if no compatible SLA for all products is determined (51.92 KB, image/png)
2015-09-16 13:32 UTC, Sean Toner
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1251527 0 unspecified CLOSED When registering, if SLA for all products is not found, user is taken to incorrect dialog 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHBA-2015:2122 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2015-11-19 10:31:14 UTC

Internal Links: 1251527

Description Shwetha Kallesh 2015-08-05 11:48:57 UTC
Created attachment 1059442 [details]
After register is successful and auto-attach fails to attach subscriptions

Description of problem:
If you try to register with auto-attach on GUI and have multiple installed products that are not covered by a single service-level then error dialogue pops up and after you click "OK" , subscription attachment dialogue doesnot exit , instead there is a next button which is active on the subscription attachment dialogue, if you click on the next button you will be asked to confirm the subscriptions to be attached, if you click on attach button now one more error message is being thrown and then click on OK button, subscription attachment dialogue is still not gone. Now click on the attach button on the subscription attachment dialogue , now you will asked to enter activation-key credentials.


Version-Release number of selected component (if applicable):
[root@dhcp35-236 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 2.0.6-1
subscription management rules: 5.16
subscription-manager: 1.16.0-1.git.47.d841b7f.el7
python-rhsm: 1.16.0-1.git.1.46d5098.el7


How reproducible:


Steps to Reproduce:
system should have multiple installed products that are not covered by a Service-level

a) subscription-manager-gui
b) click on register button
c) Enter the credentials and "DO NOT" select "Manually attach subscriptions after registration " checkbox -----> click on register button


Actual results:
After you click OK on error dialogue box with message "No service level will cover all installed products. Please manually subscribe using multiple service levels via the "All Available Subscriptions" tab or purchase additional subscriptions." subscription attachment dialogue is not gone ,but has Cancel and Next buttons activated

Expected results:
After you click OK on error dialogue box with message "No service level will cover all installed products. Please manually subscribe using multiple service levels via the "All Available Subscriptions" tab or purchase additional subscriptions." subscription attachment dialogue should be gone

Additional info:

Comment 3 John Sefler 2015-08-11 15:13:40 UTC
looks like a dup of bug 1251527

Comment 4 Chris "Ceiu" Rog 2015-09-01 20:02:05 UTC
This also affects dialogs shared with initial-setup.

Comment 5 Chris "Ceiu" Rog 2015-09-02 17:44:32 UTC
commit 88b405ff9aff2965a4682a587dff79395306ded0
Author: Adrian Likins <alikins>
Date:   Fri Jul 31 15:46:10 2015 -0400

    884288: Better registergui for initial-setup
    
    Also fixes: 1248546, 1257179, 1250451, 1251527, 1255805
    
    Implement RegisterWidget flow with proceed and finished signals
    
    Make SubManBaseWidget also a GObject.GObject. So that
    sub classes of it can use gobject signals and properties.
    
    Add 'proceed' signal to RegisterWidget, and a handler that
    will move it to the next screen. To drive the widget, another
    widget that provides cancel/register buttons makes them
    emit the 'proceed' signal on registerWidget.
    
    RegisterWidget also emits a 'finished' signal when registration
    is done. The parent widget needs to deal with that. The default
    RegisterDialog just hides the register window.
    
    Try making RegisterInfo a GObject with properties
    Connect RegisterInfo's 'notify::username' and password
    signals to callback that updates the cp_provider
    
    Start splitting error handling up and using signals
    
    ie, register error, register failure, attach error, attach
    failure raise signals so they can get different handlers, depending
    on the dialog that holds the register widget.
    
    add RegisterDialog handlers for attach/register error and failure
    
    Registration state (as used in global STATE) is now
    a property on the registration widget, and the labels/titles
    that need to be updated when it changes are hooked to the
    notify signal on RegisterWidget's 'register_state' property.
    
    Ditto for RegisterWidget's 'details-label-txt', ie, the
    txt for the label under the progress bar ('Finding suitable service
    levels', etc).
    
    There is now a 'stay-on-screen' signal raise from applies or
    async callbacks to indicate to stay on the current screen, replacing
    the previous use of sending the widget to the 'DONT_CHANGE' screen.
    
    Stop using handle_gui_exception for non-exceptions
    
    Passing None as the 'exception' eventually causes
    the last exception handled in the main context to
    get logged as an exception, and also prevents the
    dialog from displaying the message, and generally
    confusing the event loop.
    
    Also update SelectSLAScreen to use a tuple of
    (sla_name, sla_map) in its model for the set of
    radio buttons, to avoid referncing the
    now removed self._sla_data_map
    
    Prevent gui from disabling act keys to prod.
    
    Split handle_gui_exception msg formatting into methods
    
    Start emitting error signals from RegisterWidget with msgs
    
    rhsm_gui can use initial-setup spoke's set_error(msg) to show
    errors and failures.
    
    Screen and NoGuiScreen, RegisterWidget, and RegisterDialog
    all know of 'register-error' signal.
    
    Screens can emit it, where RegisterWidget catches it, logs
    it, stops emission of that signal. (Either the screens
    or RegisterWidget could provide a class closure do_register_error
    that that would see the signal first, and that can be used
    to move to approriate screen to fix the error).
    RegisterWidget then emits RegisterWidget's
    'register-error' signal, that RegisterDialog is connected to.
    
    RegisterDialog._on_register_error will call
    RegisterDialogs handle_register_error or
    handle_register_exception
    
    Any errors that need to present a dialog or other info
    now need to emit a 'register-error' with the args
    of (msg, exc_info). exc_info can be None.
    
    Add register dialog/widget glade for rhel6
    
    RegisterWidget then emits RegisterWidget's
    'register-error' signal, that RegisterDialog is connected to.
    
    RegisterDialog._on_register_error will call
    RegisterDialogs handle_register_error or
    handle_register_exception
    
    Any errors that need to present a dialog or other info
    now need to emit a 'register-error' with the args
    of (msg, exc_info). exc_info can be None.
    
    Add register dialog/widget glade for rhel6
    
    Update the rhel6 fb module to new registergui api
    
    Use signal based error handling instead of the
    multiple levels of overrided methods. In the process
    also remove the RHEL5 firstboot support and the
    firstboot_base.py module it required.
    
    The custom screens that were included in rhsm_login
    were just to alter the UI flow as firstboot needed
    (and really, for the way this module doesn't fit the
    normal firstboot module or moduleSet approach).
    
    Ditch the rhel5 firstboot compat stuff as well.
    
    Fix 'slow' progress bars in register gui.
    
    The timeout used to pulse the progress bar was
    getting added to the main loop twice, causing odd
    progress bar behavior.

Comment 7 Sean Toner 2015-09-16 13:28:47 UTC
The expected behavior now occurs in subscription-manager-gui-1.15.9-10.el7.x86_64

1) Clicked on Register
2) When Service Level Agreement dialog box opened, clicked OK
3) The only dialog remaining is the main subman gui

Comment 8 Sean Toner 2015-09-16 13:32:37 UTC
Created attachment 1074008 [details]
in initial-setup if no compatible SLA for all products is determined

Comment 9 errata-xmlrpc 2015-11-19 11:50:28 UTC
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://rhn.redhat.com/errata/RHBA-2015-2122.html


Note You need to log in before you can comment on or make changes to this bug.