Thread: CVS notes?
View Single Post
  #4 (permalink)  
Old June 4th, 2005
stief stief is offline
A reader, not an expert
 
Join Date: January 11th, 2003
Location: Canada
Posts: 4,613
stief has a spectacular aura about
Default SocketException: Invalid argument (anyone else getting dozens of these?)

LimeWire version @version@
Java version 1.4.2_05 from Apple Computer, Inc.
Mac OS X v. 10.3.9 on ppc
Free/total memory: 7249536/25591808

java.lang.Error: java.net.SocketException: Invalid argument
at sun.nio.ch.Net.localAddress(Net.java:127)
at sun.nio.ch.SocketChannelImpl.localAddress(SocketCh annelImpl.java:390)
at sun.nio.ch.SocketAdaptor.getLocalAddress(SocketAda ptor.java:142)
at com.limegroup.gnutella.io.NIOSocket.getLocalAddres s(NIOSocket.java:380)
at com.limegroup.gnutella.Acceptor.run(Acceptor.java: 577)
at java.lang.Thread.run(Thread.java:552)
at com.limegroup.gnutella.util.ManagedThread.managedR un(ManagedThread.java:60)
at com.limegroup.gnutella.util.ManagedThread.run(Mana gedThread.java:49)
Caused by: java.net.SocketException: Invalid argument
at sun.nio.ch.Net.localInetAddress(Native Method)
at sun.nio.ch.Net.localAddress(Net.java:124)
... 7 more