You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Raja Balasubramanian/MAXIMUS <Ra...@maximus.com> on 2007/01/26 23:32:14 UTC

Ode Process execution problem: NPE

Hello,

 

Even in Hibernate mode, ode throws NPE at BpelProcess.java(Line 429).

This was my problem when executing under openJPA mode. 

I'm running ODE under Geronimo 1.1.

 

 

Thank you

 

Raja


Re: Ode Process execution problem: NPE

Posted by Guillaume Nodet <gn...@gmail.com>.
I guess this is related to the versioning scheme.
I'm trying to revert to hibernate to be able to use the latest svn head ...

<stack-trace><![CDATA[javax.jbi.management.DeploymentException: Error
starting service unit "communication-ode-su".
        at org.apache.ode.jbi.OdeSUManager.start(OdeSUManager.java:127)
        at org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:103)
        at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:130)
        at org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:374)
        at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:336)
        at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
        at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
        at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:605)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: java.lang.NullPointerException: must specify non-null
process configuration.
        at org.apache.ode.bpel.engine.BpelServerImpl.register(BpelServerImpl.java:254)
        at org.apache.ode.jbi.OdeServiceUnit.start(OdeServiceUnit.java:112)
        at org.apache.ode.jbi.OdeSUManager.start(OdeSUManager.java:123)
        ... 9 more

On 1/27/07, Alex Boisvert <bo...@intalio.com> wrote:
> Hi Raja,
>
> Could you provide some more detail?  A debug log showing the exception
> stacktrace perhaps?  Feel free to open a Jira issue if you want to add
> files, etc.   Having your BPEL process (or part of) would be useful as well.
>
> cheers,
> alex
>
> On 1/26/07, Raja Balasubramanian/MAXIMUS <Ra...@maximus.com>
> wrote:
> >
> > Hello,
> >
> >
> >
> > Even in Hibernate mode, ode throws NPE at BpelProcess.java(Line 429).
> >
> > This was my problem when executing under openJPA mode.
> >
> > I'm running ODE under Geronimo 1.1.
> >
> >
> >
> >
> >
> > Thank you
> >
> >
> >
> > Raja
> >
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Re: Ode Process execution problem: NPE

Posted by Alex Boisvert <bo...@intalio.com>.
Hi Raja,

Could you provide some more detail?  A debug log showing the exception
stacktrace perhaps?  Feel free to open a Jira issue if you want to add
files, etc.   Having your BPEL process (or part of) would be useful as well.

cheers,
alex

On 1/26/07, Raja Balasubramanian/MAXIMUS <Ra...@maximus.com>
wrote:
>
> Hello,
>
>
>
> Even in Hibernate mode, ode throws NPE at BpelProcess.java(Line 429).
>
> This was my problem when executing under openJPA mode.
>
> I'm running ODE under Geronimo 1.1.
>
>
>
>
>
> Thank you
>
>
>
> Raja
>
>
>