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

Unable to start the project - scale is not supported #66

Open okq550 opened 11 months ago

okq550 commented 11 months ago

I was successfully built the project, But when I tried to compose it up I got the below error:

Screen Shot 2023-09-26 at 00 25 38

cer commented 11 months ago

What's the version of docker-compose: docker-compose version?

Please use the --stacktrace option to provide more information.

Thanks.

okq550 commented 11 months ago

Hello Chris,

My docker compose version is below:

docker-compose --version Docker Compose version v2.21.0-desktop.1

You can find a screenshot of the error below as well:

Task :mysqlinfrastructureComposeUp FAILED

FAILURE: Build failed with an exception.

Screen Shot 2023-09-26 at 20 11 40
Aquib-Nawaz commented 11 months ago

Hi there, Any update on this. I am getting the same error. My Docker Compose version is v2.22.0-desktop.2 I am running this on M1 mac machine

cer commented 11 months ago

@Aquib-Nawaz @okq550 sorry for the delay. How did you install Docker Compose? Also, which branch of the repository are you building?

Aquib-Nawaz commented 11 months ago

Hi @cer , I installed docker from here https://docs.docker.com/desktop/install/mac-install/ For apple silicon I am building master branch

cer commented 11 months ago

@Aquib-Nawaz @okq550 Try the development branch: I pushed a commit f316f8c6dd987cd7a168fbd1cbf602d5785e3d34 that upgrades the Docker Compose Gradle Plugin

Aquib-Nawaz commented 11 months ago

This worked. Thanks

Aquib-Nawaz commented 11 months ago

@cer This repository https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/ is also giving same error on starting the project ./gradlew mysqlbinlogComposeUp. The above fix didn't work there.

cer commented 11 months ago

Yes. The other example repositories needs to be upgraded.

cer commented 11 months ago

@cer This repository https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/ is also giving same error on starting the project ./gradlew mysqlbinlogComposeUp. The above fix didn't work there.

I've fixed the development branch of https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/

BobMakhlin commented 8 months ago

Hello @cer, the same issue seams to be for this repository: https://github.com/microservices-patterns/ftgo-application, ./gradlew :composeUp is giving the same error.