Skip to content

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

@roman-popenov

Description

@roman-popenov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions