[
https://issues.apache.org/jira/browse/DIRMINA-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRMINA-143.
-------------------------------------
> SocketAcceptor.bind() should fillInStackTrace() before rethrowing exception
> ---------------------------------------------------------------------------
>
> Key: DIRMINA-143
> URL: https://issues.apache.org/jira/browse/DIRMINA-143
> Project: MINA
> Issue Type: Bug
> Affects Versions: 0.8.1
> Reporter: Walter Tam
> Priority: Minor
> Fix For: 0.9.1
>
>
> When SocketAcceptor.bind() encounters an exception returned from the bind
> request, it simply rethrows. The resulting stack trace is from the underlying
> registration thread which is not very helpful when debugging the cause. Other
> similar places like SocketAcceptor.unbind(), DatagramAcceptor.unbind() does a
> fillInStackTrace() before re throwing.
> Also it will be helpful in this case to add the port number that failed to
> the message
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.