Bug 1408725
| Summary: | 4.0.7: UX: exception when opening UI (many times, until UI loads) (""Error while executing action: A Request to the Server failed: java.lang.reflect.InvocationTargetException") | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Yaniv Kaul <ykaul> |
| Component: | Frontend.WebAdmin | Assignee: | Arik <ahadas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucie Leistnerova <lleistne> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0.6 | CC: | ahadas, bugs, juan.hernandez, mgoldboi, michal.skrivanek, oourfali, ykaul |
| Target Milestone: | ovirt-4.0.7 | Keywords: | Regression, Reopened |
| Target Release: | --- | Flags: | oourfali:
ovirt-4.0.z?
rule-engine: blocker? oourfali: planning_ack? rule-engine: devel_ack+ pstehlik: testing_ack+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-27 11:45:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Yaniv Kaul
2016-12-26 18:44:54 UTC
Can you please attach all logs? Interesting - doesn't reproduce with ovirt-engine-webadmin-portal-4.0.7-0.0.master.20161226130549.git8fe5e67.el7.centos.noarch - worth looking into what the difference is. I remember already closing such a TargetInvocation bug from QE because they could not reproduce it later either... (In reply to Yaniv Kaul from comment #2) > Interesting - doesn't reproduce with > ovirt-engine-webadmin-portal-4.0.7-0.0.master.20161226130549.git8fe5e67.el7. > centos.noarch - worth looking into what the difference is. I remember > already closing such a TargetInvocation bug from QE because they could not > reproduce it later either... We closed it because it was already fixed, and they were using an older version. Note also that in the web server log are kind of normal. They indicate that the web server wasn't able to connect to the application server, and thus the web server disabled the failed worker (temporarily, 60 seconds by default, 5 in our setup, can be adjusted). Note that a request that returns an error response, like 404 or 500, is *not* considered a failure, only if the TCP connection isn't established or no response is received it is considered a failure. The application server starts the AJP listener very soon, even before deploying the application. So if this is happening it means that some client is trying to access the application while the engine is down or starting. That client may be the UI, if it is kept open while the engine is restarted. Seems like the virt issue was fixed only on the 4.0.6 branch and not on the 4.0 branch, so moving to Virt and assigning to Arik (after offline discussing it with him). This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. 4.0.6 has been the last oVirt 4.0 release, please re-target this bug. admin portal runs without any error, with/without debuginfo and running VM verified in ovirt-engine-webadmin-portal-4.0.7-0.1.el7ev.noarch with ovirt-engine-webadmin-portal-debuginfo-4.0.7-0.1.el7ev.noarch 4.0.6 has been the last oVirt 4.0 release, please re-target this bug. |