Hi,

The output of the command is:


________________________________
globusrun-ws -submit -F https://130.238.137.41:8443/wsrf/services/ ManagedJobFactoryService -c /bin/date
Submitting job...Done.
Job ID: uuid:7b086342-3f7d-11dc-b381-00145e5a5e4c
Termination time: 08/01/2007 15:48 GMT
Current job state: Active
Current job state: CleanUp
Current job state: Done
Destroying job...Done.
_____________________________________


If we change the factoryType to FORK and submit the single job using the code I send in my first mail, works perfectly fine. The only problem that I faced submitting single job using that code is, I have to pull the STATE property of the job notification don't work.

I try to submit using URI: https://130.238.137.41:8443/wsrf/services/ ManagedJobFactoryService there is another service available https:// 130.238.137.41:8443/wsrf/services/ManagedMultiJobService (Should I use this for multiple jobs).





Salman Toor.





On Jul 31, 2007, at 5:46 PM, [EMAIL PROTECTED] wrote:

globusrun-ws \
  -submit \
-F https://<ip-address>:8443/wsrf/services/ ManagedJobFactoryService \
  -c /bin/date

Reply via email to