-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Failed to connect before the deadline on Endorser- name: peer0.org1.example.com, url:grpcs://localhost:7051, connected:false, connectAttempted:true #132
Comments
I'm also facing the same issue while deploying the smart contract, please let me know if you solved it. |
@MUKESHBADIGINENI You can look into the peer0 container's log
Try first to correctly define the following parameters :
Therefore to solve the problem you should use the right connection profile |
The problems is that you have multiple containers and they are not in the same network. Try to enter to the bash of one of the docker container and ping the node peer0.org1.example.com. if the ping fails, join the dockers in the same network and allow external connections. Here is my configuration of docker-compose.yaml in ./Explorer folder
|
Is this issue resolved? |
@Jehosua97 I tried to ping and the ping is working fine. I am getting the same error. I don't know what is the exact cause of this. I would love your help in figuring this out. |
I am running caliper 0.4.0 with a pre-configured fabric network 2.1 and I get this error: Error: Failed to connect before the deadline on Endorser- name: peer0.org1.example.com, url:grpcs://localhost:7051, connected:false, connectAttempted:true
The text was updated successfully, but these errors were encountered: