You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Robert Resendes (JIRA)" <ji...@apache.org> on 2007/08/13 03:07:43 UTC

[jira] Updated: (RIVER-240) BasicInvocationDispatcher.dispatch could log more info for some exceptions

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

Robert Resendes updated RIVER-240:
----------------------------------

    Description: 
Bugtraq ID [6324706  |http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6324706 ]
In BasicInvocationDispatcher.dispatch, there is a catch-Throwable around marshalling the return value/exception, which logs the locally thrown Throwable. This logging omits the method/class/impl information that is included in the logging of remotely thrown Throwables, but this information can be useful in correlating the exception to a particular remote call.

  was:In BasicInvocationDispatcher.dispatch, there is a catch-Throwable around marshalling the return value/exception, which logs the locally thrown Throwable. This logging omits the method/class/impl information that is included in the logging of remotely thrown Throwables, but this information can be useful in correlating the exception to a particular remote call.


Added Bugtraq link to description

> BasicInvocationDispatcher.dispatch could log more info for some exceptions
> --------------------------------------------------------------------------
>
>                 Key: RIVER-240
>                 URL: https://issues.apache.org/jira/browse/RIVER-240
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>         Environment: N/A
>            Reporter: Robert Resendes
>            Priority: Minor
>
> Bugtraq ID [6324706  |http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6324706 ]
> In BasicInvocationDispatcher.dispatch, there is a catch-Throwable around marshalling the return value/exception, which logs the locally thrown Throwable. This logging omits the method/class/impl information that is included in the logging of remotely thrown Throwables, but this information can be useful in correlating the exception to a particular remote call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.