Hello,

I just installed Ode rev515386. Building was OK but I have problems when I 
deploy a process. I have the same problem using rev510166 (someone on the list 
seems to have that rev working)

I'm using JDK 1.5.0_11, Tomcat 5.5.20 and Maven 2.0.5.

This is what I did:

1) SVN checkout
2) In root: mvn install
3) In distro-axis2: mvn install
4) In distro-axis2\target: extract the distribution 
distro-axis2-2.0-SNAPSHOT.tar.gz to c:\odetest
5) Copy the ode.war from the distribution to the tomcat/webapps directory
6) Start tomcat. 
+Everything works fine until here. http://localhost:8080/ode gives the Axis2 
page.
8) Copy the directory HelloWorld2 from the distribution to 
tomcat/webapps/ode/WEB-INF/processes
+This is were I get into problems. The Tomcat window gives the following error:

    FATAL - DeploymentPoller$PollingThread.run(197) | Encountered an unexpected 
error.  Exiting poller...
    java.lang.AbstractMethodError: 
org.apache.ode.bpel.compiler.WSDLLocatorImpl.close()V
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
        at 
org.apache.ode.bpel.compiler.BpelCompiler.addWsdlImport(BpelCompiler.java:115)
        at 
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:711)
        at 
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:571)
        at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:258)
        at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:325)
        at 
org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:125)
        at 
org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:95)
        at 
org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:136)
        at 
org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
        at 
org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
        at 
org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)

In tomcat/webapps/ode/WEB-INF/processes a file HelloWorld2.deployed with size 0 
bytes is created.

Any ideas what's wrong? (Other examples same problem..)

René

Reply via email to