|
From: Bharathi K. <Bha...@ma...> - 2007-07-02 15:49:38
|
Hi, I am using omii-client 3.4.0, and omii-server3.4.0. I am using omii-certificates. On rpc326 (desktop) I installed omii client and server, and on biruni (another machine) i installed omii client only. I am submitting sleep.jsdl file, as follows. gridsam-submit -s http://rpc326.cs.man.ac.uk:8080/gridsam/services/gridsam -j /home/biruni/bharathi/sleep.jsdl If I submit from rpc326 which is a local client it is working fine. But, if I submit from biruni i am getting an error. 2007-07-02 15:42:06,504 FATAL [GridSAMSubmit] (main:) unable to submit job: failed to submit job: No jsdl:JobDefinition element can be found in the request. Please check your input and the namespace declarations. <JobDefinition xmlns="http://schemas.ggf.org/jsdl/2005/11/jsdl"> <JobDescription> <JobIdentification> <JobProject>gridsam</JobProject> </JobIdentification> <Application> <POSIXApplication xmlns="http://schemas.ggf.org/jsdl/2005/11/jsdl-posix"> <Executable>/bin/sleep</Executable> <Argument>5</Argument> </POSIXApplication> </Application> </JobDescription> </JobDefinition> regards, Bharathi |