You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the Transfer sample 04: Open Telemetry. But after running the docker command it failed to start the `transfer-04-open-telemetry_consumer_1'.
Describe the Bug
Fails to run the Transfer sample 04: Open Telemetry.
Expected Behavior
Expecting all the containers to start while running the docker up comand.
run ./gradlew transfer:transfer-04-open-telemetry:open-telemetry-consumer:build transfer:transfer-04-open-telemetry:open-telemetry-provider:build docker-compose -f transfer/transfer-04-open-telemetry/docker-compose.yaml up --abort-on-container-exit
The text was updated successfully, but these errors were encountered:
This issue not resolved till now, but the ticket is closed.
I am getting the same error as explained above, The below is the final result after running docker command. transfer-04-open-telemetry-consumer-1 exited with code 255 Aborting on container exit... [+] Stopping 4/4 ✔ Container transfer-04-open-telemetry-jaeger-1 Stopped 0.2s ✔ Container prometheus Stopped 0.3s ✔ Container transfer-04-open-telemetry-consumer-1 Stopped 0.0s ✔ Container transfer-04-open-telemetry-provider-1 Stopped
I am trying to run the Transfer sample 04: Open Telemetry. But after running the docker command it failed to start the `transfer-04-open-telemetry_consumer_1'.
Describe the Bug
Fails to run the Transfer sample 04: Open Telemetry.
Expected Behavior
Expecting all the containers to start while running the docker up comand.
Observed Behavior
transfer-04-open-telemetry_consumer_1 exited with code 255 Aborting on container exit... Stopping transfer-04-open-telemetry_provider_1 ... done Stopping prometheus ... done Stopping transfer-04-open-telemetry_jaeger_1 ... done ERROR: 255
I am also attaching the screenshot of the docker log from the docker.
Docker error log for the consumer_1
Steps to Reproduce
Steps to reproduce the behavior:
./gradlew transfer:transfer-04-open-telemetry:open-telemetry-consumer:build transfer:transfer-04-open-telemetry:open-telemetry-provider:build docker-compose -f transfer/transfer-04-open-telemetry/docker-compose.yaml up --abort-on-container-exit
The text was updated successfully, but these errors were encountered: