http://jira.hyperic.com/browse/HHQ-4205
Trivial issue, does not block functionality. At worst, it's confusing to a new user.
Steps to reproduce:
1) Fresh HQ installation (no agents connected, no other resources in inventory)
2) Browse Resources -> New Platform
(Note here it does properly state: "There are no agents available to service this platform."
3) Fill out new platform form
4) Click OK
Error:
{code}
java.lang.NullPointerException at org.hyperic.hq.ui.action.resource.platform.inventory.NewPlatformAction.execute(NewPlatformAction.java:107)
at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:63)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
...
{code}
Anonymous