🎄 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.
Login PubSub+ Broker Manager Failed
I don't know why, but the two brokers I deployed (one single node and one HA) suddenly can't log in, they have been fine before, before that I did an operation to create a DMR cluster (external link) for these two brokers.
Both nodes are prompted with the same error message
Best Answer
-
Hi @cjhuaxin ,
What's the URL in your browser your are pointing to?
The screenshots in the console seem to indicate that you are pointing the browser to the private monitoring API of the broker and I'm wondering, if that might be the issue.
Can you point your browser to your broker's admin interface directly, something like http://34.150.121.188 and see, if you can log in there?1
Answers
-
Hi @cjhuaxin ,
What's the URL in your browser your are pointing to?
The screenshots in the console seem to indicate that you are pointing the browser to the private monitoring API of the broker and I'm wondering, if that might be the issue.
Can you point your browser to your broker's admin interface directly, something like http://34.150.121.188 and see, if you can log in there?1 -
@ChristianHoltfurth
Thank you very much, I'm pretty sure the browser URL is http://34.150.121.188:8080, but I'm back to normal now.
I'm watching to see if this problem will occur again, thanks again.1 -
Are these Docker containers, or machine images? Can you still log into CLI? Either via SSH'ing to port 2222, or doing
docker exec -it <solaceContainerName> cli
if using Docker, or viasolacectl cli
if using a machine image? We might be able to extract some diagnostics if you can get into CLI.0 -
@cjhuaxin Glad to hear it's working!
0