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

Node manager does not start on Create network #113

Open
frizzbuzz opened this issue Jun 28, 2019 · 3 comments
Open

Node manager does not start on Create network #113

frizzbuzz opened this issue Jun 28, 2019 · 3 comments

Comments

@frizzbuzz
Copy link

I am new to Quorum maker and testing all the options of creating networks and attaching to existing nodes. But for me except in dev network, other options do not start nodemanager and not able to create/join network/attach to existing nodes. Can you please let me know how to do create a network and join nodes to that?

@ab-chowdhury
Copy link

Ok sure,

Please follow the steps in the following link to create and join a network using interactive approach
https://github.com/synechron-finlabs/quorum-maker/wiki#creating-the-first-node
https://github.com/synechron-finlabs/quorum-maker/wiki#joining-a-network

Note: Enter all the ports if 22000 to 22004 ports are busy or you can keep them as default

Note :- When joing a node
Please enter IP Address of existing node: "Enter IP of the the first node which you have created"
Please enter Node Manager Port of existing node: "Enter NodeManager Port of the the first node which you have created"
Please enter IP Address of this node: "Enter IP of second node"

If both the nodes are on the same system you have to enter same IP in both the fields ie. existing node IP and this node IP and enter different ports for joining node w.r.to creating node

For Non-Interactive approach follow the steps in the following link:

https://github.com/synechron-finlabs/quorum-maker/wiki#non-interactive-setup

@frizzbuzz
Copy link
Author

I followed all the steps mentioned on the links. Still no luck with Node Manager. Creating a network creates a folder for the node data and prints the enode address on the console. But Node Manager does not start. Since I cannot access the UI using https://localhost:22004, other nodes can not be joined as they fail to get approval from the main node.

@abhayar
Copy link
Contributor

abhayar commented Jul 12, 2019

@frizzbuzz To load UI , URL will be http://localhost:<nodemanager_port>. You have mentioned "https".
Are running quorum nodes on local machine or any web server..?
If you are running on web server, then url will be http://<webserver_ip>:<ndoeManager_port>.Make sure nodeManager port is open on server to accessible it from browser.Otherwise http://localhost:<nodeManager_port>
What error exactly you are getting..? Could you just go to log directory of your node and mention error here..?
example:
cd quorum-maker/node1/node/qdata/gethLogs/node1.log

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

3 participants