LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-18-2005, 09:54 PM   #1
kryptobs2000
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 306

Rep: Reputation: 30
Azureus stopped working, problem with Java I think


It worked fine, then all of a sudden it just stopped working. Here's the output I get when I try to run it. How do I uninstall java? I don't really know what else to do but I figure a fresh install might help.

Quote:
root@ds:/usr/local/azureus# sh azureus
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_04]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/usr/local/azureus/Azureus2.jar:/usr/local/azureus/swt-mozilla.jar:/usr/local/azureus/swt-pi.jar:/usr/local/azureus/swt.jar" -Djava.library.path="/usr/local/azureus" -Dazureus.install.path="/usr/local/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.NullPointerException
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getByteParameterRaw(ConfigurationManager.ja va:195)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getByteParameter(ConfigurationManager.java: 199)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getStringParameter(ConfigurationManager.jav a:207)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getStringParameter(ConfigurationManager.jav a:215)
at org.gudy.azureus2.core3.config.COConfigurationManager.getStringParameter(COConfigurationManager.java :73)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.checkConfiguration(ConfigurationChecker.jav a:204)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.initialise(ConfigurationManager.java:91)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getInstance(ConfigurationManager.java:49)
at org.gudy.azureus2.core3.config.COConfigurationManager.initialise(COConfigurationManager.java:51)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.<init>(AzureusCoreImpl.java:111)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:69)
at com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:35)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:98)
Azureus TERMINATED.
 
Old 09-19-2005, 09:16 AM   #2
Gibsonist
Member
 
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191

Rep: Reputation: 30
This is not really a Java error - ie you wont fix it by reinstaling Java.

As far as I can see, azureus is trying to call something that does not exist (Null pointer exep)
seems there is some problem with the congifurations, you could try to reinstall azureus, that may help
 
Old 09-19-2005, 09:39 AM   #3
kryptobs2000
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 306

Original Poster
Rep: Reputation: 30
I have but azureus dosn't really install, you just extract it so it dosn't install any files or anything. Any other ideas? it worked fine then it just stopped.
 
Old 09-19-2005, 09:54 AM   #4
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
did you delete the /home/user/.Azureus aswell? Settings are kept there
 
Old 09-19-2005, 10:10 AM   #5
Gibsonist
Member
 
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191

Rep: Reputation: 30
Did you move anything, or change anything? Sorry to say but these errors dont simply just happen, something must have changed
 
Old 09-19-2005, 02:47 PM   #6
kryptobs2000
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 306

Original Poster
Rep: Reputation: 30
I don't remember changing or moving anything, but I dunno. I'm not too great at working with linux although I've used it for over a year, I havn't tried to do much with it untill just recently, but I didn't delete the /home/user/.Azureus directory, that might help I'll try it. wierd stuff happens when you don't know what ur doing, I just seem to break things that work fine for no reason alot lol, but I'm learning alot lol.
 
Old 09-19-2005, 03:11 PM   #7
kryptobs2000
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 306

Original Poster
Rep: Reputation: 30
deleted that settings folder and everything is now fine, thanks.
 
Old 09-19-2005, 03:13 PM   #8
Gibsonist
Member
 
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191

Rep: Reputation: 30
Re: Azureus stopped working, problem with Java I think

Well, you have beaten me to it, so good luck in future

---orig. post------
I'm just asking, as I programmed in Java for over 4 years and the way I read the error message is that 'NULL'
was returned instead of a expected object ( I mainly had them if when the parser messed up)

Azureus is a torrent client? Never worked with them, but try removing, relocating all your current configuration
and if they exist, partial downloads and then try to run it.

Sometimes damaged partials can cause some bother.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
azureus or java problem? wezhousheng Linux - Software 3 09-16-2005 07:08 AM
azureus - used to work on FC3, stopped working on FC4 g0l3m Linux - Software 2 06-20-2005 07:51 AM
Azureus suddenly stopped working!! Braveheart1980 Linux - Software 1 02-19-2005 06:22 PM
Azureus stopped working after reboot pragun Linux - Software 3 01-18-2005 05:57 PM
java problem? - can't start azureus Moebius Linux - Software 0 06-17-2004 03:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration