-
Notifications
You must be signed in to change notification settings - Fork 800
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
Issue starting cadence server using docker-compose #4540
Comments
Hello @naresh8t7 There was a bug we introduced in a PR yesterday and reverted after a few hours. Please run We added a test to protect the docker image so hopefully this won't happen again. Sorry for the inconvenience! |
Thanks @longquanzheng
|
@naresh8t7 yeah that’s a know issue , please see uber-go/cadence-client#1129 (comment) lmk if that works or not |
Make sure you use the right version of thrift Thrift 0.9.3 (use homebrew or distribution) |
Thanks @longquanzheng . It worked. |
What is the output of the domain register command? I wonder if the server by docker compose is actually up |
Yes, the docker compose is up and server is running fine. Domain register command output is as below. |
@naresh8t7 Sorry for the late response.
LMK how it goes. |
Hi, can you check the latest change in samples? We have moved to gRPC so hopefully you won’t have any issue with thrift anymore |
I am trying to run the cadence server using docker-compose and I am seeing below issues.
The text was updated successfully, but these errors were encountered: