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 Search Today's Posts Mark Forums Read

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.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 24th, 2002
Novicius
 
Join Date: June 22nd, 2002
Location: Italy
Posts: 2
kaimano is flying high
Unhappy Limewire and redhat 7.3

Hi all.

I have a problem to install Limewire on my redhat 7.3 distribution.

When i try to install limewire.bin say:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
Reply With Quote
  #2 (permalink)  
Old July 1st, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Limewire and redhat 7.3

Quote:
Originally posted by kaimano
Hi all.

I have a problem to install Limewire on my redhat 7.3 distribution.

When i try to install limewire.bin say:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX

Sounds like your system is using kaffe by default. Can you confirm?

java -version

or

which java

HTH

altoine
Reply With Quote
  #3 (permalink)  
Old July 8th, 2002
Unregistered
Guest
 
Posts: n/a
Question

Hi, same problem here and the version is
java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)

Any idea
Reply With Quote
  #4 (permalink)  
Old July 9th, 2002
Novicius
 
Join Date: June 22nd, 2002
Location: Italy
Posts: 2
kaimano is flying high
Smile

Sorry for the delay.

I don't have kaffe installed but i downloaded the .tgz version and installed-it. All work properly now.

HI ALL
Reply With Quote
  #5 (permalink)  
Old July 28th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default

Quote:
Originally posted by Unregistered
Hi, same problem here and the version is
java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)

Any idea
[FONT=arial][FONT=arial][FONT=arial]

Sounds like a corrupted download. Download a new one and try again. some download programs don't do a great job of resuming a download correctly. Especially, if it tries to download by segmentation!

HTH
altoine
Reply With Quote
  #6 (permalink)  
Old August 9th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Its not a bad file,downloaded limewire 16 times and java 12 times (1.3.1,1'4'1 and beta ) same problem every time ,must be a bad script from the programers at limewire, I sent them an email 4 days ago and no reply
Reply With Quote
  #7 (permalink)  
Old August 11th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Limewire and redhat 7.3

Quote:
Originally posted by kaimano
Hi all.

I have a problem to install Limewire on my redhat 7.3 distribution.

When i try to install limewire.bin say:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
From this link:
http://www.gnutellaforums.com/showth...&threadid=7148

let us try the solution which is:
<snip>!!!! FIX !!!
in the java 1.3.1 release notes, i found this:

* For Linux users - The newer glibc-2.2.x libraries cannot correctly handle initial thread stack sizes larger than 6 MB. This can cause a segmentation fault on come Linux platforms that use the newer libraries. Such platforms include Red Hat 7.0, Mandrake 8.0, SuSe 7.2, and Debian 2.2. The problem will not occur on Linux platforms that are using glibc-2.1.x such as Red Hat 6.1 and 6.2. It will also not affect Red Hat 7.1 because it uses a different thread stack layout. This problem is being tracked as bug 4466587.

Workaround - Use "ulimit -s 2048" in bash shell or "limit stacksize 2048" in tcsh to limit the initial thread stack to 2 MB.

i added the line "ulimit -s 2048" to runlime.sh just before the call of java and now it works!
</snip>
You can either put it in the runLime.sh or put it in your .bashrc or .bash_profile.

HTH, Please report any findings.

altoine
Reply With Quote
  #8 (permalink)  
Old August 11th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Limewire and redhat 7.3

Quote:
Originally posted by kaimano
Hi all.

I have a problem to install Limewire on my redhat 7.3 distribution.

When i try to install limewire.bin say:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
On seconf thought, check to see if you have kaffe installed as well on your system.

If you do then remove it and that should fix your problems.

rpm -e --nodeps kaffe

altoine

Last edited by nDiScReEt; August 11th, 2002 at 05:50 AM.
Reply With Quote
  #9 (permalink)  
Old September 1st, 2002
Unregistered
Guest
 
Posts: n/a
Unhappy Re: Re: Limewire and redhat 7.3

Quote:
Originally posted by nDiScReEt



Sounds like your system is using kaffe by default. Can you confirm?

java -version

or

which java

HTH

altoine
>>> No, hi isn't using kaffe, I'm having exactly the same problem and I have just installed j2re 1.4 and don't have kaffe at all
Reply With Quote
  #10 (permalink)  
Old September 21st, 2002
Unregistered
Guest
 
Posts: n/a
Unhappy Same

I have the precise same problem. I have the latest jre and j2sdk, and don't have kaffe installed...
Reply With Quote
Reply

Thread Tools
Display Modes

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
LimeWire and RedHat Linux Enterprise 4.0 dakafal General Linux Support 3 March 13th, 2005 09:35 AM
LimeWire wont intall on redhat 8 jbentley General Linux Support 11 November 24th, 2002 10:51 PM
Redhat 7.3/LimeWire install lazy General Linux Support 1 September 24th, 2002 07:31 PM
No Downloads happing with Redhat 7 and Limewire 1.4 woakesd General Linux Support 0 July 11th, 2001 03:18 AM
LimeWire 1.4 + JDK 1.4beta on Redhat 7.1 = IMPOSSIBLE Unregistered General Linux Support 3 June 24th, 2001 05:17 PM


All times are GMT -7. The time now is 04:47 PM.


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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.