We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error - Failed to connect to Rabbit MQ server should be exposed to the user
Error - Failed to connect to Rabbit MQ server is seen in the logs but not exposed to the user
When the Rabbitmq connection is not there, we will not see notifications to OSC, but the error should be exposed to the user.
Relevant excerpt from the logs:
2017-10-26 20:27:21,582 [ERROR| isc-task-pool-32| o.o.c.b.r.c.o.v.n.RabbitMQClient]: Failed to connect to Rabbit MQ server '10.3.241.111' IO Error.null 2017-10-26 20:27:21,583 [INFO | isc-task-pool-32| o.o.c.b.r.c.o.v.n.RabbitMQClient]: Closing RabbitMQ Connection - 10.3.241.111 2017-10-26 20:27:21,586 [INFO | isc-task-pool-32| o.o.c.b.u.VirtualizationConnectorUtil]: Exception encountered when connecting to RabbitMQ, ignoring since we are already connected
securityBroker-Failed-to-Connect-to-RabbitMq.log
The text was updated successfully, but these errors were encountered:
DE5761
Sorry, something went wrong.
No branches or pull requests
Description
Error - Failed to connect to Rabbit MQ server should be exposed to the user
Expected Behavior
Error - Failed to connect to Rabbit MQ server should be exposed to the user
Actual Behavior
Error - Failed to connect to Rabbit MQ server is seen in the logs but not exposed to the user
Steps to Reproduce
When the Rabbitmq connection is not there, we will not see notifications to OSC, but the error should be exposed to the user.
Additional Information
Relevant excerpt from the logs:
2017-10-26 20:27:21,582 [ERROR| isc-task-pool-32| o.o.c.b.r.c.o.v.n.RabbitMQClient]: Failed to connect to Rabbit MQ server '10.3.241.111' IO Error.null
2017-10-26 20:27:21,583 [INFO | isc-task-pool-32| o.o.c.b.r.c.o.v.n.RabbitMQClient]: Closing RabbitMQ Connection - 10.3.241.111
2017-10-26 20:27:21,586 [INFO | isc-task-pool-32| o.o.c.b.u.VirtualizationConnectorUtil]: Exception encountered when connecting to RabbitMQ, ignoring since we are already connected
Environment
Status
securityBroker-Failed-to-Connect-to-RabbitMq.log
The text was updated successfully, but these errors were encountered: