Bug 858533
Summary: | Global uncaught exception with 'New' group creation from 'All groups' | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Jeeva Kandasamy <jkandasa> | ||||||
Component: | Core UI | Assignee: | Jirka Kremser <jkremser> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
Severity: | urgent | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 4.4 | CC: | hrupp, jkremser, myarboro | ||||||
Target Milestone: | --- | ||||||||
Target Release: | RHQ 4.5.0 | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 858676 (view as bug list) | Environment: | |||||||
Last Closed: | 2013-09-01 10:13:51 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 858676 | ||||||||
Attachments: |
|
Created attachment 614192 [details]
ClientSideErrorLog (browser)
Browser: Firefox ESR 10.0.6 Issue reported by Overnight GUI automation job. looks like regression from bug 856599, i'll take it fixed in master http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=9f17583 time: Wed Sep 19 13:29:01 2012 +0200 commit: 9f1758393926e3a980b7148938aa358430762053 author: Jirka Kremser - jkremser message: [BZ 858533 - Global uncaught exception with 'New' group creation from 'All groups'] NPE was thrown, it was regression of b54ce46 Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |
Created attachment 614191 [details] Screen shot Description of problem: Throws 'Global uncaught exception' while creating new group from All groups. Version-Release number of selected component (if applicable): RHQ Version: 4.5.0-SNAPSHOT Build Number: a493f41 GWT Version: 2.4.0 SmartGWT Version: 3.0 How reproducible: 100% Steps to Reproduce: 1.Login to RHQ GUI 2.Navigate to 'Inventory-->All Groups' 3.Click on 'New', throws Exception Actual results: Throws Exception. Root Cause: "(TypeError): Cannot read property 'jsObj' of null" Expected results: Able to create new groups without any error (or) exception. Additional info: Screen shot and client error logs are attached. There is no exception on server side.