Exception: Demo Failed to Run #8209
-
|
In the document |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hi @zhuyifeiRuichuang! I'm Dosu and I’m helping the jaeger team. The HotROD demo buttons being unresponsive is typically a networking issue when running via Docker. HotROD uses the OpenTelemetry exporter pointing to Recommended solution: Use the official Docker Compose setup: JAEGER_VERSION=2.14.0 docker compose -f docker-compose.yml upThis properly configures the If you're running the containers manually, make sure to:
Could you share how you're starting the HotROD and Jaeger containers? That would help identify the specific configuration issue. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.



In the document
https://github.com/jaegertracing/jaeger/tree/v2.16.0/cmd/jaeger, i tryJAEGER_VERSION=2.0.0 HOTROD_VERSION=1.63.0 docker compose -f docker-compose.yml upis succesed