Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Win 2000 pro, JDK 1.5.08, Tomcat 5.5.23
Description
I download ODE build revision 532271 and compiled it with maven version 2.0.6 under JDK 1.5 enviornement.
Later I deployed ODE.war on apache-tomcat-5.5.23., it successfully deployed. Later i copied HelloWorld example from X:\ode\distro-axis2\src\examples in ODE\Web-INF\processes folder.
When i tested the hosted HelloWorld process using soapsend.bat provided in ode distribution.
I got following error.
Command: sendsoap http://localhost:8080/ode/processes/helloWorld testRequest.soap
Error: Exception in thread "main" java.lang.NoClassDefFoundError: \bin\java/exe
I want to know:
1- How i could resolve this error under JDK1.5.x toolkit. I know it automatically vanishes by shifting from JDK 1.5 to JDK1.6.
2- If above command (i.e. sendsoap http://localhost:8080/ode/processes/helloWorld testRequest.soap) executes succesfully. Which service will service this requet because no HelloWorld service is either hosted anywhere or comes with the example and nither configured in deployment descriptor provided in examples folder or any where else.
3- Is there any way to check the hosted processes using web interface.
Please correct me with steps to test configurations or any help to resolve this problem is highly appreciated.
trafique