You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to connect to the NFS server, but while trying to get the prepareRootFhAndNfsPort(), more specifically during lookupRootHandle() I am gettings the following error:
I use nfs-client-1.0.3.jar. There is always such a problem when uploading files to nfs. How can I solve it?
[com.emc.ecs.nfsclient.rpc.RpcWrapper::handleRpcException] [TxId:,SpanId:] network error happens, server 10.83.127.11, attemptNumber 0
I am able to connect to the NFS server, but while trying to get the
prepareRootFhAndNfsPort()
, more specifically duringlookupRootHandle()
I am gettings the following error:The port
20048
is set duringint portOfMountService = Portmapper.queryPortFromPortMap(MOUNTPROG, VERSION, _server);
operation.When I manually set the port to
2049
, I see the following error:The text was updated successfully, but these errors were encountered: