Bug 1002233
Summary: | When agent isn't running storage node reports "There is no load data available for this node. Is the agent running on the null" | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | ||||
Component: | Database | Assignee: | Heiko W. Rupp <hrupp> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | JON 3.2 | CC: | hrupp | ||||
Target Milestone: | ER03 | ||||||
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: | 2014-01-02 20:43:28 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: | |||||||
Attachments: |
|
master 2c186bc Moving to ON_QA for testing. |
Created attachment 791466 [details] Screenshot of storage node displaying message with "the null" in it. Description of problem: When reviewing the storage node administration page after install, the storage node detail view shows: There is no load data available for this node. Is the agent running on the null Version-Release number of selected component (if applicable): 3.2.0.ALPHA_QA.58 How reproducible: Always Steps to Reproduce: 1. Install JBoss ON server. 2. Login to JON UI and navigate to the Administration > Topology / Storage Nodes page. 3. Expand the storage node with endpoint address 127.0.0.1. Actual results: The message "There is no load data available for this node. Is the agent running on the null" is displayed (see attachment) Expected results: I am not sure what this "the null" is supposed to refer to so it is hard to say. But, if this is supposed to be a platform name then perhaps the expected result is IF PLATFORM != NULL "... Is the agent running on the PLATFORM_NAME platform?" ELSE "... Be sure an agent is running on the host this storage node is running on..." or something similar.