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

View: New views
5 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/CAMEL-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52676#action_52676 ]

Jonathan Anstey commented on CAMEL-1793:
----------------------------------------

Seems that switching to a VM transport in ActiveMQ changes the original exception being thrown (not null anymore) and so we don't hit this spring-jms bug. Will commit this in a few mins. Of course, when Spring 3.0 is out we should upgrade since it fixes the spring-jms bug.

> 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
>
> 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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/CAMEL-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52677#action_52677 ]

Jonathan Anstey commented on CAMEL-1793:
----------------------------------------

trunk: http://svn.apache.org/viewvc?rev=790907&view=rev
1.x: http://svn.apache.org/viewvc?rev=790910&view=rev

> 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.0
>
>
> 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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Jonathan Anstey resolved CAMEL-1793.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.6.2

> 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.0
>
>
> 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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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.