View Single Post
  #1 (permalink)  
Old October 22nd, 2012
soubeagi soubeagi is offline
Apprentice
 
Join Date: October 22nd, 2012
Posts: 7
soubeagi is a great assister to others; your light through the dark tunnel
Default LWPE failing after updating Java

I recently updated to Java 7u9; now I find LWPE is no longer working. Now when I start it, I get this:

Quote:
LimeWire version 5.6.2
Java version 1.7.0_09 from Oracle Corporation
Windows 7 v. 6.1 on amd64
Free/total memory: 56598456/111869952

java.lang.UnsatisfiedLinkError: no jacob-1.15-M1-lw-x64 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.jacob.com.LibraryLoader.loadJacobLibrary(Libra ryLoader.java:184)
at com.jacob.com.JacobObject.<clinit>(JacobObject.jav a:108)
at com.jacob.com.LibraryLoader.loadJacobLibrary(Libra ryLoader.java:181)
at com.jacob.com.ComThread.<clinit>(ComThread.java:16 7)
at com.limegroup.gnutella.malware.VirusScannerImpl.lo adAvgDirectly(VirusScannerImpl.java:256)
at com.limegroup.gnutella.malware.VirusScannerImpl.ac cess$7(VirusScannerImpl.java:252)
at com.limegroup.gnutella.malware.VirusScannerImpl$3. call(VirusScannerImpl.java:235)
at com.limegroup.gnutella.malware.VirusScannerImpl$3. call(VirusScannerImpl.java:1)
at org.limewire.concurrent.ErrorCatchingThreadPoolExe cutor$1.call(ErrorCatchingThreadPoolExecutor.java: 42)
at java.util.concurrent.FutureTask$Sync.innerRun(Unkn own Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
at java.lang.Thread.run(Unknown Source)


Detail: Uncaught thread error: VirusScannerThread

-- listing session information --
Current thread: VirusScannerThread
Active Threads: 15
Peak Number of Thread: 19
System Load Avg: -1.0
Objects Pending GC: 0
Free Space In Settings: 240077680640
Free Space In Incomplete: 0
Free Space In Downloads: 0
Heap Memory Usage: init = 65374912(63842K) used = 55605776(54302K) committed = 111869952(109248K) max = 930217984(908416K)
Non-Heap Memory Usage: init = 24313856(23744K) used = 31861480(31114K) committed = 32964608(32192K) max = 136314880(133120K)

-- listing threads --
BackgroundTasks: 1
AWT-Shutdown: 1
CreationTimeCacheDeserializer: 1
Deadlock Detection Thread: 1
FastExecutor: 1
backgroundExecutor: 1
main: 1
FirewallEventThread: 1
AWT-EventQueue-0: 1
Library Disk I/O Thread: 1
Image Fetcher 0: 1
UDPSocketChannelConnectionEvent: 1
VirusScannerThread: 1
AWT-Windows: 1
NIODispatcher: 1


-- listing properties --
DOWNTIME_HISTORY=86400
SESSIONS=1
LAST_EXPIRE_TIME=1350960650548
CLIENT_ID=5E52F050FDE37031CF3A970226BA4E00
Also, I notice that it's ignoring the existing LimeWire folders (<~\AppData\Roaming\LimeWire> and <~\Downloads\LimeWire>, which both have files from before the Java update) and instead creating new ones at <~\.limewire> and <~\LimeWire>. I've already tried deleting and reinstalling Java, making sure I "Run as administrator" on advice found here (despite having done the same thing the first time AFAIK).

How can I get LimeWire running again, and how can I get it to use the folders it was using before?
Reply With Quote