You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Massimo Paladin (JIRA)" <ji...@apache.org> on 2012/10/25 16:11:12 UTC

[jira] [Created] (AMQ-4135) Bug in stomp+nio+ssl

Massimo Paladin created AMQ-4135:
------------------------------------

             Summary: Bug in stomp+nio+ssl
                 Key: AMQ-4135
                 URL: https://issues.apache.org/jira/browse/AMQ-4135
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Massimo Paladin
         Attachments: StompLoadTest.diff

We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).

Setup:
- one producer send ~10000 as N messages of different sizes to a queue
- different sequential consumers (> 3) consume 1/Nth of the messages from the queue

The unit test provided add a test to StompLoadTest, with this new test:
- StompLoadTest always succeed
- StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
- StompNIOSSLLoadTest always fails with one of the two exceptions reported below

{noformat}
testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
javax.net.ssl.SSLException: Invalid padding
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
        at java.io.DataInputStream.readByte(DataInputStream.java:265)
        at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
        at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
        at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
{noformat}

{noformat}
testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
javax.net.ssl.SSLException: bad record MAC
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
        at java.io.DataInputStream.readByte(DataInputStream.java:265)
        at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
        at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
        at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
        at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
        at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
        at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-4135) Bug in stomp+nio+ssl

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484463#comment-13484463 ] 

Timothy Bish commented on AMQ-4135:
-----------------------------------

Running locally with the supplied test using the latest trunk code and I cannot get any of these exceptions.
                
> Bug in stomp+nio+ssl
> --------------------
>
>                 Key: AMQ-4135
>                 URL: https://issues.apache.org/jira/browse/AMQ-4135
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: StompLoadTest.diff
>
>
> We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).
> Setup:
> - one producer send ~10000 as N messages of different sizes to a queue
> - different sequential consumers (> 3) consume 1/Nth of the messages from the queue
> The unit test provided add a test to StompLoadTest, with this new test:
> - StompLoadTest always succeed
> - StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
> - StompNIOSSLLoadTest always fails with one of the two exceptions reported below
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
> javax.net.ssl.SSLException: Invalid padding
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
> javax.net.ssl.SSLException: bad record MAC
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
>         at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-4135) Bug in stomp+nio+ssl

Posted by "Lionel Cons (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484740#comment-13484740 ] 

Lionel Cons commented on AMQ-4135:
----------------------------------

FWIW, I also get similar errors using a Perl client. Here is what gets logged:

{code}
2012-10-26 08:26:02,971 [ActiveMQ NIO Worker 49] WARN Transport - Transport Connection to: tcp://1.1.4.3:34160 failed: javax.net.ssl.SSLException: Received fatal alert: bad_record_mac
2012-10-26 08:26:02,979 [ActiveMQ NIO Worker 48] WARN Transport - Transport Connection to: tcp://1.1.4.3:34161 failed: javax.net.ssl.SSLException: Received fatal alert: bad_record_mac
2012-10-26 08:26:03,006 [ActiveMQ NIO Worker 48] WARN Transport - Transport Connection to: tcp://1.1.4.3:34162 failed: javax.net.ssl.SSLException: Received fatal alert: bad_record_mac
2012-10-26 08:26:14,780 [ActiveMQ NIO Worker 49] WARN Transport - Transport Connection to: tcp://1.1.4.3:34190 failed: javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack?
{code}
                
> Bug in stomp+nio+ssl
> --------------------
>
>                 Key: AMQ-4135
>                 URL: https://issues.apache.org/jira/browse/AMQ-4135
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: StompLoadTest.diff
>
>
> We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).
> Setup:
> - one producer send ~10000 as N messages of different sizes to a queue
> - different sequential consumers (> 3) consume 1/Nth of the messages from the queue
> The unit test provided add a test to StompLoadTest, with this new test:
> - StompLoadTest always succeed
> - StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
> - StompNIOSSLLoadTest always fails with one of the two exceptions reported below
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
> javax.net.ssl.SSLException: Invalid padding
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
> javax.net.ssl.SSLException: bad record MAC
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
>         at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-4135) Bug in stomp+nio+ssl

Posted by "Massimo Paladin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484770#comment-13484770 ] 

Massimo Paladin commented on AMQ-4135:
--------------------------------------

Timothy, it still fails for me, I've tried in 3 different hardware with both java 6 & 7. Which test did you run exactly?

My patch add a test to {{StompLoadTest.java}} but you should run {{StompNIOSSLLoadTest.java}} test, I do run:
{noformat}
mvn -Dtest=StompNIOSSLLoadTest#testStompSlice test
{noformat}
                
> Bug in stomp+nio+ssl
> --------------------
>
>                 Key: AMQ-4135
>                 URL: https://issues.apache.org/jira/browse/AMQ-4135
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: StompLoadTest.diff
>
>
> We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).
> Setup:
> - one producer send ~10000 as N messages of different sizes to a queue
> - different sequential consumers (> 3) consume 1/Nth of the messages from the queue
> The unit test provided add a test to StompLoadTest, with this new test:
> - StompLoadTest always succeed
> - StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
> - StompNIOSSLLoadTest always fails with one of the two exceptions reported below
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
> javax.net.ssl.SSLException: Invalid padding
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
> javax.net.ssl.SSLException: bad record MAC
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
>         at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-4135) Bug in stomp+nio+ssl

Posted by "Massimo Paladin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Paladin updated AMQ-4135:
---------------------------------

    Attachment: StompLoadTest.diff

Attaching unit test.
                
> Bug in stomp+nio+ssl
> --------------------
>
>                 Key: AMQ-4135
>                 URL: https://issues.apache.org/jira/browse/AMQ-4135
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: StompLoadTest.diff
>
>
> We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).
> Setup:
> - one producer send ~10000 as N messages of different sizes to a queue
> - different sequential consumers (> 3) consume 1/Nth of the messages from the queue
> The unit test provided add a test to StompLoadTest, with this new test:
> - StompLoadTest always succeed
> - StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
> - StompNIOSSLLoadTest always fails with one of the two exceptions reported below
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
> javax.net.ssl.SSLException: Invalid padding
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
> javax.net.ssl.SSLException: bad record MAC
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
>         at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-4135) Bug in stomp+nio+ssl

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484972#comment-13484972 ] 

Timothy Bish commented on AMQ-4135:
-----------------------------------

Yea, was running the wrong test last night, to many hours starring NIO is not good for the brain.  I'm seeing this as well, not sure what is going on.
                
> Bug in stomp+nio+ssl
> --------------------
>
>                 Key: AMQ-4135
>                 URL: https://issues.apache.org/jira/browse/AMQ-4135
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: StompLoadTest.diff
>
>
> We have seen a new bug in the stomp+nio+ssl connector (reproducible), the same error has been seen with stomp+ssl as well (not reproducible for now).
> Setup:
> - one producer send ~10000 as N messages of different sizes to a queue
> - different sequential consumers (> 3) consume 1/Nth of the messages from the queue
> The unit test provided add a test to StompLoadTest, with this new test:
> - StompLoadTest always succeed
> - StompSSLLoadTest succeeded but we noticed {{bad record MAC}} error in a deployed broker
> - StompNIOSSLLoadTest always fails with one of the two exceptions reported below
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 13.551 sec  <<< ERROR!
> javax.net.ssl.SSLException: Invalid padding
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:981)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:123)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}
> {noformat}
> testStompSlice(org.apache.activemq.transport.stomp.StompNIOSSLLoadTest)  Time elapsed: 14.86 sec  <<< ERROR!
> javax.net.ssl.SSLException: bad record MAC
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1902)
>         at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1855)
>         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:988)
>         at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>         at sun.security.ssl.AppInputStream.read(AppInputStream.java:69)
>         at java.io.DataInputStream.readByte(DataInputStream.java:265)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:155)
>         at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:148)
>         at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:170)
>         at org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:98)
>         at org.apache.activemq.transport.stomp.StompConnection.receive(StompConnection.java:77)
>         at org.apache.activemq.transport.stomp.StompLoadTest.testStompSlice(StompLoadTest.java:261)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira