You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a crash in son-broker (lack of memory), the son-sp-infrabstract, lost its connection with the bus. Even after restarting the son-broker, the connection is not established.
Error Logs:
[ERROR] connection is already closed due to connection error; cause: java.net.SocketException: Connection reset
com.rabbitmq.client.AlreadyClosedException: connection is already closed due to connection error; cause: java.net.SocketException: Connection reset
at com.rabbitmq.client.impl.AMQConnection.ensureIsOpen(AMQConnection.java:171)
at com.rabbitmq.client.impl.AMQConnection.createChannel(AMQConnection.java:500)
at sonata.kernel.vimadaptor.messaging.RabbitMqProducer.sendMessage(RabbitMqProducer.java:100)
at sonata.kernel.vimadaptor.messaging.AbstractMsgBusProducer.run(AbstractMsgBusProducer.java:93)
at java.lang.Thread.run(Thread.java:745)
Expectation
Connection to get re established when the crashed broker is up.
The text was updated successfully, but these errors were encountered:
Due to a crash in son-broker (lack of memory), the son-sp-infrabstract, lost its connection with the bus. Even after restarting the son-broker, the connection is not established.
Error Logs:
[ERROR] connection is already closed due to connection error; cause: java.net.SocketException: Connection reset
com.rabbitmq.client.AlreadyClosedException: connection is already closed due to connection error; cause: java.net.SocketException: Connection reset
at com.rabbitmq.client.impl.AMQConnection.ensureIsOpen(AMQConnection.java:171)
at com.rabbitmq.client.impl.AMQConnection.createChannel(AMQConnection.java:500)
at sonata.kernel.vimadaptor.messaging.RabbitMqProducer.sendMessage(RabbitMqProducer.java:100)
at sonata.kernel.vimadaptor.messaging.AbstractMsgBusProducer.run(AbstractMsgBusProducer.java:93)
at java.lang.Thread.run(Thread.java:745)
Expectation
Connection to get re established when the crashed broker is up.
The text was updated successfully, but these errors were encountered: