Bug 1364350
| Summary: | Unexpected error when clicked on service request | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Aziza Karol <akarol> | ||||
| Component: | Automate | Assignee: | mkanoor | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jeff Teehan <jteehan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.6.0 | CC: | akarol, dajohnso, hkataria, jhardy, jocarter, mkanoor, mpovolny, obarenbo, simaishi, tfitzger | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.7.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | provisioning | ||||||
| Fixed In Version: | 5.7.0.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1376513 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-01-11 20:16:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1376513 | ||||||
| Attachments: |
|
||||||
|
Description
Aziza Karol
2016-08-05 07:31:27 UTC
Created attachment 1187790 [details]
err
Hi Aziza, Can you provide the evm.log and automation.log? Thanks, Madhu Removed scvmm from the summary as we believe this is the case with all provisioning requests. Aziza, can you see if that is true with some other provider provision requests please. Dave, This error occurs when you double click on all provider's provisioning request. Thanks, ~Aziza This error is happening because when you double click it is sending back to back Automate Requests which are stomping on the DRb variables. We had put a mutex around the MiqAeEngine.deliver call now it seems like we would either have to put a mutex around MiqAeEngine.resolve_automation_object or make DRb thread safe. This all started in 5.6 with Rails 5, PUMA web server serves up multiple concurrent requests. We have fixed a similar issue with dynamic dialogs. https://bugzilla.redhat.com/show_bug.cgi?id=1354054 This has been fixed in 5.7 via PR's https://github.com/ManageIQ/manageiq/pull/10135 https://github.com/ManageIQ/manageiq/pull/10004 I doubled clicked on everything, included a newly provisioned scvmm vm. Working as required using 5.7.0.2.20160921112913_c5ff117 on 10.16.6.191 Moving to verified. |