What causes recv to fail (ActiveMQ 5.6.0 on Windows 7)

I have a problem with ActiveMQ 5.6.0 on Windows 7.

WARN | Transport Connection to: tcp://127.0.0.1:55793 failed: java.net.SocketException: Software caused connection abort: recv failed
WARN | Transport Connection to: tcp://127.0.0.1:55791 failed: java.net.SocketException: Software caused connection abort: recv failed
WARN | Transport Connection to: tcp://127.0.0.1:55792 failed: java.net.SocketException: Software caused connection abort: recv failed

Does anyone know what might cause this? Here is a screenshot:

ActiveMQ log

+3
source share
1 answer

Can you run the / JRE application with the following command line arguments?

-Djava.net.preferIPv4Stack=true

See here for more details .

0
source

All Articles