You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2009/07/20 06:10:35 UTC

[jira] Updated: (CAMEL-1793) CustomerServicesWsAddressingTest hangs sometimes

     [ https://issues.apache.org/activemq/browse/CAMEL-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea updated CAMEL-1793:
-----------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.0-M3

> CustomerServicesWsAddressingTest hangs sometimes
> ------------------------------------------------
>
>                 Key: CAMEL-1793
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1793
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.6.1
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.2, 2.0-M3
>
>
> Sometimes I get the following error
> [23:59:55]: Running org.apache.camel.itest.customerrelations.CustomerServicesWsAddressingTest
> [00:00:06]: Exception in thread "DefaultMessageListenerContainer-4" java.lang.NullPointerException
> [00:00:06]: at java.lang.String.indexOf(String.java:1564)
> [00:00:06]: at java.lang.String.indexOf(String.java:1546)
> [00:00:06]: at org.springframework.jms.support.JmsUtils.buildExceptionMessage(JmsUtils.java:255)
> [00:00:06]: at org.springframework.jms.listener.DefaultMessageListenerContainer.handleListenerSetupFailure(DefaultMessageListenerContainer.java:745)
> [00:00:06]: at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:897)
> [00:00:06]: at java.lang.Thread.run(Thread.java:595)
> ... which then causes a hang. Its a known issue in spring-jms 2.5.6 (http://jira.springframework.org/browse/SPR-5470). Happens when we try to do a shutdown of the context. Reverting back to 2.5.5 fixes this issue, but we probably don't want to do that :)

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