Code Monkey home page Code Monkey logo

Comments (3)

nickmi avatar nickmi commented on July 26, 2024

While Attempting to launch a network with option 4 the process hangs when adding white listed IPs.
The Docker image is
dockerImage=syneblock/quorum-maker:2.2.1_2.6.2

The output is below:

Attaching to node3, node1, node2
node3 | Waiting for Node 1 to deploy NetworkManager contract...
node1 | {"level":"info","msg":"Node Manager listening on :22004...","time":"2019-10-21T22:07:19Z"}
node2 | Waiting for Node 1 to deploy NetworkManager contract...
node1 | {"level":"info","msg":"Deploying Network Manager Contract","time":"2019-10-21T22:07:20Z"}
node3 | {"level":"info","msg":"Node Manager listening on :22004...","time":"2019-10-21T22:07:23Z"}
node1 | {"level":"info","msg":"Adding whitelisted IPs","time":"2019-10-21T22:07:23Z"}
node2 | {"level":"info","msg":"Node Manager listening on :22004...","time":"2019-10-21T22:07:24Z"}
node3 | {"level":"info","msg":"Adding whitelisted IPs","time":"2019-10-21T22:07:25Z"}
node2 | {"level":"info","msg":"Adding whitelisted IPs","time":"2019-10-21T22:07:26Z"}

Have you found any solution to this problem ? I am also having trouble

from quorum-maker.

jonassunandar avatar jonassunandar commented on July 26, 2024

October 10, 2020. I have exactly the same issue.

from quorum-maker.

dhyansraj avatar dhyansraj commented on July 26, 2024

The message you see is the last step in startup sequence. The nodes are in fact running. The ports are by default NOT exposed when creating a test network on localhost. Since test network uses, docker compose, the nodes are exposed using virtual IPs and hence can be accessed via IPs not using localhost. Eg. http://10.50.0.2:22004, http://10.50.0.3:22004 etc. This is clearly mentioned in the Wiki page.

Also if you prefer to force expose ports on localhost, use the -e or --export flag while creating the Dev Network.

from quorum-maker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.