Chaincode install fails with "docker build failed: write unix @->/run/docker.sock: broken pipe" in test-network (Fabric v2.5.x) #5386
-
Hyperledger Fabric Chaincode Deployment IssueDescriptionI am encountering a persistent issue while deploying chaincode using the Environment
Steps to Reproduce
Observed BehaviorChaincode packaging succeeds, but installation fails on peer0.org1.example.com:
Verification / Debugging Performed
Additional Issue Observed
Stale ledger data was observed, and during the recreation of the channel after shutting down and restarting the network, the following error occurred: However, even after manually cleaning ledger artifacts, the Docker socket “broken pipe” error during chaincode build persists. Expected BehaviorChaincode container should be built successfully via Docker when installing chaincode using the default Fabric chaincode lifecycle in test-network. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
The problem has been fixed. But the version has not been released. You can:
Wait for the new version to be released. |
Beta Was this translation helpful? Give feedback.
The problem has been fixed. But the version has not been released. You can:
Wait for the new version to be released.