http://jira.hyperic.com/browse/HHQ-4160
We are getting a NullPointerException when the customer has an oracle database and uses the spring-plugin.
The plugin sets the installpath to an empty string.
Oracle stores empty strings as null. So, when the aiserver object is pulled from the database the installpath is null causing an NPE when the user tries to add the server to the inventory.
See SUPPORT-8386 for more detail.
Anonymous