Hi simon,
Thanks for the reply, I could find some errors in my BPEL, still I'm facing
some issues. Now my eclipse console looks like
org.apache.ode.bpel.iapi.ContextException: Unable to register synchronizer.
at
org.apache.ode.scheduler.simple.SimpleScheduler.registerSynchronizer(SimpleScheduler.java:206)
at
org.apache.ode.scheduler.simple.SimpleScheduler.addTodoOnCommit(SimpleScheduler.java:364)
at
org.apache.ode.scheduler.simple.SimpleScheduler.schedulePersistedJob(SimpleScheduler.java:232)
at
org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl.continueAsync(PartnerRoleMessageExchangeImpl.java:126)
at
org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl.replyWithFailure(PartnerRoleMessageExchangeImpl.java:97)
at
org.apache.tuscany.sca.implementation.bpel.ode.ODEExternalService$1$1.call(ODEExternalService.java:166)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
at
org.apache.ode.scheduler.simple.SimpleScheduler.registerSynchronizer(SimpleScheduler.java:194)
... 10 more
Can you please give me some clue to solve this error?
Best regards,
Santhosh
On Jun 23, 2009 1:55pm, Simon Laws <[email protected]> wrote:
Hi Santhosh
This kind of error usually means that the service that the BPEL is
calling has returned an error of some kind. The error handling in
impl.bpel is not very good at the moment and needs improvement hence
this rather opaque output.
It seems to be going wrong on the call out to the sayHelloPartnerLink.
Can you check that that is properly wired in the SCA composite. If it
is are you able to look at the HTTP requests going between the BPEL
and this partner? That should give you a clue about what is going on.
Regards
Simon