Hi,
The programmer's tutorial was written with the 4.0 series of the toolkit and
as far as i know no effort was made to make it 4.2 compatible, and this might
actually never happen.
I'd expect the examples to work with a 4.0.8 installation though.
Martin
Christian wrote:
Hi!
I tried to build the example service from the Globus Toolkit 4
Programmer's Tutorial (progtutorial-examples_0.2.1). But everytime I get
the following error. Can someone please help me to find out what's wrong?
I'm using the latest stable release GT 4.2.1.
Here's what I get when I try to build the service:
$ ./globus-build-service.sh first
Buildfile: build.xml
init:
[delete] Deleting directory /home/globus4user/ServiceExamples/build/lib
[mkdir] Created dir: /home/globus4user/ServiceExamples/build/lib
flatten:
WSDLUptodate:
flatten:
[echo] Processing WSDL in Math.wsdl
[java] Retrieving document at
'/home/globus4user/ServiceExamples/build/schema/examples/MathService_instance/Math.wsdl'.
[java] Error processing WSDL: Could not read WSDL input file:
/home/globus4user/ServiceExamples/build/schema/examples/MathService_instance/Math.wsdl
BUILD FAILED
/home/globus4user/ServiceExamples/build.xml:228: The following error
occurred while executing this line:
/usr/local/gt4/share/globus_wsrf_tools/build-stubs.xml:166: Java
returned: 2
Total time: 7 seconds