Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Error Code

Explanation

95

operation not supported

also seen in buffer write for unexpected termination of the connection

1

file not found

3011

file not found

-2

error server side -
might be due to something broken in xrootd-cmstfc. Try opening the file as <server>/<filepath> (with single slash separator instead of double slash). If it works, something’s wrong in the namelib conversion

https://github.com/ceph/rados-java/blob/master/src/main/java/com/ceph/rados/exceptions/ErrorCode.java

...