Actually I think this has been fixed at least a couple of weeks ago. Could be a good time to get a more recent version (if you can get something to compile).
On 11/10/06, Alex Boisvert <[EMAIL PROTECTED]> wrote:
Looks like you have a variable declaration that references an invalid/missing message type. I'll fix the NPE and improve error reporting. alex Jim Alateras wrote: > Hi, > > I am attempting to deploy this BPEL application, which contains a two > BPEL processes and associated WSDL files. When the server attempts to > compile it the following exception is raised. > > INFO: Server startup in 37750 ms > ERROR - DeploymentPoller.check(136) | Deployment of HelloWorld failed, > aborting for now. > java.lang.NullPointerException > at > org.apache.ode.bpel.compiler.WSDLRegistry.getMessage(WSDLRegistry.java :299) > > at > org.apache.ode.bpel.compiler.BpelCompiler.resolveMessageType( BpelCompiler.java:326) > > at > org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java :1250) > at > org.apache.ode.bpel.compiler.BpelCompiler.access$1100(BpelCompiler.java :115) > > at > org.apache.ode.bpel.compiler.BpelCompiler$9.run(BpelCompiler.java:1011) > at > org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:972) > at > org.apache.ode.bpel.compiler.BpelCompiler.compileScope(BpelCompiler.java :1006) > > at > org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:613) > at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:265) > at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:355) > at > org.apache.ode.bpel.deploy.DeploymentUnitImpl.compile( DeploymentUnitImpl.java:138) > > at > org.apache.ode.bpel.deploy.DeploymentUnitImpl.compileProcesses( DeploymentUnitImpl.java:128) > > at > org.apache.ode.bpel.deploy.DeploymentUnitImpl.loadProcessDefinitions( DeploymentUnitImpl.java:146) > > at > org.apache.ode.bpel.deploy.DeploymentUnitImpl.refresh( DeploymentUnitImpl.java:291) > > at > org.apache.ode.bpel.deploy.DeploymentUnitImpl.<init>( DeploymentUnitImpl.java:112) > > at > org.apache.ode.bpel.deploy.DeploymentManagerImpl.createDeploymentUnit( DeploymentManagerImpl.java:71) > > at > org.apache.ode.bpel.engine.BpelServerImpl.deploy(BpelServerImpl.java :630) > at > org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java :133) > > at > org.apache.ode.axis2.deploy.DeploymentPoller.access$300( DeploymentPoller.java:55) > > at > org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run( DeploymentPoller.java:188) > > > > > Is there any log category i should be turning on to get further > information. > > cheers > </jima> > > > >