//user 1 submit error
jlite.GridAPIException: org.globus.io.urlcopy.UrlCopyException:
UrlCopy transfer failed. [Caused by: Server refused performing the
request. Custom message: (error code 1) [Nested exception message:
Custom message: Unexpected reply: 500-Command failed. :
globus_l_gfs_file_open failed.
500-globus_xio: Unable to open file /var/glite/SandboxDir/Io/
https_3a_2f_2fwms.ipp.acad.bg_3a9000_2fIo79ohae2BZdw38KeVgadw/input/
test.sh
500-globus_xio: System error in open: Permission denied
500-globus_xio: A system call failed: Permission denied
500 End.]]
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:633)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:447)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:440)
at ThreadTestGLite.run(ThreadTestGLite.java:197)
Caused by: org.globus.io.urlcopy.UrlCopyException: UrlCopy transfer
failed. [Caused by: Server refused performing the request. Custom
message: (error code 1) [Nested exception message: Custom message:
Unexpected reply: 500-Command failed. : globus_l_gfs_file_open failed.
500-globus_xio: Unable to open file /var/glite/SandboxDir/Io/
https_3a_2f_2fwms.ipp.acad.bg_3a9000_2fIo79ohae2BZdw38KeVgadw/input/
test.sh
500-globus_xio: System error in open: Permission denied
500-globus_xio: A system call failed: Permission denied
500 End.]]
at org.globus.io.urlcopy.UrlCopy.copy(UrlCopy.java:522)
at
jlite.GridSessionImpl.uploadFilesToGridFTP(GridSessionImpl.java:691)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:558)
... 3 more
//user 2 submit error
jlite.GridAPIException: org.globus.io.urlcopy.UrlCopyException:
UrlCopy transfer failed. [Caused by: Server refused performing the
request. Custom message: (error code 1) [Nested exception message:
Custom message: Unexpected reply: 500-Command failed. :
globus_l_gfs_file_open failed.
500-globus_xio: Unable to open file /var/glite/SandboxDir/60/
https_3a_2f_2fwms.ipp.acad.bg_3a9000_2f60aNPiT8pM2iyLB-i_5fFiow/input/
test.sh
500-globus_xio: System error in open: Permission denied
500-globus_xio: A system call failed: Permission denied
500 End.]]
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:633)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:447)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:440)
at ThreadTestGLite.run(ThreadTestGLite.java:197)
Caused by: org.globus.io.urlcopy.UrlCopyException: UrlCopy transfer
failed. [Caused by: Server refused performing the request. Custom
message: (error code 1) [Nested exception message: Custom message:
Unexpected reply: 500-Command failed. : globus_l_gfs_file_open failed.
500-globus_xio: Unable to open file /var/glite/SandboxDir/60/
https_3a_2f_2fwms.ipp.acad.bg_3a9000_2f60aNPiT8pM2iyLB-i_5fFiow/input/
test.sh
500-globus_xio: System error in open: Permission denied
500-globus_xio: A system call failed: Permission denied
500 End.]]
at org.globus.io.urlcopy.UrlCopy.copy(UrlCopy.java:522)
at
jlite.GridSessionImpl.uploadFilesToGridFTP(GridSessionImpl.java:691)
at jlite.GridSessionImpl.submitJob(GridSessionImpl.java:558)
... 3 more
Which is the cause?
Does it work with 1 thread?
Do you use different GridSession instances in each thread?
Can you provide the code?
Regards,
Oleg
I had the same problem of thor...
It's work well with 1 thread and I use different instances of
GridSession in each thread, but in the second attempt the exception
reported by thor above is thrown...
The code is split into many classes, but I tested and I verified that
are two different instances...
Thanks advance
I think I fixed this problem.
Try the new release candidate:
http://dcs.isa.ru/os/jlite-0.2-rc.zip
Best regards,
Oleg