Thread: Odd behavior
View Single Post
  #1 (permalink)  
Old November 15th, 2004
g2_axiom g2_axiom is offline
Novicius
 
Join Date: November 15th, 2004
Posts: 2
g2_axiom is flying high
Thumbs up Odd behavior

Ok basiaclly I am on a gentoo platform. A week or so ago I emerge limewire. I then walked it through its brief setup gui and got connected. I was able to download files at breakneck speeds. Basically I played around with it then shut it down.

When I went to use it again, I was unable to get anything back from my search results. So I uninstalled it then reisntalled it, and this time after I did the gui setup I got a message reporting about a bug. Here is what I got:

Code:
LimeWire version 4.0.8
Java version 1.4.1 from Blackdown Java-Linux Team
Linux v. 2.6.9-gentoo-r1 on i386
Free/total memory: 2991136/8425472

java.lang.NullPointerException
	at java.net.InetAddress.cacheAddress(InetAddress.java:648)
	at java.net.InetAddress.cacheAddress(InetAddress.java:633)
	at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1016)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1125)
	at com.limegroup.gnutella.util.NetworkUtils.isLocalAddress(NetworkUtils.java:99)
	at com.limegroup.gnutella.Connection.isLocal(Connection.java:1476)
	at com.limegroup.gnutella.ManagedConnection.handleVendorMessage(ManagedConnection.java:1280)
	at com.limegroup.gnutella.MessageRouter.handleMessage(MessageRouter.java:341)
	at com.limegroup.gnutella.ManagedConnection.loopForMessages(ManagedConnection.java:997)
	at com.limegroup.gnutella.ConnectionManager.startConnection(ConnectionManager.java:1918)
	at com.limegroup.gnutella.ConnectionManager.access$300(ConnectionManager.java:58)
	at com.limegroup.gnutella.ConnectionManager$ConnectionFetcher.managedRun(ConnectionManager.java:2016)
	at com.limegroup.gnutella.util.ManagedThread.run(ManagedThread.java:49)


-- listing session information --
Current thread: MessageLoopingThread
Active Threads: 44
Uptime: 0:04
Is Connected: true
Number of Ultrapeer -> Ultrapeer Connections: 0
Number of Ultrapeer -> Leaf Connections: 0
Number of Leaf -> Ultrapeer Connections: 1
Number of Old Connections: 0
Acting as Ultrapeer: false
Acting as Shielded Leaf: true
Number of Active Uploads: 0
Number of Queued Uploads: 0
Number of Active Managed Downloads: 0
Number of Active HTTP Downloaders: 0
Number of Waiting Downloads: 0
Received incoming this session: false
Number of Shared Files: 2
Guess Capable: false

-- listing threads --
Acceptor: 1
AWT-Shutdown: 1
AWT-EventQueue-0: 1
pinger thread: 1
QRPPropagator: 1
QueryDispatcher: 1
MulticastService: 1
HttpClient-ReferenceQueueThread: 1
TimerQueue: 1
FileManager.loadSettingsBlocking: 1
UDPService-Receiver: 1
ConnectionFetcher: 16
UpdateFileRequestor: 1
TimerRunner: 1
OutputRunner: 1
QueryUnicaster: 1
ConnectionWatchdog: 1
Image Fetcher 2: 1
Image Fetcher 1: 1
DestroyJavaVM: 1
Java2D Disposer: 1
PlayThread: 1
HttpClient-IdleConnectionThread: 1
Timeout guard: 1
UDPService-Sender: 1
Thread-1: 1
GWebCache urlfile: 1
AWT-Motif: 1
HTTPAcceptor: 1


-- listing properties --
INSTALLED=true
AVERAGE_UPTIME=1203
TOTAL_UPTIME=1203
MAX_SIM_DOWNLOAD=8
LAST_EXPIRE_TIME=1100540880881
CONNECTION_SPEED=350


CLIENT_ID=D0D0A7AA2A7F3BACFF5C643EFAB6EB00
Ive seen a similar post on here and the end result had something do with java vr . So I guess Im just not sure what went wrong as it worked the first day and not now.

Any suggestions would be greatly appreciated!!

g2_axiom
Reply With Quote