Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
DescriptionLukáš Hellebrandt
2018-05-28 14:34:35 UTC
Description of problem:
When I create a RHEV Compute Resource without Quota ID (possible using Hammer, see also bug 1583242) and I open this CR in WebUI, I get an alert window saying
"""
DataTables warning: table id=DataTables_Table_5 - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
"""
... and the attached traceback in production.log. Also, the Virtual Machines tab is not populated.
Version-Release number of selected component (if applicable):
Tested on Sat 6.4 snap 4
How reproducible:
Deterministic
Steps to Reproduce:
1. # hammer -u <satuser> -p <satpw> compute-resource create --provider ovirt --use-v4 <true_or_false> --url https://<url>/ovirt-engine/api --user <user> --password <password> --datacenter <datacenter> --name test-rhev
2. In WebUI: Infrastructure -> Compute Resources -> <resource>
Actual results:
Javascript alert() window with the above message and traceback.
Expected results:
Either this should work (and populate data) or (if Quota ID is required), the Satellite should both prevent this CR from being created and say some more user friendly message without traceback when the CR is open.
After testing with a possible fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1501927 It looks like the error is only due to the datacenter issue in 1501927.
Closing this as duplicate.
*** This bug has been marked as a duplicate of bug 1501927 ***