[ 
https://issues.apache.org/jira/browse/QPID-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy updated QPID-4188:
-----------------------------

    Description: 
Broker does not log all exceptions occurring in management layer. Instead, 
exception is passed over the wire to the client where it may or may not be 
deserialized.  

For example, if management operation results in the exception occurring in the 
BDB code, we would have no Broker side log.  On the client, the exception is 
not logged to a file, and the user sees only a "ClassDefNotFoundException" as 
such exceptions cannot be deserialized due to absence of BDB classes in the 
console classpath. 

Change MBeanInvocationHandler to log all target exceptions.

  was:
Broker does not log all exceptions occurring in management layer. Instead, 
exception is passed over the wire to the client where it may or may not be 
deserialized.  

For example, if management operation results in the exception occurring in the 
BDB code, we would have no Broker side log.  On the client, the exception is 
not logged to a file, and the user sees only a "ClassDefNotFoundException" as 
such exceptions cannot be deserialized due to absence of BDB classes in the 
console classpath. 

Change MBeanInvocationHandler to log all target exceptions that do not extend 
JMException

        Summary: Exceptions are not logged  JMX management layer  (was: Not all 
exceptions in JMX management layer are logged into broker log)
    
> Exceptions are not logged  JMX management layer
> -----------------------------------------------
>
>                 Key: QPID-4188
>                 URL: https://issues.apache.org/jira/browse/QPID-4188
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.6, 0.8, 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 0.19
>
>
> Broker does not log all exceptions occurring in management layer. Instead, 
> exception is passed over the wire to the client where it may or may not be 
> deserialized.  
> For example, if management operation results in the exception occurring in 
> the BDB code, we would have no Broker side log.  On the client, the exception 
> is not logged to a file, and the user sees only a "ClassDefNotFoundException" 
> as such exceptions cannot be deserialized due to absence of BDB classes in 
> the console classpath. 
> Change MBeanInvocationHandler to log all target exceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to