Bug 851288
Summary: | Failed to load resource composite data error when refreshing Inventory page (Unavailable Servers, Servers, etc) | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> |
Component: | UI | Assignee: | Jirka Kremser <jkremser> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | JON 3.1.0, JON 3.1.1, JON 3.1.2 | CC: | ccrouch, dowoods, hrupp, jkremser, lkrejci, loleary, socallag, theute, vrockai |
Target Milestone: | Alpha-x | ||
Target Release: | JON 3.2.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 773626 | Environment: | |
Last Closed: | 2014-01-02 20:35: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: | 773626 | ||
Bug Blocks: |
Description
Larry O'Leary
2012-08-23 17:15:14 UTC
I wasn't able to reproduce this bug at all. Then Larry suggested following repro steps: 1) Open Inventory -> Resources -> Servers 2) Increase the font in browser (in FF I use second largest) 3) scroll down the table 4) hit refresh Firstly, I wasn't able to reproduce it with those steps either, but if I change the constant Table.DATA_PAGE_SIZE from 50 to 10, then it is possible to reproduce it with Larry's steps. Looks like the Table component on the client side firstly wrongly set the criteria i.e. firstRow=25 even there are only, say, 18 resources, then the exception is thrown at ResourceManagetBean, goes through the ResourceGWTServiceImpl back to the client (WITHOUT any server side logging, since it is a runtime exception) and ends up in the message center. Wrapping of lines when using large fonts may cause this issue, because the criteria for paging purposes are generated by SmartGWT when scrolling down the ListGrid. Per 3.1.2 triage with loleary, mfoley, ccrouch, asantos: Okay to move to JON 3.2. Jirka, could you please look at it for 3.2 (rhq 4.10) ? *** Bug 857032 has been marked as a duplicate of this bug. *** I believe this has the same underlying cause as BZ 855674. Pushing to modified so that we can have it tested. verified |