NPE warnings when jmx is disabled
---------------------------------

         Key: SEQUOIA-1015
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1015
     Project: Sequoia
        Type: Bug

  Components: Core  
    Versions: Sequoia 2.10.8    
 Environment: embedded Sequoia
    Reporter: Chris Ekberg
    Priority: Minor


If running with Jmx disabled, some code still tries to register/unregister 
beans.

examples:

2007-12-12 19:14:09,655 [WARN] RAIDb1 failed to register task queue mbeans for 
Backend: Name[foo] State[7] JDBCConnected[true] ActiveTransactions[0] 
PersistentConnections[{}] PendingRequests[0]
java.lang.NullPointerException
   at 
org.continuent.sequoia.controller.loadbalancer.raidb1.RAIDb1.enableBackend(RAIDb1.java:1939)
   at 
org.continuent.sequoia.controller.recoverylog.RecoverThread.run(RecoverThread.java:252)


2007-12-12 19:14:09,392 [WARN] RecoverThread Exception while unregistering 
backend task queues mbean
java.lang.NullPointerException
        at 
org.continuent.sequoia.controller.recoverylog.RecoverThread.startRecovery(RecoverThread.java:632)
        at 
org.continuent.sequoia.controller.recoverylog.RecoverThread.run(RecoverThread.java:174)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to