java1.6, MyEclipse 7.1.1

635 Views Asked by At

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)
1

There are 1 best solutions below

0
On

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