|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-23 23:48:37
|
NPE in appdef.shared.ServiceManagerLocal.createService
------------------------------------------------------
Key: HHQ-765
URL: http://jira.hyperic.com/browse/HHQ-765
Project: Hyperic HQ
Type: Bug
Components: Server
Versions: 3.0.2
Reporter: Noah Salzman
Assigned to: Charles Lee
Priority: Critical
Fix For: 3.0.3
Attachments: bug_765_stack_trace
In the auto-discovery process for MySQL a Null Pointer Exception occurs when trying to create services.
2007-03-23 14:58:52,178 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Creating new server: name: vmlin-001 MySQL 4.x mysqlAIIdentifier: /usrmysql
2007-03-23 14:58:52,270 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] New server created: vmlin-001 MySQL 4.x mysql (id=10054)
2007-03-23 14:58:52,285 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Updating services for server: vmlin-001 MySQL 4.x mysql
2007-03-23 14:58:52,326 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Creating new service: vmlin-001 MySQL 4.x mysql columns_priv
2007-03-23 14:58:52,390 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Integer org.hyperic.hq.appdef.shared.ServiceManagerLocal.createService(org.hyperic.hq.authz.shared.AuthzSubjectValue,java.lang.Integer,java.lang.Integer,org.hyperic.hq.appdef.shared.ServiceValue) throws javax.ejb.CreateException,org.hyperic.hq.appdef.shared.ValidationException,org.hyperic.hq.authz.shared.PermissionException,org.hyperic.hq.appdef.shared.ServerNotFoundException,org.hyperic.hq.appdef.shared.AppdefDuplicateNameException, causedBy:
java.lang.NullPointerException
at org.hyperic.hq.appdef.server.session.ServiceManagerEJBImpl.createService(ServiceManagerEJBImpl.java:163)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|