-2

Project title: "A Cross-Layer Approach-Based Gnutella for Collaborative Virtual Environments over Mobile Ad Hoc Networks".

I got following error while executing the project:

java.net.SocketException: IP_ADD_MEMBERSHIP failed (out of hardware filters?)
    at java.net.PlainDatagramSocketImpl.join(Native Method)
    at java.net.PlainDatagramSocketImpl.join(Unknown Source)
    at java.net.MulticastSocket.joinGroup(Unknown Source)
    at com.multicast.MulticastRx.run(MulticastRx.java:103)
java.net.SocketException: IP_ADD_MEMBERSHIP failed (out of hardware filters?)
    at java.net.PlainDatagramSocketImpl.join(Native Method)
    at java.net.PlainDatagramSocketImpl.join(Unknown Source)
    at java.net.MulticastSocket.joinGroup(Unknown Source)
    at com.multicast.MulticastTx.run(MulticastTx.java:31)
Matt Ball
  • 354,903
  • 100
  • 647
  • 710

1 Answers1

0

Take a look at Error on MulticastSocket.joinGroup(). They seem to be getting the same error as yours.

Community
  • 1
  • 1
Peter Knego
  • 79,991
  • 11
  • 123
  • 154