|
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
|
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-23 23:48:37
|
[ http://jira.hyperic.com/browse/HHQ-765?page=all ] Noah Salzman updated HHQ-765: ----------------------------- Attachment: bug_765_stack_trace > 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 > Assignee: 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 |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-23 23:52:42
|
[ http://jira.hyperic.com/browse/HHQ-765?page=all ] Doug MacEachern reassigned HHQ-765: ----------------------------------- Assign To: Doug MacEachern (was: Charles Lee) > 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 > Assignee: Doug MacEachern > 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 |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-23 23:52:42
|
[ http://jira.hyperic.com/browse/HHQ-765?page=comments#action_16107 ] Doug MacEachern commented on HHQ-765: ------------------------------------- Also happens with WebSphere, WebLogic and iPlanet. Any plugin that reports servers during service discovery. > 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 > Assignee: 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 |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-24 00:56:37
|
[ http://jira.hyperic.com/browse/HHQ-765?page=all ] Doug MacEachern resolved HHQ-765: --------------------------------- Resolution: Fixed Fixed (by jtravis) for 3.0.3 and 3.1 > 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 > Assignee: Doug MacEachern > 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 |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-24 01:55:37
|
[ http://jira.hyperic.com/browse/HHQ-765?page=all ] Doug MacEachern updated HHQ-765: -------------------------------- Attachment: HHQ-765.zip Attaching a patch for use with 3.0.2, to apply: cd server-3.0.2 unzip HHQ-765.zip ./bin/hq-server.sh stop zip -urv hq-engine/server/default/deploy/hq.ear/hq.jar org/hyperic/hq/appdef/server/session/Server.class ./bin/hq-server.sh start rm -rf org > 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 > Assignee: Doug MacEachern > Priority: Critical > Fix For: 3.0.3 > Attachments: HHQ-765.zip, 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 |