quorum-raft-cluster icon indicating copy to clipboard operation
quorum-raft-cluster copied to clipboard

Impossible to geth attach

Open Andromelus opened this issue 6 years ago • 5 comments

Hi.

Steps to reproduce issue:

Juste followed the readme. I just did not modify the genesis.json. When trying to attach on geth, thie is what happens:

florian@florian-virtual-machine:~/Documents/helper/quorum-raft-cluster$ sudo ./constellation-start.sh 
[*] Starting Constellation node
florian@florian-virtual-machine:~/Documents/helper/quorum-raft-cluster$ sudo ./raft-start.sh 
[*] Starting geth node
florian@florian-virtual-machine:~/Documents/helper/quorum-raft-cluster$ sudo geth attach qdata/geth.ipc
Fatal: Unable to attach to remote geth: dial unix qdata/geth.ipc: connect: no such file or directory

In fact, there is not geth.ipc in qdata/.

n@florian-virtual-machine:~/Documents/helper/quorum-raft-cluster$ cd qdata
florian@florian-virtual-machine:~/Documents/helper/quorum-raft-cluster/qdata$ l
geth/  keystore/  logs/  static-nodes.json

Machine: ubuntu Xenial (16.04)

Andromelus avatar Nov 21 '17 08:11 Andromelus

@Andromelus I am also facing this issue.Do you find any solution?If yes,please share.

mariam-crissi avatar Dec 01 '17 05:12 mariam-crissi

@mariam-crissi Nop. I gave up on Quorum. Not enough support, project not mature enough according to me.

Andromelus avatar Dec 01 '17 06:12 Andromelus

@Andromelus I have created another issue https://github.com/Szkered/quorum-raft-cluster/issues/3.. Please have a look..

mariam-crissi avatar Dec 01 '17 07:12 mariam-crissi

@Andromelus I have solved the issue by editing the static-nodes.json file. Just check your static-nodes.json...Here enode id creating twice with same name......Please do manually correct it...And try once again...Let you please update me..

mariam-crissi avatar Dec 01 '17 07:12 mariam-crissi

I'm still encountering this issue

porteron avatar Mar 20 '18 20:03 porteron