I deployed Hyperledger fabric in two machines,contains(order, peer ,couchdb,ca). But I met the problem when I start a network or upgrade a network like this:
Error: Error trying to start business network. Error: Failed to receive commit notification from 192.168.11.62:7051 for transaction 'ea8a9ea86c161d91e7482d11a05a7d18c2c3d4909c00f887917cca37acb3a6ad' within the timeout period
I have define the docker networks like this:
networks:
default:
aliases:
- santaitech
all containers was in the same network.and I defined the enviroment:
CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=santaitech_default
the name is followed by folder's name
This problem didn't show up every time, sometimes the network works fine! I think it is the problem of network definition, but I can't solve it!