Szkered / quorum-raft-cluster

How to set up a quorum private chain with raft concensus
19 stars 17 forks source link

Impossible to geth attach #2

Open Andromelus opened 6 years ago

Andromelus commented 6 years ago

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)

mariam-crissi commented 6 years ago

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

Andromelus commented 6 years ago

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

mariam-crissi commented 6 years ago

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

mariam-crissi commented 6 years ago

@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..

porteron commented 6 years ago

I'm still encountering this issue