You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/03/18 18:28:38 UTC

[jira] [Commented] (QPID-6459) SocketException printing stack trace

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

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

Commit 1667595 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1667595 ]

QPID-6459 : Don't print stack trace when a read from a socket gets an IO error

> SocketException printing stack trace
> ------------------------------------
>
>                 Key: QPID-6459
>                 URL: https://issues.apache.org/jira/browse/QPID-6459
>             Project: Qpid
>          Issue Type: Improvement
>          Components: JMS AMQP 1.0 Client
>    Affects Versions: 0.30
>            Reporter: Mark Soderquist
>
> The following SocketException keeps printing to the console due to TCPTransportProvier line 243. It would be nice if the exception is not printed:
> java.net.SocketException: Connection reset
>         at java.net.SocketInputStream.read(SocketInputStream.java:196)
>         at java.net.SocketInputStream.read(SocketInputStream.java:122)
>         at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
>         at sun.security.ssl.InputRecord.read(InputRecord.java:480)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:891)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at java.io.InputStream.read(InputStream.java:101)
>         at org.apache.qpid.amqp_1_0.client.TCPTransportProvier.doRead(TCPTransportProvier.java:207)
>         at org.apache.qpid.amqp_1_0.client.TCPTransportProvier.access$000(TCPTransportProvier.java:43)
>         at org.apache.qpid.amqp_1_0.client.TCPTransportProvier$1.run(TCPTransportProvier.java:158)
>         at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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