0

I am completely new to ActiveMQ and am trying to install the same on my system using Windows 7.

I downloaded the activemq-4.0 binary version and tried following the instructions on Apache portal. After installing when I run the activemq.bat in bin folder or run the same command from cmd, I get the following exception :

java.net.SocketException:IP_ADD_MEMBERSHIP failed(out of Hardware Filters)    

I tried searching the same error but I am gaining no context out of the explanations. I have no clue of the error.

user1649415
  • 1,085
  • 4
  • 12
  • 24

1 Answers1

0

It is most probably JVM preferred IPv6 stack. (Before 2.1 we were disabling IPv6 by setting system property 'java.net.preferIPv4Stack'.) Try explicitly setting -Djava.net.preferIPv4Stack=true

Refer this link also.

Community
  • 1
  • 1
Ami
  • 4,241
  • 6
  • 41
  • 75