You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2010/01/13 17:08:54 UTC

[jira] Commented: (QPID-2137) StringIndexOutOfBounds when formating Connection Message during failed systest run.

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

Martin Ritchie commented on QPID-2137:
--------------------------------------

Changes committed to trunk revision 898821.

> StringIndexOutOfBounds when formating Connection Message during failed systest run.
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2137
>                 URL: https://issues.apache.org/jira/browse/QPID-2137
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Blocker
>             Fix For: 0.6
>
>         Attachments: QPID-2137-LogMessages.vm.Update.patch, TEST-org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest.testDupsOk.out
>
>
> This problem occured during a run of systests in the AcknowledgeAfterFailoverOnmessageTest. The test failed with a concurrent modification exception. However prior to that a StringIndexOutOfBounds during client connection establishment occured
> Then shortly afterwards a NullPointerException occured and repeated a number of times. 
> Most likely what occured is the failed connection open was not correclty closed by mina and so the attempts to send on the socket resulted in the NPEs.
> Then the ConcurrentModException occured potentially as a result of a new getConnection() being called asynchronously via the onMessage when the close() was being called.
> Dispatcher-Channel-1 2009-10-12 16:25:36,694 ERROR [qpid.server.protocol.AMQPFastProtocolHandler] Exception caught inanonymous(17670761)(?, closing session explictly: java.lang.StringIndexOutOfBoundsException: String index out of range: 37
> java.lang.StringIndexOutOfBoundsException: String index out of range: 37
> 	at java.lang.String.substring(String.java:1934)
> 	at java.text.MessageFormat.subformat(MessageFormat.java:1208)
> 	at java.text.MessageFormat.format(MessageFormat.java:836)
> 	at java.text.Format.format(Format.java:140)
> 	at org.apache.qpid.server.logging.messages.ConnectionMessages.CON_1001(ConnectionMessages.java:141)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org