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

Frequent ShutdownSignalException: connection error #46

Open
orium opened this issue May 24, 2019 · 1 comment
Open

Frequent ShutdownSignalException: connection error #46

orium opened this issue May 24, 2019 · 1 comment

Comments

@orium
Copy link

orium commented May 24, 2019

With bucky 2.0.0-M7 we seem to have frequent ShutdownSignalException errors in a consumer.

com.rabbitmq.client.ShutdownSignalException: connection error
	at com.rabbitmq.client.impl.AMQConnection.startShutdown(AMQConnection.java:918)
	at com.rabbitmq.client.impl.AMQConnection.shutdown(AMQConnection.java:908)
	at com.rabbitmq.client.impl.AMQConnection.handleFailure(AMQConnection.java:708)
	at com.rabbitmq.client.impl.AMQConnection.access$400(AMQConnection.java:48)
	at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:607)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.EOFException: null
	at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:290)
	at com.rabbitmq.client.impl.Frame.readFrom(Frame.java:91)
	at com.rabbitmq.client.impl.SocketFrameHandler.readFrame(SocketFrameHandler.java:164)
	at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:598)

If this is not something trivially reproducible please let me know so I can try to figure out the conditions that lead to this.

@cmcmteixeira
Copy link
Contributor

Hi @orium , could you provide some more context as to when this happens and provide some code examples of how you're using bucky ?

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

2 participants