Skip to content

quorum Fatal: Unable to attach to remote geth: Invalid pipe address #274

@kimr01

Description

@kimr01

System information

Geth version: Version: 1.10.15-stable

OS & Version: Windows

Branch, Commit Hash or Release: NA

Environment: vagrant,

Expected behavior

No error

Actual behavior

Fatal: Unable to attach to remote geth: no known transport for URL scheme "c"

Steps to reproduce the behavior

  1. : start 7 nodes
    {consensus} = raft;
    ./{consensus}-init.sh
    ./{consensus}-start.sh
    ./{consensus}-start.sh constellation
    checked all 7nodes running without failing
    example node:
    enode://ac6b1096ca56b9f6d004b779ae3728bf83f8e22453404cc3cef16a3d9b96608bc67c4b30db88e0a5a6c6390213f7acbe1153ff6d23ce57380104288ae19373ef@127.0.0.1:21000?discport=0&raftport=50401",

2 : running Tessera remote enclave
./{consensus}-start.sh tessera-remote.
3. ./runscript.sh private-contract.js
PS C:\Users\richa\projects\quorum-examples\examples\7nodes> ./runscript.sh private-contract.js
PS C:\Users\richa\projects\quorum-examples\examples\7nodes>

  1. geth attach ipc:qdata/dd1/geth.ipc
    PS C:\Users\richa\projects\quorum-examples\examples\7nodes> geth attach ipc:qdata/dd1/geth.ipc
    Fatal: Unable to attach to remote geth: Invalid pipe address 'qdata/dd1/geth.ipc'.

Error Logs

PS C:\Users\richa\projects\quorum-examples\examples\7nodes> geth attach ipc:qdata/dd1/geth.ipc
Fatal: Unable to attach to remote geth: Invalid pipe address 'qdata/dd1/geth.ipc'.

all logs in sequence

PS C:\Users\richa> cd projects\quorum-examples\examples\7nodes
PS C:\Users\richa\projects\quorum-examples\examples\7nodes> geth attach ipc:qdata/dd1/geth.ipc
Fatal: Unable to attach to remote geth: Invalid pipe address 'qdata/dd1/geth.ipc'.
PS C:\Users\richa\projects\quorum-examples\examples\7nodes> geth attach
Fatal: Unable to attach to remote geth: no known transport for URL scheme "c"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions