Lab 2.1 Error when spinning up network
Hi, I followed the steps but met the following error when trying to start the test network. Any idea on how to deal with this issue or the "name" property? Thank a lot.
./network.sh up createChannel -ca -s couchdb
ERROR: The Compose file './docker/docker-compose-test-net.yaml' is invalid because:
networks.test value Additional properties are not allowed ('name' was unexpected)
Best Answers
-
Got the same error, for me it worked after I uninstalled the docker-compose version from the ubuntu repositories (which is recommended by the course by the way) and installed the official one from this link: https://docs.docker.com/compose/install/.
0 -
1 -
thanks for confirming. no worries I've setup the environment before so it's easier for me to use mac. I wanted to use the ubuntu on my windows for the lab exercises to follow every step but it's just not working consistently on my windows machine. So will use mac instead for the remaining lab exercises. thanks again for confirming.
0
Answers
-
I get the same issue. I think there is an issue in the setup instructions - the ...-tools folder is missing for me. I think the initial install misses some things?
0 -
I go t a little further googling the error message and found this:
"just open terminal and type this command
sudo chmod 666 /var/run/docker.sock"
This got me further (along with running everything sudo), but now when I start the test network I get:
"Error: failed to create deliver client for orderer: orderer client failed to connect to localhost:7050: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp 127.0.0.1:7050: connect: connection refused"
"The installation guide appears to be poorly written and out of date.
I think a lot of sudo aggravation can be saved by following this link from the install guide:
0 -
Thanks for looking into this issue. The course information is always being update. Any suggestion to improve the text is always welcome and will brought to the attention of the course authors. Bobbi
0 -
Hello,
Thank you for this feedback, the course authors are looking into this issue and will update the course accordingly. Any insights would be appreciated as we value your input. Bobbi0 -
Hi not sure if this is the right post to comment on but would it be possible to skip using virtual machine (windows laptop) for the lab exercises. because my ubuntu is not working consistently. can I just use my mac instead (no setup of virtual box, ubuntu) but I have installed other dependencies like docker, node, etc? Is this approach ok and I can start the fabric network there with ease compared to my windows(virtual box). thanks in advance!
0 -
Hi jfpadilla, I think the guide does allow one to use other set-ups than virtual machines, and it lists some options. But it says if you choose to use host machine you would need to do so at your own risk, because it cannot guarantee the commands in the steps will not break your computer. Using virtual machines has the benefit of easily starting everything over without doing harm to your host machine. I think that makes sense.
1 -
This issue seems to come because of old docker version. I was able to work around this by incrementing the version property in docker compose files to version: '3.7'
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 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
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 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
- 769 Linux Distributions
- 81 Debian
- 68 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
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 984 Software
- 376 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 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)

