bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27097] NetworkInterface.getNetworkInterfaces()


From: psj at harker dot dyndns dot org
Subject: [Bug classpath/27097] NetworkInterface.getNetworkInterfaces()
Date: 28 Apr 2006 20:29:34 -0000


------- Comment #2 from psj at harker dot dyndns dot org  2006-04-28 20:29 
-------
I agree we should keep this open, if only to avoid duplicates.

At least one popular app, Azureus, uses NetworkInterface.getNetworkInterfaces
and throws exceptions on startup with e.g. Cacao because of our lack of default
implementation:

Caused by: com.aelitis.net.udp.mc.MCGroupException: Failed to initialise
MCGroup   at
com.aelitis.net.udp.mc.impl.MCGroupImpl.<init>(MCGroupImpl.java:149)
   at com.aelitis.net.udp.mc.impl.MCGroupImpl.getSingleton(MCGroupImpl.java:76)
   at
com.aelitis.net.udp.mc.MCGroupFactory.getSingleton(MCGroupFactory.java:40)   at
com.aelitis.net.upnp.impl.ssdp.SSDPCore.<init>(SSDPCore.java:115)
   ...16 more
Caused by: java.io.IOException: java.net.VMNetworkInterface.getInterfaces():
not implemented
   at java.net.VMNetworkInterface.getInterfaces(Native Method)
   at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:236)
   at
com.aelitis.net.udp.mc.impl.MCGroupImpl.processNetworkInterfaces(MCGroupImpl.java:164)
   at com.aelitis.net.udp.mc.impl.MCGroupImpl.<init>(MCGroupImpl.java:125)
   ...19 more


-- 

psj at harker dot dyndns dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |psj at harker dot dyndns dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27097





reply via email to

[Prev in Thread] Current Thread [Next in Thread]