Subject: RE: Building OGSA-DAI 1.5
- Next message: M.Jackson: "RE: Building OGSA-DAI 1.5"
- Previous message: Brian Hills: "Building OGSA-DAI 1.5"
- Maybe in reply to: Brian Hills: "Building OGSA-DAI 1.5"
- Next in thread: M.Jackson: "RE: Building OGSA-DAI 1.5"
- Reply: M.Jackson: "RE: Building OGSA-DAI 1.5"
From: Brian Hills (brianh@nesc.ac.uk)
Date: Mar 14, 2003 13:09
Thanks, that was the answer, I had a wrong ogsa.jar. I have started
again and reinstalled tomcat and things seem to be going better.
I've got to the stage of loading the service WSDL into a browser.
This works fine for "GridDataServiceFactoryP2R1" but I get an error when
I try to load the WSDL for "GridDataServiceRegistry":
Fault - [java.rmi.RemoteException] java.rmi.RemoteException: Could not
find path uk/org/ogsadai/wsdl/GridDataServiceRegistry:
[org.globus.ogsa.repository.ServiceActivationException]
[org.globus.ogsa.GridServiceException] Emitter failure. There is an
undefined binding (NotificationSourceSOAPBinding) in the WSDL document.
Hint: make sure <port
binding=".."> is fully qualified.
[chained: Emitter failure. There is an undefined binding
(NotificationSourceSOAPBinding) in the WSDL document.
Does anyone have any ideas?
Thanks
Brian
-----Original Message-----
From: George Hicken1 [mailto:hickeng@uk.ibm.com]
Sent: 13 March 2003 13:18
To: Brian Hills
Subject: Re: Building OGSA-DAI 1.5
It seems likely that the ogsa.jar that you have in
c:\programfiles\ogsadai_1.5\ogsadai-src\lib is from pre ogsa-alpha2.
This class was introduced somewhere between tp4 and alpha2.
--
George Hicken
hickeng@uk.ibm.com
"Brian Hills" <brianh@nesc.ac.uk>
Sent by: owner-users@nesc.ac.uk
13/03/2003 12:11
To: <users@ogsadai.org.uk>
cc:
Subject: Building OGSA-DAI 1.5
Hi,
I have downloaded the 1.5 distribution from the website, this appears to
be just the source, is a binary dististribution available?
I have followed the appendix in the i-guide on building the source, but
have had to do some extra steps to get the build going that were not
documented e.g. create a specific lib directory, and run ant from
<OGSA-DAI> not <OGSA-DAI>/src/build (this directory doesnt exist).
Now when I run the build I get a lot of compilation errors, I've listed
some below.
Do some items need to be added to the classpath to enable the build to
work?
Thanks
Brian
C:\ProgramFiles\ogsadai_1.5\ogsadai-src>more out
Buildfile: build.xml
clean:
[delete] Deleting directory
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\build
[mkdir] Created dir: C:\ProgramFiles\ogsadai_1.5\ogsadai-src\build
checkCompilePreReqs:
[echo] Checking for prerequisites
[echo] axis.jar: present
[echo] cog-axis.jar: present
[echo] cog-jglobus.jar: present
[echo] jaxrpc.jar: present
[echo] log4j.jar: present
[echo] ogsa.jar: present
[echo] rowset.jar: present
[echo] saaj.jar: present
[echo] wsdl4j.jar: present
[echo] xalan.jar: present
[echo] xercesImpl.jar: present
[echo] xmlParserAPIs.jar: present
[echo] xmldb.jar: present
[echo] xsdbeans.jar: present
compile:
[echo] ATTENTION: if you have compilation problems, make sure you
have a Ja
va SDK version >= 1.4
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 145 source files to
C:\ProgramFiles\ogsadai_1.5\ogsadai-sr
c\build
[javac] Since fork is true, ignoring compiler setting.
[javac]
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\src\java\uk\org\ogsadai\clie
nt\gdsr\GridDataServiceRegistryClient.java:33: cannot resolve symbol
[javac] symbol : class InvalidExpressionFault
[javac] location: package ogsa
[javac] import org.gridforum.ogsa.InvalidExpressionFault;
[javac] ^
[javac]
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\src\java\uk\org\ogsadai\clie
nt\gdsr\GridDataServiceRegistryClient.java:35: cannot resolve symbol
[javac] symbol : class ExpressionNotSupportedFault
[javac] location: package ogsa
[javac] import org.gridforum.ogsa.ExpressionNotSupportedFault;
[javac] ^
- Next message: M.Jackson: "RE: Building OGSA-DAI 1.5"
- Previous message: Brian Hills: "Building OGSA-DAI 1.5"
- Maybe in reply to: Brian Hills: "Building OGSA-DAI 1.5"
- Next in thread: M.Jackson: "RE: Building OGSA-DAI 1.5"
- Reply: M.Jackson: "RE: Building OGSA-DAI 1.5"