Posts

Showing posts with the label consul

Consul TCP check throws Transport Connection to: tcp://: java.io.EOFException

Image
Clash Royale CLAN TAG #URR8PPP Consul TCP check throws Transport Connection to: tcp://: java.io.EOFException I have defined following tcp check in consul over stomp port (61650). { "id": "broker_check", "name": "check if broker_master is listening on port 61650", "tcp": "10.206.24.221:61650", "interval": "10s" }, However I see following exceptions in the broker logs 2018-07-27 08:18:06,263 | DEBUG | Transport Connection to: tcp://10.206.24.221:58220 failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.206.24.221:58220@61650 java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267)[:1.8.0_172] at org.apache.activemq.transport.stomp.StompWireFormat.readHeaderLine(StompWireFormat.java:174)[activemq-stomp-5.14.5.jar:5.14.5] at org.apache.activemq...