list archives . users mailing list

Subject: Re: GDS configuration problem

Date view Thread view Subject view Author view Attachment view

From: Andrew Borley (BORLEY@uk.ibm.com)
Date: Feb 19, 2003 15:44

Hi Brian,

I think this is a small problem with either your
GridDataServiceFactoryConfig xml (on your server), your
GridDataServiceFactoryScript xml or your GridDataServiceScript xml (both
sent by the client).

In your GridDataServiceFactoryScript xml, the value for the
<GDSFS:CreateGDSWithNamedConfig> element needs to be the same as the value
for the name attribute for the <GDSF:GridDataServiceConfig> element in the
GridDataServiceFactoryConfig xml.

Alternatively (or also), the value of the <Config> element in your
GridDataServiceScript xml needs to be the same as the value for the name
attribute for the <GDSF:GridDataServiceConfig> element in the
GridDataServiceFactoryConfig xml.

So for example if your GridDataServiceFactoryConfig xml contains this:

...
<GDSF:GridDataServiceConfig name="config">
   <GDS:ScriptEnvironment name="environment1" language
="http://ogsadai.org.uk/language/GridDataServiceScript">
...

then your GridDataServiceFactoryScript xml needs to contain this:

...
<GDSFS:Body>
   <GDSFS:CreateGDSWithNamedConfig>config</GDSFS:CreateGDSWithNamedConfig>
</GDSFS:Body>
...

and your GridDataServiceScript xml needs to contain this:

...
   <Header>
      <Version>
         <Config>config</Config>
....

Hope this helps!
Let us know if you have more problems or if this doesn't work.

Cheers

Andrew

____________________________________________________________

Andrew Borley - Software Engineer
HS&T - Dynamic e-Business
Tel: 245393 Ext: +44 (0) 1962 815393 Mob: +44 (0) 7812 571341
E-mail: borley@uk.ibm.com
Mailpoint 137, IBM (UK) Ltd, Hursley Park, Winchester, Hants, SO21 2JN
____________________________________________________________

|---------+---------------------------->
| | "Brian Hills" |
| | <brianh@nesc.ac.u|
| | k> |
| | Sent by: |
| | owner-users@ogsad|
| | ai.org.uk |
| | |
| | |
| | 19/02/2003 14:53 |
| | |
|---------+---------------------------->
>------------------------------------------------------------------------------------------------------------------------------|
  | |
  | To: <users@ogsadai.org.uk> |
  | cc: |
  | Subject: GDS configuration problem |
  | |
  | |
>------------------------------------------------------------------------------------------------------------------------------|

I have installed OGSA-DAI on my PC after attending last weeks training
course.

When I try to run the End to End client I get the following error:

Error:

AxisFault

faultCode: {http://xml.apache.org/axis/}Server.userException

faultString: [org.globus.ogsa.GridServiceException] GDS configuration
"config"

could not be found. [chained] -> GDS configuration "config" could not be
found.

GDS configuration "config" could not be found.

Sounds like it may be something I havent altered in a setup file, (I've
been following the I-guide) does anyone have any suggestions?

Thanks

Brian


Date view Thread view Subject view Author view Attachment view
webperson@nesc.ac.uk