Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Azureus starting very late
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Thu Jul 05, 2007 4:00 pm    Post subject: Azureus starting very late Reply with quote

Yes its starting very late ad its not taking time at the splash screen

When i click the azureus icon even the splash screen appears atleast after 5 to 7 minutes later

I tried uninstalling and deleting al the related folders but didn't help

Any help here?


Thanks
Back to top
View user's profile Send private message
Ma3oxuct
Guru
Guru


Joined: 18 Apr 2003
Posts: 523

PostPosted: Sat Jul 07, 2007 6:07 am    Post subject: Reply with quote

Try running Azureus from a terminal....if you are lucky it might out some errors.
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Sat Jul 07, 2007 12:55 pm    Post subject: Reply with quote

This is the output from commandline
Code:
using /home/chaudhuri/.azureus/gentoo.config
$UI not set defaulting to swt
StartServer ERROR: unable to bind to 127.0.0.1:6880 listening for passed torrent                                                              info: Cannot assign requested address
StartSocket: passing startup args to already-running Azureus java process listen                                                             ing on [127.0.0.1: 6880]
java.net.ConnectException: Connection timed out
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.<init>(Socket.java:366)
        at java.net.Socket.<init>(Socket.java:179)
        at org.gudy.azureus2.ui.swt.StartSocket.sendArgs(StartSocket.java:60)
        at org.gudy.azureus2.ui.swt.Main.processParams(Main.java:172)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:74)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:228)
        at org.gudy.azureus2.ui.common.Main.main(Main.java:131)
DEBUG::Sat Jul 07 18:17:05 IST 2007::org.gudy.azureus2.ui.swt.StartSocket::sendArgs::81:
  java.net.ConnectException: Connection timed out
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.<init>(Socket.java:366)
        at java.net.Socket.<init>(Socket.java:179)
        at org.gudy.azureus2.ui.swt.StartSocket.sendArgs(StartSocket.java:60)
        at org.gudy.azureus2.ui.swt.Main.processParams(Main.java:172)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:74)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:228)
        at org.gudy.azureus2.ui.common.Main.main(Main.java:131)

There appears to be another program process already listening on socket [127.0.0.1: 6880].
Loading of torrents via command line parameter will fail until this is fixed.
changeLocale: *Default Language* != English (India). Searching without country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (India)' (en_IN), using 'English (default)'
should load blocklist from: http://www.bluetack.co.uk/config/spconfig.txt
Retrieving data from: http://www.bluetack.co.uk/config/splist.zip

(SWT:7169): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 250 and height -1
activePing: F6FC4EEC...[/193.198.185.5:55013,V16]
activePing: F6FF38E1...[/212.81.209.83:6996,V16]
activePing: F6FCE479...[/69.181.5.27:9600,V16]
deadPing: F6FF38E1...[/212.81.209.83:6996,V16]
activePing: F6F7510F...[/24.178.155.111:53423,V16]


It seems that its waiting and trying to coneect to port 6880
which it later says is busy but as far as i know nothing is using that port.
Oh yeah i have net.lo disabled does that have soething to do?
Back to top
View user's profile Send private message
Ma3oxuct
Guru
Guru


Joined: 18 Apr 2003
Posts: 523

PostPosted: Sat Jul 07, 2007 4:54 pm    Post subject: Reply with quote

Quote:
Oh yeah i have net.lo disabled does that have soething to do?


I think so. Certainly worth a try to enable it.
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Sat Jul 07, 2007 5:44 pm    Post subject: Reply with quote

Yes enabling it works but i don't want to enable net.lo.
Why is it searching for localhost?
Back to top
View user's profile Send private message
Ma3oxuct
Guru
Guru


Joined: 18 Apr 2003
Posts: 523

PostPosted: Sat Jul 07, 2007 5:52 pm    Post subject: Reply with quote

I am not 100% sure, but I think it is listening *on* localhost...or trying to.

I don't have Azureus, is there a "/etc/conf.d/azureus"? Or is there any configuration? Perhaps you can tell it to listen on something other than localhost.

Out of curiosity: Why don't you want net.lo enabled?
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Sat Jul 07, 2007 6:35 pm    Post subject: Reply with quote

Nothing specific i just save the time it takes to bring it up during boot
Back to top
View user's profile Send private message
shana
n00b
n00b


Joined: 16 Jul 2007
Posts: 3

PostPosted: Mon Jul 16, 2007 3:54 pm    Post subject: Reply with quote

move to r/ktorrent :wink:

or wine utorrent :roll:
_________________
hindi music free
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Mon Jul 16, 2007 4:29 pm    Post subject: Reply with quote

Actually I like the interface design of Azureus and ktorrent is not able to import torrents downloaded by other clients
It just hangs while importing.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum