[ 
https://issues.apache.org/jira/browse/QPID-5472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869111#comment-13869111
 ] 

ASF subversion and git services commented on QPID-5472:
-------------------------------------------------------

Commit 1557591 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1557591 ]

QPID-5472: [Java Broker] Exceptions used to report bind port failure 
(AMQP/HTTP) now includes port id/name/number too

> Exception messages used to report bind port failures should include port 
> id/name/number too
> -------------------------------------------------------------------------------------------
>
>                 Key: QPID-5472
>                 URL: https://issues.apache.org/jira/browse/QPID-5472
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>
> By default, the Java Broker binds to many ports on startup - separate ports 
> for AMQP, HTTP and JMX.  Unfortunately,  if one of these ports is already in 
> use, the error message reporting this fact does not, in the case of 
> AMQP/HTTP, indicate the exact port causing the issue.
> {noformat}
> Exception during startup: org.apache.qpid.transport.TransportException: 
> Unable to start server socket
> org.apache.qpid.transport.TransportException: Unable to start server socket
>       at 
> org.apache.qpid.transport.network.io.IoNetworkTransport.accept(IoNetworkTransport.java:149)
> {noformat}
> This change will change the error message so that the offending port number 
> is included in message, allow the user to more easily diagnose the issue.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to