microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

Database init script not found #163

Closed wmbatista closed 1 year ago

wmbatista commented 1 year ago

After executing ./gradlew :composeUp, I'm getting the following error:


...

#4 sha256:9e100c7b198dc934879d86d9f1a12abe74d552d4a2a1b7e688487f3bcdb263b8 0B / 1.84MB 0.2s
#4 sha256:427d2cdb963c0cd3ec4b174ceb98b58d4826cdd51bce8528e9cf20f9e742b14c 0B / 109.61MB 0.2s
#4 CANCELED

#7 https://raw.githubusercontent.com/eventuate-foundation/eventuate-common/master/mysql/1.initialize-database.sql
#7 sha256:b97216195d4676c673fbcd0ded26b8cc947ff11b2284456734762520352ced17
#7 ERROR: invalid response status 404

#9 https://raw.githubusercontent.com/eventuate-foundation/eventuate-common/master/mysql/2.initialize-database.sql
#9 sha256:76a042523ee6bbb228029a2bb44555f5d40926b8360266351207f5431603d814
#9 CANCELED

#11 https://raw.githubusercontent.com/eventuate-tram/eventuate-tram-sagas/master/mysql/tram-saga-schema.sql
#11 sha256:d71068e99e6d70b3fdecd2e511100915cb2320a90c175df6f27b1e278bd70d92
#11 DONE 0.3s
------
 > https://raw.githubusercontent.com/eventuate-foundation/eventuate-common/master/mysql/1.initialize-database.sql:
------
failed to load cache key: invalid response status 404
Service 'mysql' failed to build : Build failed
cer commented 1 year ago

This issue was recently addressed: https://github.com/microservices-patterns/ftgo-application/issues/161

Please do a git pull.

wmbatista commented 1 year ago

It worked, thanks!