-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
test-network channel creation error #1050
Comments
Having exact same issue on Mac OS with Apple chip. I had been working without problems, I think it started failing after last macos upgrade but not sure. Tried several things, removing, reinstalling. Wasn't able to downgrade docker tho. Error: Post "https://localhost:7053/participation/v1/channels": dial tcp [::1]:7053: connect: connection refused I'm on Mac os Ventura 13.4 (22F66) |
I was able to figure out my problem, new version of docker uses "docker compose", instead of "docker-compose". I manually edited network.sh on line 259 to remove the hyphen, and started working. Online 32 |
Thx a lot, I'll try it. BTW, I found that the error can be solved when I run test-network with root. |
|
ERROR
Run
./network.sh up createChannel
, then "peer" and "order" were found exited right now, which are supposed to be up all the time.So "Error: Post "https://localhost:7053/participation/v1/channels": dial tcp 127.0.0.1:7053: connect: connection refused" appeared, and channel creation failed.
Env is followed:
ENV
remote server with ubuntu 18.04
docker engine version: 24.0.2
docker-compose version: 1.29.2
fabric image/binary version: 2.5.0
fabric-ca image/binary version: 1.5.6
fabric-samples repo version: main
compose file version: 3.7
Question
Surprisingly, test-network sample goes well in my local desktop with ubuntu 22.04 while the other configs of env are the same as those listed above! So how can I figure the error out in server with ubuntu 18.04?
Hope to see your reply soon! Thx!
The text was updated successfully, but these errors were encountered: