You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/04/17 03:37:15 UTC

[jira] Closed: (ODE-385) InstanceManagementTest broken

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

Alexis Midon closed ODE-385.
----------------------------


on the road to 1.3.1

> InstanceManagementTest broken
> -----------------------------
>
>                 Key: ODE-385
>                 URL: https://issues.apache.org/jira/browse/ODE-385
>             Project: ODE
>          Issue Type: Bug
>            Reporter: Alexis Midon
>            Assignee: Matthieu Riou
>            Priority: Blocker
>             Fix For: 1.3.1
>
>
> These 4 tests fail:
> testListAllInstances
> testGetInstanceInfo
> testGetScopeInfo
> testDeleteInstances
> due to the exception below. Meanwhile these tests are disabled so that the continuous build can build until the next failure ;)
> ERROR - GeronimoLog.error(108) | Exception while listing instances
> java.lang.NullPointerException
> 	at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.fillInstanceInfo(ProcessAndInstanceManagementImpl.java:864)
> 	at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.access$000(ProcessAndInstanceManagementImpl.java:137)
> 	at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl$1.run(ProcessAndInstanceManagementImpl.java:295)
> 	at org.apache.ode.bpel.engine.BpelDatabase$1.call(BpelDatabase.java:76)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
> 	at org.apache.ode.bpel.engine.BpelDatabase.exec(BpelDatabase.java:74)
> 	at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.listInstances(ProcessAndInstanceManagementImpl.java:291)
> 	at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.listAllInstancesWithLimit(ProcessAndInstanceManagementImpl.java:312)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.ode.il.DynamicService.invoke(DynamicService.java:69)
> 	at org.apache.ode.axis2.service.ManagementService$DynamicMessageReceiver.invokeBusinessLogic(ManagementService.java:126)
> 	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96)
> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
> 	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
> 	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:256)
> 	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:259)
> 	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:166)
> 	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:85)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
> 	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
> 	at java.lang.Thread.run(Thread.java:619)

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