microservices-patterns / ftgo-application

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

When running the code I receive : These ports of service ftgo-consumer-service are declared as exposed but cannot be found in NetworkSettings: 8080/tcp #128

Open kjellmoens opened 3 years ago

kjellmoens commented 3 years ago

Hi,

When trying to run the FTGO application with

gradlew :composeUp

I get the following error

These ports of service ftgo-consumer-service are declared as exposed but cannot be found in NetworkSettings: 8080/tcp\n[Id:9ac8b949afa7044ee4b06018a5fd843f023d1496878c6f9996480b832dedf8fa, Created:2021-03-05T13:37:24.8589445Z, Path:/bin/sh, Args:[-c, java ${JAVA_OPTS:-"-Xmx64m"} -jar ${JAR:-"service.jar"}], State:[Status:exited, Running:false, Paused:false, Restarting:false, OOMKilled:false, Dead:false, Pid:0, ExitCode:1, Error:, StartedAt:2021-03-05T13:37:45.7779125Z, FinishedAt:2021-03-05T13:38:25.4558943Z, Health:[Status:unhealthy, FailingStreak:2, Log:[[Start:2021-03-05T13:37:57.8560942Z, End:2021-03-05T13:37:58.2645649Z, ExitCode:1, Output: % Total % Received % Xferd Average Speed Time Time Time Current 14:39:33.515 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 8080: Connection refused 14:39:33.515 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ], [Start:2021-03-05T13:38:04.0998821Z, End:2021-03-05T13:38:04.6783785Z, ExitCode:1, Output: % Total % Received % Xferd Average Speed Time Time Time Current 14:39:33.515 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 8080: Connection refused 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ], [Start:2021-03-05T13:38:10.342539Z, End:2021-03-05T13:38:10.8885469Z, ExitCode:1, Output: % Total % Received % Xferd Average Speed Time Time Time Current 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 8080: Connection refused 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ], [Start:2021-03-05T13:38:16.428583Z, End:2021-03-05T13:38:16.6424097Z, ExitCode:1, Output: % Total % Received % Xferd Average Speed Time Time Time Current 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 8080: Connection refused 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] ], [Start:2021-03-05T13:38:22.6249447Z, End:2021-03-05T13:38:23.0441964Z, ExitCode:1, Output: % Total % Received % Xferd Average Speed Time Time Time Current 14:39:33.516 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 8080: Connection refused

Can someone help ?

Thank you

MurshedGilbert commented 2 years ago

How did you solve this issue?