Lab 7 Problem with installing sample chaincode
All the previous labs worked fine with no issues at all. I copied the exact configurations (docker-compose.yml and crypto-config.yaml from lab06 and all files from lab08) to networkFiles, ran all the commands from the instruction, received the package sacc.tar.gz, but I can't make it install properly. The error I get is:
bash-5.0# peer lifecycle chaincode install sacc.tar.gz Error: chaincode install failed with status: 500 - failed to invoke backing implementation of 'InstallChaincode': could not build chaincode: docker build failed: docker image inspection failed: Get "http://unix.sock/images/dev-peer0.org1.example.com-sacc_1.0-5562f868f6fd43ff8873f403aa52bc6928161fec933065d0b81e2193f6038bd0-5e7a630670c7a846e2eddc91549be54dd1276bcd7ef806e18664c2c474ff5cd4/json": dial unix /host/var/run/docker.sock: connect: no such file or directory
Did anyone have a similar problem? Do you have any suggestions where to start looking for problems?
My env variables match the ones from instruction.
Comments
-
@wojcmarcin, Hello, lets see if we can get to the bottom of this. A suggestion would be to check the path of the sacc.tar.gz you are trying to install. Let me know if this helps. Bobbi
0 -
@Bobbijn Hello, the path in the container is /root/sacc.tar.gz, and I made sure that I am in that folder before running the command. I attach this file, in case that is also important.
0 -
I would also like to add that I checked if the file
/host/var/run/docker.sockexists and it does, as a symlinkbash-5.0# ls -la /host/var/run/ | grep docker srw-rw-rw- 1 root root 0 Mar 9 07:18 com.docker.vmnetd.sock lrwxr-xr-x 1 root root 79 Mar 9 07:19 docker-cli.sock -> /Users/wojcmarcin/Library/Containers/com.docker.docker/Data/docker-cli.sock lrwxr-xr-x 1 root root 45 Mar 9 07:19 docker.sock -> /Users/wojcmarcin/.docker/run/docker.sock
0 -
The problem occurs in Lab 8 not 7, I can't change the title of discussion anymore.
0 -
Hey @wojcmarcin where you able to get around this, facing same issue
0 -
Oddly enough, I got to fix this problem by updating Docker desktop. I'm running the labs on an Apple M1 chip. ref: https://github.com/hyperledger-labs/minifabric/issues/314.
My guess is that the fix will work on other unix as well.
0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 949 Programming and Development
- 310 Kernel Development
- 621 Software Development
- 982 Software
- 374 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)

