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

RPC error: waiting for connection to be established, but failed #32

Open
roman-popenov opened this issue Mar 25, 2020 · 1 comment
Open

Comments

@roman-popenov
Copy link

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:

network error, server: 10.214.68.221, export: /share, RPC error: waiting for connection to be established, but failed /10.214.68.221:20048
com.emc.ecs.nfsclient.mount.MountException: network error, server: 10.214.68.221, export: /share, RPC error: waiting for connection to be established, but failed /10.214.68.221:20048

The port 20048 is set during int portOfMountService = Portmapper.queryPortFromPortMap(MOUNTPROG, VERSION, _server); operation.

When I manually set the port to 2049, I see the following error:

rpc error, server: 10.214.68.221, export: /share, RPC error: RPC call is ACCEPTED, but the status is not success, acceptStat=1
com.emc.ecs.nfsclient.mount.MountException: rpc error, server: 10.214.68.221, export: /share, RPC error: RPC call is ACCEPTED, but the status is not success, acceptStat=1
@raominlove
Copy link

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

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

2 participants