Lab4: Setting up the world state to use CouchDB
I'm page 32 of the lab. The task is to implement CouchDB as database, instead of the default LevelDB. After updating all the files (docker-compose, and start script). I fired up the network but if fails with message of failure when trying to connect to peer0.org1.example.com. While checking the logs I found that the container fails to start, because it depends on another container: 'couchdbOrg1Peer0'. So far so good, except none of my couchdb containers are working.
This is the error:
couchdbOrg1Peer0 | runtime: failed to create new OS thread (have 2 already; errno=22) couchdbOrg1Peer0 | fatal error: newosproc couchdbOrg1Peer0 | couchdbOrg1Peer0 | runtime stack: couchdbOrg1Peer0 | runtime.throw(0x4cb21f, 0x9) couchdbOrg1Peer0 | /usr/local/go/src/runtime/panic.go:566 +0x95 couchdbOrg1Peer0 | runtime.newosproc(0xc420028000, 0xc420037fc0) couchdbOrg1Peer0 | /usr/local/go/src/runtime/os_linux.go:160 +0x194 couchdbOrg1Peer0 | runtime.newm(0x4d6db8, 0x0) couchdbOrg1Peer0 | /usr/local/go/src/runtime/proc.go:1572 +0x132 couchdbOrg1Peer0 | runtime.main.func1() couchdbOrg1Peer0 | /usr/local/go/src/runtime/proc.go:126 +0x36 couchdbOrg1Peer0 | runtime.systemstack(0x53ae00) couchdbOrg1Peer0 | /usr/local/go/src/runtime/asm_amd64.s:298 +0x79 couchdbOrg1Peer0 | runtime.mstart() couchdbOrg1Peer0 | /usr/local/go/src/runtime/proc.go:1079 couchdbOrg1Peer0 | couchdbOrg1Peer0 | goroutine 1 [running]: couchdbOrg1Peer0 | runtime.systemstack_switch() couchdbOrg1Peer0 | /usr/local/go/src/runtime/asm_amd64.s:252 fp=0xc420022768 sp=0xc420022760 couchdbOrg1Peer0 | runtime.main() couchdbOrg1Peer0 | /usr/local/go/src/runtime/proc.go:127 +0x6c fp=0xc4200227c0 sp=0xc420022768 couchdbOrg1Peer0 | runtime.goexit() couchdbOrg1Peer0 | /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc4200227c8 sp=0xc4200227c0
Any Ideas?
Comments
-
Ok, so the problem was that I'm using an Apple M1 laptop instead of the Ubuntu desktop. The error was related to the
fabric-couchdbimage being used (latest).I digged for a couch db image on docker hub, compatible with my laptop and that did the trick.
For reference, I usedhyperledger/fabric-couchdb:x86_64-0.4.7instead ofhyperledger/fabric-couchdb:latest0 -
@matisalimba, Great job, I am sure your solution will assist other Apple users, Thanks, Bobbi
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 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
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 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
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 693 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 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)
