You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2008/12/10 02:46:46 UTC

[jira] Commented: (ODE-457) DeploymentService undeploy error

    [ https://issues.apache.org/jira/browse/ODE-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655072#action_12655072 ] 

Matthieu Riou commented on ODE-457:
-----------------------------------

After applying the patch I get a failure on DuplicatedCorrelationTest, is it related?

reponse1 <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:firstResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:tns="http://ode/bpel/test/retire/responder.wsdl" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">XYZ</TestPart></odens:firstResponse></soapenv:Body></soapenv:Envelope>

#####################################
#####################################
reponse2 <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>unknown</faultstring><detail><Exception>java.lang.NullPointerException
	at org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl.release(MyRoleMessageExchangeImpl.java:191)
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:188)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:67)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:50)
	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:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>


> DeploymentService undeploy error
> --------------------------------
>
>                 Key: ODE-457
>                 URL: https://issues.apache.org/jira/browse/ODE-457
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-457.1x.patch
>
>
> When un-deploying a process, a multi-table targetting delete query is generated on mysql/openjpa and fails.
> ERROR - GeronimoLog.error(108) | DbError
> <openjpa-1.2.0-r422266:683325 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: Unknown table 't0' in MULTI DELETE {prepstmnt 11114689 DELETE t0, t1 FROM ODE_EVENT WHERE EVENT_ID IN (SELECT DISTINCT t0.EVENT_ID FROM ODE_EVENT t0 INNER JOIN ODE_PROCESS_INSTANCE t1 ON t0.INSTANCE_ID = t1.ID WHERE (t1.PROCESS_ID =?)) [params=(long) 51]} [code=1109, state=42S02] FailedObject: DELETE t0, t1 FROM ODE_EVENT WHERE EVENT_ID IN (SELECT DISTINCT t0.EVENT_ID FROM ODE_EVENT t0 INNER JOIN ODE_PROCESS_INSTANCE t1 ON t0.INSTANCE_ID = t1.ID WHERE (t1.PROCESS_ID = ?)) [java.lang.String]

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