You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Erdem Alpay (JIRA)" <ji...@apache.org> on 2010/01/08 14:02:54 UTC

[jira] Commented: (ODE-634) Event Handles not working

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

Erdem Alpay commented on ODE-634:
---------------------------------

I have a business process which includes "onEvent" activity with "reply" in its scope. I was getting the "conflictingReceive" error when I call the operation in "onEvent" activity. My ODE's version was 1.3.2. After I have seen this post, I have tried with several different versions of ODE. First I have downloaded apache-ode-war-1.3.4-SNAPSHOT.zip (I couldn't find 1.3.5) and used the "ode.war" file inside it to deploy ODE. When trying to run business process with ODE (version 1.3.4) I've started to get "two services cannot have same name" as in the following link. 

https://issues.apache.org/jira/browse/ODE-647

Even I had tried several distributions (stable, latest, etc.) of 1.3.4 I always get the same exception. Then I have decided to try with ODE 2.0 beta. First I have tried beta3, which is not stable. It couldn't even find endpoints of my webservices and it also gave error in administration page(I think it is too non-stable). Then I've tried with beta2, which is stable. It didn't have problems about finding webservices or admin page, but it gave the main problem again, "conflictingReceive". So version 2.0 did not also solve my problem. 
Finally I have decided to build ODE 1.3.4 myself, since maybe the ones I've downloaded as "ode.war", may not have the patch you mentioned installed. Hence I've downloaded both ODE-1_X and ode-trunk as said in this page about building ODE.(actually one is enough, but after it didn't work, I've also downloaded the other one too.) 

http://ode.apache.org/building-ode.html

But in both of these, build operation couldn't succeed. I have installed ruby and buildr(1.3.5) as said on that page, but when I ran "buildr package" command as said in page, it gave me "segmentation fault". 

So to fix this "conflictingReceive" error, can anyone tell me which distrubution should I use, and can you tell me where can I get that distribution? It would be nice if it is already built and ready to use as "ode.war" file, since I have doubts about building the source may raise problems..

Thanks for responses,
Best Regards..

> Event Handles not working
> -------------------------
>
>                 Key: ODE-634
>                 URL: https://issues.apache.org/jira/browse/ODE-634
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.2, 1.3.3, 2.0
>            Reporter: William McCusker
>            Assignee: Rafal Rusin
>             Fix For: 1.3.5, 2.0
>
>         Attachments: account-sa.zip, account-soapui-project.xml, event_handler_1x.patch, event_handler_trunk.patch, IMAManager.diff
>
>
> When attempting to send a message to an event handler one of two possibilities occur:
> 1.) Event Handler fails to receive message.
> 2.) message is receive but conflicting receive fault triggered.

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