synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
195 stars 99 forks source link

problem with geth attach inside a node #17

Closed moda20 closed 6 years ago

moda20 commented 6 years ago

Hey, i did run the nodes that i configured, but i came a cross this error when trying to attach to a node via geth.

root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc 
Fatal: Unable to attach to remote geth: dial unix geth.ipc: connect: connection refused
root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc 
Fatal: Unable to attach to remote geth: dial unix geth.ipc: connect: connection refused
root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc 

At first i couldn't connect with RPC to the nodes even with the correct port so i wanted to check everything with wbe3 manually. are these errors related ? I use truffle to connect to rpc, it displayed this error :

Could not connect to your Ethereum client. Please check that your Ethereum client:
    - is running
    - is accepting RPC connections (i.e., "--rpc" option is used in geth)
    - is accessible over the network
    - is properly configured in your Truffle configuration file (truffle.js)
moda20 commented 6 years ago

THe problem is still persisting