Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [geclipse-dev] Submission of JDL jobs (gLite)

Hi,

Thanks for the replies.

This is the error, which is from the plugin itself (I'm not programming at the moment):

Wrong URI of staged-in file 'InputSandboxDestFileName ='
Illegal character in path at index 24: InputSandboxDestFileName =

And here follows the JDL. Note that it is the result of a JSDL conversion.

[
Type = "Job";
JobType = "Normal";
RetryCount = 3;
Executable ="start_povray_morphine.sh";
Arguments = "start_povray_morphine.sh";
InputSandbox = { "file:/C:/data/globus/exercises/JSexercise3/start_povray_morphine.sh", "file:/C:/data/globus/exercises/JSexercise3/morphine.pov" };
InputSandboxDestFileName = { "start_povray_morphine.sh", "morphine.pov" };
OutputSandbox = { "povray_morphine.out", "povray_morphine.err", "morphine.png" };
OutputSandboxDestURI = { "c:\data\povray_morphine.out", "c:\data\povray_morphine.err", "c:\data\morphine.png" };
DeleteOnTermination = { "start_povray_morphine.sh", "morphine.pov" };
Requirements = other.GlueCEStateStatus == "Production";
Rank = -other.GlueCEStateEstimatedResponseTime;

]


I'm having problems saving the changes made in JDL files. It seems that I have to close the project and open it for the changes to have effect. For example, start the JDL job description wizard, leave everything empty and fill in the JDL later in the editor. Save the file. Submit the JDL and g-Eclipse then complains about an empty executable field (JDL mandatory field Executable is missing). The saved file seems not to one that is inspected for submission, only the result of the wizard.

Another thing is how to retrieve the OutputSandbox from a JDL job. With JSDL these are nicely listed and clickable but not so for JDL. At least not as far as I can see. I'm trying to figure it out. Please be patient with me.

regards

Machiel

> -----Original Message-----
> From: geclipse-dev-bounces@xxxxxxxxxxx [mailto:geclipse-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Mariusz Wojtysiak
> Sent: vrijdag 25 juli 2008 12:00
> To: Developer mailing list
> Subject: Re: [geclipse-dev] Submission of JDL jobs (gLite)
>
> Hello Machiel!
>
> Machiel Jansen pisze:
> > Is it possible to submit JDL files?
>
> Yes - it's possible.
>
> > When I create a JSDL job description I can translate it to JDL.
> > Submission of the JSDL is fine but when I try to submit the
> equivalent
> > JDL file  g-Eclipse complains about syntax being incorrect.
>
> Could you post us error message about syntax, which you have?
>
> How do you try to submit your jdl: as normal user using g-eclipse or
> programically as developer from your code?
>
> Could you send us your jsdl and jdl?
>
> --
> Regards,
> Mariusz Wojtysiak
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev


Back to the top