Hi, I encounter an error while compiling the globus_Math web service
example.
I use the copy from the sit and compile it on my ubuntu with GLOBUS-4.2.1
pre-installed.
I have set the environment variables, then ./globus-build-service.sh -d XXX
-s XXX.
The Error code is like this:
Buildfile: build.xml
init:
[delete] Deleting directory /home/software/progexamples/build/lib
[mkdir] Created dir: /home/software/progexamples/build/lib
flatten:
WSDLUptodate:
flatten:
[echo] Processing WSDL in Math.wsdl
[java] Retrieving document at
'/home/software/progexamples/build/schema/examples/MathService_instance/Math.wsdl'.
[java] Error processing WSDL: Could not read WSDL input file:
/home/software/progexamples/build/schema/examples/MathService_instance/Math.wsdl
BUILD FAILED
/home/software/progexamples/build.xml:228: The following error occurred
while executing this line:
/usr/local/globus/share/globus_wsrf_tools/build-stubs.xml:166: Java
returned: 2
Total time: 6 seconds
It seems that all the example code will encounter the same error.
anything wrong?