01-24-06 07:45 AM
[ http://issues.apache.org/jira/brows...NA-143?page=all ]
Trustin Lee resolved DIRMINA-143:
---------------------------------
Resolution: Fixed
I checked in the fix.
> SocketAcceptor.bind() should fillInStackTrace() before rethrowing exceptio
n
> --------------------------------------------------------------------------
-
>
> Key: DIRMINA-143
> URL: http://issues.apache.org/jira/browse/DIRMINA-143
> Project: Directory MINA
> Type: Bug
> 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 t
hread which is not very helpful when debugging the cause. Other similar places like
Soc
ketAcceptor.unbind(), DatagramAcceptor.unbind() does a fillInStackTrace() before re throwin
g.
> Also it will be helpful in this case to add the port number that failed to the mes
sage
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|