Bug 1289961
Summary: | [Admin Portal] Error message in UI "Uncaught exception occurred. Please try reloading the page." when creating new pool. | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Krishna Babu K <kkrothap> |
Component: | Frontend.WebAdmin | Assignee: | Arik <ahadas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.1.1 | CC: | bugs, kkrothap, pmatyas, sbonazzo, sshedmak, tjelinek, ykaul |
Target Milestone: | ovirt-3.6.3 | Flags: | rule-engine:
ovirt-3.6.z+
rule-engine: planning_ack+ rule-engine: devel_ack+ rule-engine: testing_ack+ |
Target Release: | 3.6.3 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-18 11:19: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: | |||
Attachments: |
Description
Krishna Babu K
2015-12-09 12:23:19 UTC
Created attachment 1103854 [details]
Pool tab's New Window exception message.
Created attachment 1103855 [details]
Template tab with "Blank" template.
Created attachment 1103857 [details]
New window not showing "Blank" tab in its drop-down menu
Created attachment 1103894 [details]
screenshot showing Exception: Cannot read property 'b' of undefined
sounds like an application-level NPE in the New Pool flow. reporter - can you please provide client (javascript) log which includes the full stack-trace of the exception? Thu Dec 10 22:22:20 GMT+530 2015 org.ovirt.engine.ui.uicompat.EnumTranslator WARNING: trying to localize null, probable error. Exception is not thrown, returning 'N/A' 13721B298941468A8820571AF315BDA6.cache.html:24012:11965 Thu Dec 10 22:22:29 GMT+530 2015 SEVERE: Uncaught exception: com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) __gwt$exception: <skipped>: zab(...) is undefined at Unknown.ms(Unknown Source) at Unknown.us(Unknown Source) at Unknown.e3(Unknown Source) at Unknown.h3(Unknown Source) at Unknown.s2(Unknown Source) at Unknown.Im(Unknown Source) at Unknown.Sm(Unknown Source) at Unknown.g$(Unknown Source) at Unknown.Km(Unknown Source) at Unknown.v5e(Unknown Source) at Unknown.$Ve(Unknown Source) at Unknown.$Xe(Unknown Source) at Unknown.Yt(Unknown Source) at Unknown.au(Unknown Source) at Unknown._t/<(Unknown Source) at Unknown.ty(Unknown Source) at Unknown._4e(Unknown Source) at Unknown.aml(Unknown Source) at Unknown.v5e(Unknown Source) at Unknown.$Ve(Unknown Source) at Unknown.ZVe(Unknown Source) at Unknown.YXe(Unknown Source) at Unknown.Yt(Unknown Source) at Unknown.au(Unknown Source) at Unknown._t/<(Unknown Source) at Unknown.anonymous(Unknown Source) Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) __gwt$exception: <skipped>: zab(...) is undefined at Unknown.aor(Unknown Source) at Unknown.L6p(Unknown Source) at Unknown.l3p(Unknown Source) at Unknown.t3p(Unknown Source) at Unknown.mll(Unknown Source) at Unknown.pyk(Unknown Source) at Unknown.B$(Unknown Source) at Unknown.C2(Unknown Source) at Unknown.s2(Unknown Source) at Unknown.Im(Unknown Source) at Unknown.Sm(Unknown Source) at Unknown.g$(Unknown Source) at Unknown.Km(Unknown Source) at Unknown.v5e(Unknown Source) at Unknown.$Ve(Unknown Source) at Unknown.$Xe(Unknown Source) at Unknown.Yt(Unknown Source) at Unknown.au(Unknown Source) at Unknown._t/<(Unknown Source) at Unknown.ty(Unknown Source) at Unknown._4e(Unknown Source) at Unknown.aml(Unknown Source) at Unknown.v5e(Unknown Source) at Unknown.$Ve(Unknown Source) at Unknown.ZVe(Unknown Source) at Unknown.YXe(Unknown Source) at Unknown.Yt(Unknown Source) at Unknown.au(Unknown Source) at Unknown._t/<(Unknown Source) at Unknown.anonymous(Unknown Source) We deliberately do not allow to create a pool that is based on the blank template or on any of its sub-versions. Since you do not have on valid template to choose, you cannot create a pool. Verified on 3.6.3-1 |