Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 15211 invoked from network); 3 Jul 2009 13:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jul 2009 13:36:29 -0000 Received: (qmail 92255 invoked by uid 500); 3 Jul 2009 13:36:39 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 92182 invoked by uid 500); 3 Jul 2009 13:36:39 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 92161 invoked by uid 500); 3 Jul 2009 13:36:39 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 92155 invoked by uid 99); 3 Jul 2009 13:36:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 13:36:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 13:36:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EDF7234C053 for ; Fri, 3 Jul 2009 06:36:07 -0700 (PDT) Message-ID: <1786283730.1246628167059.JavaMail.jira@brutus> Date: Fri, 3 Jul 2009 06:36:07 -0700 (PDT) From: "Jonathan Anstey (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1793) CustomerServicesWsAddressingTest hangs sometimes In-Reply-To: <1350140511.1246626847033.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ 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.