Bug 1012431

Summary: globally uncaught exeception on Monitoring/Metrics page
Product: [JBoss] JBoss Operations Network Reporter: Libor Zoubek <lzoubek>
Component: Monitoring -- OtherAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED NOTABUG QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: unspecified    
Version: JON 3.2CC: hrupp, lzoubek, mithomps, theute, tsegismo
Target Milestone: ---   
Target Release: JON 3.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-02 10:41: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: 1012435    

Description Libor Zoubek 2013-09-26 13:10:03 UTC
Description of problem: I get uncaught exception when observing metrics page


Version-Release number of selected component (if applicable):
JON 3.2.ER1

How reproducible: always


Steps to Reproduce:
1. enable some metrics
2. navigate to metrics page and wait

Actual results: you get exception every minute


com.google.gwt.core.client.JavaScriptException:(TypeError) : Cannot call method 'getSavedItemValue' of null
--- STACK TRACE FOLLOWS ---
(TypeError) : Cannot call method 'getSavedItemValue' of null
   at Unknown.isc_FormItem_getValue(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Forms.js@18)
   at Unknown.isc_FormItem_updateValueMap(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Forms.js@127)
   at Unknown.isc_FormItem_setValueMap(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Forms.js@80)
   at Unknown.isc_c_Class_invokeSuper(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Core.js@93)
   at Unknown.isc_c_Class_Super(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Core.js@170)
   at Unknown.isc_SelectItem_setValueMap(http://jon32-server.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/modules/ISC_Forms.js@63)
   at Unknown.$setValueMapMethod(<anonymous>@10)
   at Unknown.$setValueMap(<anonymous>@29)
   at Unknown.setValueMap(<anonymous>@3)

Expected results: no exception


Additional info:

Comment 1 Thomas Segismont 2013-10-01 09:30:27 UTC
I have tried to reproduce the issue on a master branch build without success.

Mike (Thompson), does this look like something which was recently fixed?

Comment 2 Mike Thompson 2013-10-01 13:29:10 UTC
Strange. This does not look familiar and I cannot reproduce from master.

Comment 3 Mike Thompson 2013-10-01 13:39:10 UTC
What browser/OS was this produced on?

Comment 4 Mike Thompson 2013-10-01 13:44:46 UTC
Curious Libor if you can reproduce on a master build?

Comment 5 Libor Zoubek 2013-10-02 10:41:51 UTC
cannot reproduce on ER2 anymore