Dmitrii Tikhomirov created ARTEMIS-603:
------------------------------------------

             Summary: Remove e.printStackTrace() from code
                 Key: ARTEMIS-603
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-603
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Dmitrii Tikhomirov
            Priority: Minor
             Fix For: 1.4.0


ActiveMQActivationSpec.validate() method should not call e.printStackTrace(); 
in catch block. It should be properly logged:
      try {
       ...
      catch (IntrospectionException e) {
         e.printStackTrace();
      }
The same issue is in:
InVMAcceptor.stop()
NettyAcceptor.stop()
ClusterManager.clear()
ClusterManager.intercept()
ColocatedHAManager.stop()
ClusterConnectionImpl.disconnectRecord()
ClusterConnectionImpl.removeRecord()
ActiveMQServerImpl.freezeConnections()
ColocatedActivation.allVotesCast()
ColocatedActivation.getActivationChannelHandler()
FileLockNodeManager.startLiveNode()
InVMNodeManager.startLiveNode()
RefsOperation.afterRollback()
ServerSessionImpl.xaForget()
SharedNothingBackupActivation.run()
SharedStoreBackupActivation.run()
ManagementServiceImpl.unregisterAcceptors()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to