Open roman-popenov opened 4 years ago
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: