I’m trying to set up a software broker (developer edition) in OpenShift, using the Event Broker Operator. Once the pod’s running, I can get the admin password from the admin-creds secret, but I can’t log into the console, I get a 401 Unauthorized error. I can log into the pod and verify that by looking at the secrets mount. Looking at the pod logs, I see an error:
ERROR: startup-broker.sh-Solace Management API never came up
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a . If my response doesn’t make sense for your topic, please react to it with a .
Since no specific facts were provided about this error scenario in the Solace documentation, I cannot provide a definitive answer about this specific error message. This appears to be a deployment-specific issue that could have multiple potential causes related to authentication, networking, or container configuration in OpenShift.
I recommend:
Checking the Solace documentation for proper OpenShift deployment procedures
Reviewing the container logs for additional error messages
Verifying your OpenShift configuration and permissions
For the most accurate troubleshooting guidance, please search the Solace documentation or review the deployment guides for Solace Event Broker on OpenShift.
Thanks for the quick response! Nice to see you’re still around! I ended up logging into the pod, bringing up the CLI and changing the admin password there. Now I can log in. I’m not sure why the credentials didn’t work the usual way, but I’m up and running.