You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Rick.Todo (JIRA)" <ji...@apache.org> on 2010/08/13 10:52:20 UTC

[jira] Commented: (ODE-400) Detected possible orphaned reference to deleted object "org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in "org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"

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

Rick.Todo commented on ODE-400:
-------------------------------

ProcessInstanceDAOImpl may be deleted by another query, it should be checked before access it.
please confirm attached patch.

> Detected possible orphaned reference to deleted object "org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in "org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ODE-400
>                 URL: https://issues.apache.org/jira/browse/ODE-400
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Vittorio Ballestra
>             Fix For: 2.0
>
>
> Bpel process using correlation-sets.
> When running a large number of processes (using mysql database) we see a lot of messages of this kind:
> Detected possible orphaned reference to deleted object "org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in "org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"
> but a 
> select * from ODE_MESSAGE_ROUTE WHERE PROCESS_INSTANCE_ID NOT IN (SELECT ID FROM ODE_PROCESS_INSTANCE);
> returns 0 results.
> Everything seams to be working ok but this warning is strange.

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