Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-385

InstanceManagementTest broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 1.3.2
    • None
    • None

    Description

      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)

      Attachments

        Activity

          People

            mriou Matthieu Riou
            alexismidon Alexis Midon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: