Click to See Complete Forum and Search --> : Azureus connection time out


korn4266
07-16-2004, 10:09 PM
I am trying to install azureus. When I go to a terminal and cd to the azureus directory I run the ./azureus command...after a while....i get an error message:


StartSocket: passing startup args to already-running process.
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.StartSocket.<init>(StartSocket.java:43)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:68)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:104)
Azureus TERMINATED.


I have no idea what to do. I need some help this is the only thing besides games that is keeping me from using only linux for everything except games.

korn4266
07-19-2004, 10:12 PM
Come on people i need help with this. I have searched for an answer...unless i missed something....someone point me in the right direction?

keyshawn
07-19-2004, 11:58 PM
here ya go:
POSSIBLE CONSEQUENCE 2

If you're ussing Azureus, you'll not be able to use it if you changed your machinename. You'll have this error message after trying to start it with the ./azureus command:
Code:

Attempting to start Azureus...
java.net.UnknownHostException: localhost
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main$StartSocket.<init>(Main.java:40)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:127)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:163)

I've already edited azureus PROGRAM_DIR and JAV_PROGRAM_DIR but I still had this error.

Problem:
The /etc/hosts file is invalid....you need a reference to localhost:
127.0.0.1 localhost.localdomain localhost

Solution:
I edited my /etc/hosts to 127.0.0.1 localhost.localdomain localhost and I could started Azureus again.

===================================
SOURCE:
http://www.fedoraforum.org/forum/showthread.php?t=1889
=======================================
Does that help at all ?

good luck,
keyshawn

korn4266
07-20-2004, 12:20 AM
Well for some reason when I opened a terminal and logged in with su - and ran ./azureus it worked. When I ran it for the first time does it automaticly set itself up to download the torrents with any browser?

keyshawn
07-20-2004, 02:09 PM
no, it doesnt; but you can just click save as to disk, then in azureus, click open torrent, and it loads the torrent.

[otherwise, you have to do some editing w/ your browser, not sure]

korn4266
07-20-2004, 02:38 PM
ok thanks for the help everyone azureus is working now.