Martin,
Thank you for your suggestions.I tried the two replacing methods, the
first one is fine when I sumbit the job:
[EMAIL PROTECTED] ~]$ globusrun-ws -submit -F
https://g3.grid.cn:8443/wsrf/services/ManagedJobFactoryService -Ft
Fork -S -f job.xml
Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:29d71bca-bce7-11dc-beba-0019b9f6a7f4
Termination time: 01/08/2008 06:09 GMT
Current job state: StageIn
Current job state: Active
Current job state: CleanUp
Current job state: Done
Destroying job...Done.
Cleaning up any delegated credentials...Done.
and the second replacing method (replace that line with "system("rm
-rf $job_path");") is failed.
After I used the first method, I submit my Java client program and
the "org.globus.wsrf.InvalidResourceKeyException: Argument key is
null"
& "The signature or decryption was invalid" error remains the same!
------------------------
Lin Wan