I Have the same problem!!--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Log file is empty, but startup log is full of these events (>200M of errors in startup):
Michael,
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
That what we see in the server logs:=INFO REPORT==== 10-Apr-2016::17:36:52 ===accepting AMQP connection <0.20756.81> (127.0.0.1:50140 -> 127.0.0.1:5672)=WARNING REPORT==== 10-Apr-2016::17:37:07 ===closing AMQP connection <0.20756.81> (127.0.0.1:50140 -> 127.0.0.1:5672):client unexpectedly closed TCP connection
=INFO REPORT==== 10-Apr-2016::17:39:13 ===accepting AMQP connection <0.22200.81> (10.56.177.215:64409 -> 10.56.176.100:5672)=ERROR REPORT==== 10-Apr-2016::17:39:47 ===closing AMQP connection <0.22200.81> (10.56.177.215:64409 -> 10.56.176.100:5672):{writer,send_failed,{error,timeout}}
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ShutdownListener'And why we don't see any error on the client while this happen we implement the 'ShutdownListener'
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
And why we don't see any error on the client while this happen we implement the 'ShutdownListener'
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This is the same thread. We've seen the error on 5 seconds. so we increased to 15 and still see this error.
We can't understand why the connection is terminated with no trace in client and can't understand the source of disconnect.
--
[Exception: java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) at java.io.DataOutputStream.flush(DataOutputStream.java:123) at com.rabbitmq.client.impl.SocketFrameHandler.flush(SocketFrameHandler.java:150) at com.rabbitmq.client.impl.AMQConnection.flush(AMQConnection.java:518) at com.rabbitmq.client.impl.AMQCommand.transmit(AMQCommand.java:125) at com.rabbitmq.client.impl.AMQChannel.quiescingTransmit(AMQChannel.java:334) at com.rabbitmq.client.impl.AMQChannel.transmit(AMQChannel.java:310) at com.rabbitmq.client.impl.AMQChannel.transmit(AMQChannel.java:303) at com.rabbitmq.client.impl.ChannelN.basicAck(ChannelN.java:1043) at com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN.basicAck(RecoveryAwareChannelN.java:56) at com.rabbitmq.client.impl.recovery.AutorecoveringChannel.basicAck(AutorecoveringChannel.java:354)--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Michael.
So you're saying we have to deal with this TCP error ourselves or try out Lyra? I.e. now that you do have an actual report of this issue you won't try to address in the core lib?
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have a very strange situation.Using amqp-client latest (3.6.1), I register a consumer handler.If I use auto-ack - all is ok. However, I need to selectively ack or nack later in my application. I therefor disable auto-ack and I use the channel number to acquire the channel later on and call cak or nack as needed. The code tro ack or nack is done in another thread.In this scenario not all my messages are nacked and I see the consumer disconnects although no apparent reason. No errors in the log.Could there be some race condition on the channel?
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.