Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Newbie > Azureus help

Forgot Password?
 Linux Newbie   If you're new to the wonderful world of Linux, start here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 08-25-2005   #1 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 35
Azureus help

Azureus terminates itself while starting in the console. It mentions something about JAVA_DIRECTORY or something, so I checked the readme. My jre is installed under /usr/java, so what would I type besides just plain ./azureus to maybe help my problem?
thanks is offline  


Reply With Quote
Old 08-25-2005   #2 (permalink)
Linux User
 
Join Date: Aug 2005
Location: Peterborough, UK
Posts: 379
What's the exact error message, and does 'man azureus' or 'azureus --help' mention Java directories at all?

Also, do you have the Sun JRE installed?
__________________
\"I am, after all,\" said Pooh, \"a bear of very little brain.\"
MY PC: Athlon XP64 3000+ on a Asus K8V-X mobo w/1GB of non-descript RAM. AGP - GeForce 2 MX400. PCI - Creative Live! 5.1 soundcard. 140 GB and 120 GB SATA WD drives.
Odd_Bloke is offline   Reply With Quote
Old 08-26-2005   #3 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 35
I apologize in advance as it is long, I believe the whole thing is necessary. It looks as though it repeats itself at one point. Also, how can I tell the difference between sun Java and whatever other versions are available? I just know that I have Java installed, as well as Java Web Start.

Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/Theodore/azureus/Azureus2.jar:/home/Theodore/azureus/swt.jar:/home/Theodore/azureus/swt-mozilla.jar:/home/Theodore/azureus/swt-pi.jar" -Djava.library.path="/home/Theodore/azureus" -Dazureus.install.path="/home/Theodore/azureus" org.gudy.azureus2.ui.swt.Main ''
DEBUG::Thu Aug 25 20:12:16 EDT 2005
java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.Provider not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/Theodore/azureus/Azureus2.jar,file:./,file:/home/Theodore/azureus/swt.jar,file:/home/Theodore/azureus/swt-mozilla.jar,file:./,file:/home/Theodore/azureus/swt-pi.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(java.lang.String ) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at org.gudy.azureus2.core3.security.impl.SESecurityMa nagerImpl.initialise() (Unknown Source)
at org.gudy.azureus2.core3.security.SESecurityManager .initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationC hecker.setSystemProperties() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationMana ger.initialise() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.Azur eusCoreImpl() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.crea te() (Unknown Source)
at com.aelitis.azureus.core.AzureusCoreFactory.create () (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.Strin g[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.Strin g[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

DEBUG::Thu Aug 25 20:12:16 EDT 2005
java.security.KeyStoreException: JKS
at java.security.KeyStore.getInstance(java.lang.Strin g) (/usr/lib/libgcj.so.6.0.0)
at org.gudy.azureus2.core3.security.impl.SESecurityMa nagerImpl.ensureStoreExists(java.lang.String) (Unknown Source)
at org.gudy.azureus2.core3.security.impl.SESecurityMa nagerImpl.initialise() (Unknown Source)
at org.gudy.azureus2.core3.security.SESecurityManager .initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationC hecker.setSystemProperties() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationMana ger.initialise() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.Azur eusCoreImpl() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.crea te() (Unknown Source)
at com.aelitis.azureus.core.AzureusCoreFactory.create () (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.Strin g[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.Strin g[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

DEBUG::Thu Aug 25 20:12:16 EDT 2005
java.security.KeyStoreException: JKS
at java.security.KeyStore.getInstance(java.lang.Strin g) (/usr/lib/libgcj.so.6.0.0)
at org.gudy.azureus2.core3.security.impl.SESecurityMa nagerImpl.ensureStoreExists(java.lang.String) (Unknown Source)
at org.gudy.azureus2.core3.security.impl.SESecurityMa nagerImpl.initialise() (Unknown Source)
at org.gudy.azureus2.core3.security.SESecurityManager .initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationC hecker.setSystemProperties() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationM anager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationMana ger.initialise() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.Azur eusCoreImpl() (Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.crea te() (Unknown Source)
at com.aelitis.azureus.core.AzureusCoreFactory.create () (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.Strin g[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.Strin g[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

DEBUG::Thu Aug 25 20:12:17 EDT 2005::com.aelitis.azureus.core.networkmanager.Virt ualServerChannelSelector::accept_loop()::-1:
VirtualServerChannelSelector::access$1(com.aelitis .azureus.core.networkmanager.VirtualServerChannelS elector)::-1,VirtualServerChannelSelector$1::runSupport()::-1,AEThread::run()::-1,::GC_start_routine::-1,::__clone::-1
Exception in thread "main" java.lang.UnsatisfiedLinkError: g_utf16_to_utf8
at org.eclipse.swt.internal.Converter.wcsToMbcs(java. lang.String, char[], boolean) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so)
at org.eclipse.swt.internal.Converter.wcsToMbcs(java. lang.String, java.lang.String, boolean) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so)
at org.eclipse.swt.widgets.Display.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.SWTT hread(org.gudy.azureus2.ui.swt.mainwindow.Initiali zer) (Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.crea teInstance(org.gudy.azureus2.ui.swt.mainwindow.Ini tializer) (Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.In itializer(com.aelitis.azureus.core.AzureusCore, org.gudy.azureus2.ui.swt.StartServer, java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.Strin g[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.Strin g[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
./azureus: line 112: 8071 Aborted ${JAVA_PROGRAM_DIR}java -Xms16m -Xmx128m -cp "${CLASSPATH}" -Djava.library.path="${PROGRAM_DIR}" -Dazureus.install.path="${PROGRAM_DIR}" org.gudy.azureus2.ui.swt.Main "$@"
Azureus TERMINATED.
thanks is offline   Reply With Quote
Old 08-26-2005   #4 (permalink)
Linux User
 
Join Date: Jan 2004
Posts: 357
What version of java are you using? If from a terminal you run the command
Code:
java -version
it sould output something like the following
Quote:
user1@larry:~> java -version
java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode, sharing)
If you are using the newest version of Azureus (I think I have the latest at version 2.3.0.4) It needs version 1.5 and not the older 1.4.

Also just here's my output from runnig "whereis java"

Quote:
user1@larry:~> whereis java
java: /usr/bin/java /etc/java /usr/lib/java /usr/include/java /usr/share/java /usr/share/man/man1/java.1.gz
This is on Suse 9.3

Hope this helps a little.
logan5 is offline   Reply With Quote
Old 08-26-2005   #5 (permalink)
Linux User
 
Join Date: Jan 2004
Posts: 357
Something else you might have a look at if you haven't seen it is http://www.fedorafaq.org/

Pay attention to the section on setting up yum and installing software. It is a must see for Fedora Core X users. It has helped my numerous times.
logan5 is offline   Reply With Quote
Old 08-26-2005   #6 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 35
Ah, I am running older 1.4, thank you for that tip. Now how would I do a healthy upgrade?
thanks is offline   Reply With Quote
Old 08-26-2005   #7 (permalink)
Linux User
 
Join Date: Aug 2005
Location: Peterborough, UK
Posts: 379
http://www.java.com/en/download/index.jsp

Click on the big, flashing "Download Now" icon and then follow instructions from there.
__________________
\"I am, after all,\" said Pooh, \"a bear of very little brain.\"
MY PC: Athlon XP64 3000+ on a Asus K8V-X mobo w/1GB of non-descript RAM. AGP - GeForce 2 MX400. PCI - Creative Live! 5.1 soundcard. 140 GB and 120 GB SATA WD drives.
Odd_Bloke is offline   Reply With Quote
Old 08-26-2005   #8 (permalink)
Linux User
 
Join Date: Jan 2004
Posts: 357
Look at the faq that I listed above. It will not only get java installed for you, it will help out with the mozilla/firefox plugin also.

Or a listed directly above check out Sun's Java download page.
logan5 is offline   Reply With Quote
Old 08-26-2005   #9 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 35
I already have the firefox plugin working. So I should just install the new version over the old one? It won't cause any conflicts?
thanks is offline   Reply With Quote
Old 08-26-2005   #10 (permalink)
Just Joined!
 
Join Date: Aug 2005
Posts: 35
We detected your Java environment as follows;
Description Your Environment
Java Runtime Vendor:

Sun Microsystems Inc.
Java Runtime Version

1.5.0_04


CONGRATULATIONS, you have the Latest version of Java!

I find this odd because the command "java -version" comes up saying java version "1.4.2"
gij (GNU libgcj) version 4.0.0 20050519 (Red Hat 4.0.0-

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

What's going on.
thanks is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 11:25 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2