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

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

Open
kimr01 opened this issue Mar 27, 2022 · 0 comments
Open

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

kimr01 opened this issue Mar 27, 2022 · 0 comments

Comments

@kimr01
Copy link

kimr01 commented Mar 27, 2022

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"

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

1 participant