Skip to content
New issue

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

Connection reset due to son-broker crash #86

Open
Navdeepuniyal opened this issue Jun 27, 2017 · 0 comments
Open

Connection reset due to son-broker crash #86

Navdeepuniyal opened this issue Jun 27, 2017 · 0 comments

Comments

@Navdeepuniyal
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant