🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
SOLCLIENT_SUBCODE_UNRESOLVED_HOST
my application is running in a Docker container and is using the tcp://host.docker.internal:55554
hostname to access the Solace broker on my local machine.
i'm using CircleCI pipeline to run my application's tests, do i need to adapt the Solace host configuration to match the environment where the tests are being executed ? currently i'm having an error SOLCLIENT_SUBCODE_UNRESOLVED_HOST
Answers
-
That looks like the issue to me. Your app can't resolve the hostname to even try to connect to the broker. Unfortunately I'm not super familiar with CircleCI so I won't be much help on solving the problem itself.
0