Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.)


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3 (permalink)  
Old May 18th, 2002
Unregistered
Guest
 
Posts: n/a
Default Re: Re: java.util.zip.ZipException: No such file or directory

Quote:
Originally posted by nDiScReEt
I was able to replicate your error above. You are getting that error because you are not executing the file from within the correct directory of the executing jar file (LimeWire.jar) or the file that you are using to execute the file in the directory isn't pointing to the right place (symlink named "runLimeWire").
Nope. I've got a shell script which changes to the correct directory and executes the runlime.sh script provided with the installation. Even running runlime.sh manually from the command line produces the same error.

Interestingly, I can run LimeWire by just typing "java -jar RunLime.jar", but then I get a whole slough of errors (mostly FileNotFoundException) printed to the console:

Quote:
%java -jar LimeWire.jar
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
FileNotFoundException: META-INF/MANIFEST.MF
FileNotFoundException: xml/display/audio.props
FileNotFoundException: xml/display/video.props
FileNotFoundException: xml/misc/server.props
FileNotFoundException: xml/schemas/audio.xsd
FileNotFoundException: xml/schemas/video.xsd
FileNotFoundException: META-INF/MANIFEST.MF
FileNotFoundException: ads/5590867.gif
FileNotFoundException: ads/ads.props
FileNotFoundException: ads/advertise.gif
FileNotFoundException: ads/Banner1-468x60.gif
FileNotFoundException: ads/Banner10-468x60.gif
FileNotFoundException: ads/Banner9-468x60.gif
FileNotFoundException: ads/directdsl.gif
FileNotFoundException: ads/fc468x60_1.gif
FileNotFoundException: ads/ipod2.gif
FileNotFoundException: ads/limeshop.gif
FileNotFoundException: ads/Maternatemp1.gif
FileNotFoundException: ads/Omnipotemp1.gif
FileNotFoundException: ads/paypal.gif
FileNotFoundException: ads/ringingphone.gif
FileNotFoundException: ads/upgrade.gif
java.io.FileNotFoundException: lib/Cookies.dat (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:102)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:62)
at com.limegroup.gnutella.util.FileUtils.writeMap(Unk nown Source)
at com.limegroup.gnutella.security.Cookies.save(Unkno wn Source)
at com.limegroup.gnutella.RouterService.shutdown(Unkn own Source)
at com.limegroup.gnutella.gui.Finalizer.shutdown(Unkn own Source)
at com.limegroup.gnutella.gui.GUIMediator.shutdown(Un known Source)
at com.limegroup.gnutella.gui.GUIMediator.close(Unkno wn Source)
at com.limegroup.gnutella.gui.MainFrame$1.windowClosi ng(Unknown Source)
at java.awt.Window.processWindowEvent(Window.java:812 )
at javax.swing.JFrame.processWindowEvent(JFrame.java: 237)
at java.awt.Window.processEvent(Window.java:788)
at java.awt.Component.dispatchEventImpl(Component.jav a:2593)
at java.awt.Container.dispatchEventImpl(Container.jav a:1213)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:24 97)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 339)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:85)
Given that the LimeWireLinux.tgz available for download does not have any of the files mentioned above, my working theory is that someone forgot to recurse directories when making the tarball...
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can see file in Library but Can't see files in saved file directory crestler Download/Upload Problems 3 April 1st, 2007 01:14 AM
the directory or file cannot be created r&balex Download/Upload Problems 1 October 6th, 2005 08:56 AM
Save directory based on file extension Mr Prozac New Feature Requests 2 August 25th, 2002 05:31 PM
Installing LimeWire: libc.so.6 No such file or directory behroz General Linux Support 5 July 9th, 2002 09:48 PM
Exception in thread "main" java.util.zip.ZipException Unregistered General Linux Support 7 February 3rd, 2002 05:11 PM


All times are GMT -7. The time now is 01:15 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.