Giter VIP home page Giter VIP logo

Comments (5)

advissor avatar advissor commented on June 17, 2024

Now looking into this.
6days ago dind package was updated, which enforses TLS and this will result in error : like

docker: Cannot connect to the Docker daemon at tcp://docker:2375. Is the docker daemon running?.
https://gitlab.com/gitlab-org/gitlab-runner/issues/4501

Will try to test with older "docker:18.09-dind"

from blockchain-network-on-kubernetes.

advissor avatar advissor commented on June 17, 2024

Chaincode Instantiation Completed Successfully Network Setup Completed !!

Issue :
Docker has released a new version 19.03 https://hub.docker.com/_/docker?tab=tags which enabled TLS by default.

Starting in 18.09+, the dind variants of this image will automatically generate TLS certificates in the directory specified by the DOCKER_TLS_CERTDIR environment variable.

So, solutions for many people here is to fallback to docker:18.09-dind

---Workaround--

File : blockchain-network-on-kubernetes/configFiles/docker.yaml
Line 35 , to be changed to something like : image: "docker:18.09-dind"

from blockchain-network-on-kubernetes.

maheshwarishikha avatar maheshwarishikha commented on June 17, 2024

@advissor , thanks for providing updates. It is really helpful.

from blockchain-network-on-kubernetes.

desouzag avatar desouzag commented on June 17, 2024

Thanks a lot @advissor

from blockchain-network-on-kubernetes.

woodyjon avatar woodyjon commented on June 17, 2024

Hello,

I changed at line 35 to image: "docker:18.09-dind" but I still have the same error. "Waiting for chaincodeinstantiate job to be completed" repeating indefinitely until it stops with "Chaincode Instantiation Failed".

The logs of the job:
Error: error endorsing chaincode: rpc error: code = Unknown desc = access denied: channel [channel1] creator org [Org1MSP]

My setup:

Has anyone any idea?

Thank you!

from blockchain-network-on-kubernetes.

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.