eventuate-tram / eventuate-tram-sagas-examples-customers-and-orders

Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
Other
520 stars 236 forks source link

Can't get CDC service to start (Waiting for cdcservice_1 to become healthy (it's unhealthy)) #40

Closed mostafa358 closed 2 years ago

mostafa358 commented 4 years ago

i try to run mysqlComposeUp but i get this error

Waiting for cdcservice_1 to become healthy (it's starting) Waiting for cdcservice_1 to become healthy (it's starting) Waiting for cdcservice_1 to become healthy (it's unhealthy)

and after 15minutes project building stoped with error.| I did your recommendation "export DOCKER_HOST_IP: %yourPcIpAddressHERE" and nothing happened. please tell us how to resolve that.

RohithSurya commented 3 years ago

@mostafa358 Did you try stopping and again running mysqlComposeUp? I have once faced this issue, but got resolved after stopping and running again.