Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.emc.ecs.nfsclient.nfs.NfsException: Error in NfsWriteRequest serviceVersion:3 xid:839229755 usePrivilegedPort:false fileHandle:[16, 0, 0, 0, 78, 41, -31, 31, -64, 3, 0, 0, 14, 45, -31, 31] offset:180224 size:4096 syncType:2 error code:NfsStatus:13 #47

Open
hypersu opened this issue Dec 2, 2022 · 0 comments

Comments

@hypersu
Copy link

hypersu commented Dec 2, 2022

The problem occurs when I try to send a large file.
Caused by: com.emc.ecs.nfsclient.nfs.NfsException: Error in NfsWriteRequest serviceVersion:3 xid:839229755 usePrivilegedPort:false fileHandle:[16, 0, 0, 0, 78, 41, -31, 31, -64, 3, 0, 0, 14, 45, -31, 31] offset:180224 size:4096 syncType:2 error code:NfsStatus:13
at com.emc.ecs.nfsclient.nfs.NfsResponseHandler.checkResponse(NfsResponseHandler.java:50)
at com.emc.ecs.nfsclient.rpc.RpcWrapper.callRpcChecked(RpcWrapper.java:276)
at com.emc.ecs.nfsclient.rpc.RpcWrapper.callRpcWrapped(RpcWrapper.java:156)
at com.emc.ecs.nfsclient.nfs.nfs3.Nfs3.wrapped_sendWrite(Nfs3.java:756)
at com.emc.ecs.nfsclient.nfs.nfs3.Nfs3.wrapped_sendWrite(Nfs3.java:90)
at com.emc.ecs.nfsclient.nfs.io.NfsFileBase.write(NfsFileBase.java:867)
at com.emc.ecs.nfsclient.nfs.io.NfsFileOutputStream.writeBufferToFile(NfsFileOutputStream.java:296)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant