Bug #7188
closedDoesNotExistException reading file in DPM
0%
Description
Caused by: java.io.IOException: java.io.IOException: class org.ogf.saga.error.DoesNotExistException: org.globus.ftp.exception.UnexpectedReplyCodeExce
ption: Custom message: Unexpected reply: 500-Command failed. : System error in name: No such file or directory
500-A system call failed: No such file or directory
When reading a file in DPM version 1.8.8-1
Updated by Kocot Joanna almost 11 years ago
This could probably be fixed by removing the 'if' statements marked with the "//todo: remove this workaround when the bug will be fixed in DPM" in
https://git.in2p3.fr/public/jsaga/tree/adaptors/jsaga-adaptor-srm/src/fr/in2p3/jsaga/adaptor/data/SRMResponse.java
Updated by Schwarz Lionel almost 11 years ago
- Status changed from Assigned to Resolved
Indeed yes. I have removed this old workaround.
This issue is fixed but my tests show a new issue described at
https://forge.in2p3.fr/issues/7195