Return-Path: Delivered-To: apmail-incubator-ode-dev-archive@locus.apache.org Received: (qmail 75636 invoked from network); 15 Nov 2006 18:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 18:34:04 -0000 Received: (qmail 74358 invoked by uid 500); 15 Nov 2006 18:34:14 -0000 Delivered-To: apmail-incubator-ode-dev-archive@incubator.apache.org Received: (qmail 74282 invoked by uid 500); 15 Nov 2006 18:34:13 -0000 Mailing-List: contact ode-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ode-dev@incubator.apache.org Delivered-To: mailing list ode-dev@incubator.apache.org Received: (qmail 74219 invoked by uid 99); 15 Nov 2006 18:34:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 10:34:13 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 10:34:02 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72700714327 for ; Wed, 15 Nov 2006 10:33:42 -0800 (PST) Message-ID: <13457878.1163615622466.JavaMail.jira@brutus> Date: Wed, 15 Nov 2006 10:33:42 -0800 (PST) From: "Matthias von Arx (JIRA)" To: ode-dev@incubator.apache.org Subject: [jira] Created: (ODE-81) invoking more than one service causes in 90% a NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org invoking more than one service causes in 90% a NPE -------------------------------------------------- Key: ODE-81 URL: http://issues.apache.org/jira/browse/ODE-81 Project: Apache Ode Issue Type: Bug Components: JBI Integration Environment: Windows XP, j2sdk1.5.0_06, SM 3.0 Release, ode-jbi-2.0-SNAPSHOT-installer.zip (build of revision 475066) Reporter: Matthias von Arx Invoking more than one service in a BPEL process or using a causes the following NPE: 19:21:40,490 | ERROR | pool-2-thread-2 | OdeConsumer | org.apache.ode.jbi.OdeConsumer 214 | error delivering RESPONSE: java.lang.NullPointerException at org.apache.ode.jbi.OdeConsumer$2.call(OdeConsumer.java:187) at org.apache.ode.jbi.OdeConsumer$2.call(OdeConsumer.java:183) at org.apache.ode.bpel.scheduler.quartz.QuartzSchedulerImpl.execTransaction(QuartzSchedulerImpl.java:211) at org.apache.ode.jbi.OdeConsumer.outResponse(OdeConsumer.java:182) at org.apache.ode.jbi.OdeConsumer.onJbiMessageExchange(OdeConsumer.java:134) at org.apache.ode.jbi.JbiMessageExchangeEventRouter.onJbiMessageExchange(JbiMessageExchangeEventRouter.java:40) at org.apache.ode.jbi.Receiver$1.run(Receiver.java:190) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) After stopping SM, cleaning the data directory, removing the ode-bpel SA, restarting SM and deploy the ode-bpel SA again in some cases the NPE was not thrown and the process work's fine. This behaviour and ODE-80 looks like serious synchronisation problems. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira