Hi Rene, It seems that your problem comes from the used WSDL4J version. There's sometimes a lot of weirdness in the libraries that finally end up in your war lib directory with Maven, the problem probably comes from there.
So make sure that you have wsdl4j-1.5.2.jar in you webapp WEB-INF/lib directory and *only* that version. Also which application server are you using? Thanks, Matthieu On 3/7/07, René Bos <[EMAIL PROTECTED]> wrote:
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é