Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Azureus doesn't start...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
mattgentoo
n00b
n00b


Joined: 13 Dec 2003
Posts: 15
Location: France

PostPosted: Mon May 08, 2006 4:22 pm    Post subject: [SOLVED] Azureus doesn't start... Reply with quote

Hey !

I've got a 'little' problem with azureus and I don't manage to solve it...

well here is what happend when I start it :

Code:

azureus

java.lang.reflect.InvocationTargetException
        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:585)
        at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:221)
        at org.gudy.azureus2.ui.common.Main.main(Main.java:128)
Caused by: java.lang.UnsatisfiedLinkError: memmove
        at org.eclipse.swt.internal.gtk.OS.memmove(Native Method)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
        at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:75)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
        at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:123)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)
        ... 6 more
Start fails:
com.aelitis.azureus.core.AzureusCoreException: Azureus core already instantiated
        at com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:67)
        at com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
        at org.gudy.azureus2.ui.common.Main.main(Main.java:133)


The output of ps aux doesn't show any azureus or java started... I've unmerged and re-emerged Azureus but does't change anything...

Does someone have any idea ?

net-p2p/azureus-2.3.0.6-r1
dev-java/sun-jdk-1.5.0.06-r2


Last edited by mattgentoo on Wed May 10, 2006 11:48 am; edited 1 time in total
Back to top
View user's profile Send private message
lazywally
n00b
n00b


Joined: 07 May 2006
Posts: 7

PostPosted: Mon May 08, 2006 6:08 pm    Post subject: Reply with quote

i had the same problem so i downloaded latest azureus and jre 1.5.0, untarred them both in /opt and edited JAVA_PROGRAM_DIR in /opt/azureus/azureus (at the top) to point to /opt/<jre 1.5 folder>/bin/
works fine
Back to top
View user's profile Send private message
mattgentoo
n00b
n00b


Joined: 13 Dec 2003
Posts: 15
Location: France

PostPosted: Mon May 08, 2006 8:46 pm    Post subject: Reply with quote

Ok, thanks

Personnaly I don't like binaries and I'd like get it working !!

still looking for a soluce !
Back to top
View user's profile Send private message
diogot
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2006
Posts: 114
Location: Brasil

PostPosted: Mon May 08, 2006 11:05 pm    Post subject: Reply with quote

Azureus never worked in your machine?
Back to top
View user's profile Send private message
lazywally
n00b
n00b


Joined: 07 May 2006
Posts: 7

PostPosted: Tue May 09, 2006 12:28 am    Post subject: Reply with quote

try remerging swt and then azureus, or maybe ~arch version of swt and azureus
Back to top
View user's profile Send private message
mattgentoo
n00b
n00b


Joined: 13 Dec 2003
Posts: 15
Location: France

PostPosted: Tue May 09, 2006 8:08 am    Post subject: Reply with quote

Yes it worked and since I emerged mplayerplu-in (with sun-jre) [I think it's since that event but I'm not sure at all] it does'nt start anymore but give place to that 'nice message'... but my java settings are good (followed the java installation docs from gentoo) and I'm already in ~amd64...

I'll give a try to your soluce this evening lazywally, I'm currently at work...

thx for your answers
Back to top
View user's profile Send private message
mattgentoo
n00b
n00b


Joined: 13 Dec 2003
Posts: 15
Location: France

PostPosted: Tue May 09, 2006 10:38 am    Post subject: Reply with quote

Re-emerging swt and azureus does'nt worked...

Don't know what to do...
Back to top
View user's profile Send private message
diogot
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2006
Posts: 114
Location: Brasil

PostPosted: Tue May 09, 2006 12:24 pm    Post subject: Reply with quote

Have you tried an older version of java? I use 1.4.2.10 and azureus works for me, but I have a x86 system not an amd64.
Back to top
View user's profile Send private message
ozbird
Apprentice
Apprentice


Joined: 21 Oct 2003
Posts: 185

PostPosted: Tue May 09, 2006 1:20 pm    Post subject: Reply with quote

mattgentoo wrote:
Re-emerging swt and azureus does'nt worked...

Don't know what to do...


I had the same problem; it appears to be caused by the new version of swt (for ~amd64, at least.)
Add the following to your /etc/portage/package.mask file:
Code:
=dev-java/swt-3.2_rc2

Reemerge swt (3.2_pre1), and Azureus should work again.

Fixing swt-3.2_rc2 is left as an exercise for the reader. ;)
Back to top
View user's profile Send private message
mattgentoo
n00b
n00b


Joined: 13 Dec 2003
Posts: 15
Location: France

PostPosted: Wed May 10, 2006 11:42 am    Post subject: Reply with quote

Cool it works again !!!

Thanks for you help, the tips of ozbird worked for me too !
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Jun 01, 2006 10:22 pm    Post subject: Reply with quote

A stupid test results in this, heh:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144991
_________________
hear hear
Back to top
View user's profile Send private message
friedmud
Apprentice
Apprentice


Joined: 18 Apr 2002
Posts: 258
Location: Austin, TX USA

PostPosted: Wed Jul 19, 2006 4:54 pm    Post subject: Reply with quote

I'm not running ~amd64... but I would like to run swt-3.2_pre1... how exactly do I accomplish this?

I tried adding =dev-java/swt-3.2_rc2 to package.mask and adding dev-java/swt to package.keyword.... but it still tries to merge 3.2_rc2....

What's the best way around this?

Friedmud
Back to top
View user's profile Send private message
xante
Apprentice
Apprentice


Joined: 23 Aug 2004
Posts: 229

PostPosted: Fri Jul 21, 2006 4:24 am    Post subject: Reply with quote

Why does www-client/mozilla-1.7.13 block www-client/seamonkey-1.0.2 which is required by dev-java/swt-3.2_rc2 ?
Back to top
View user's profile Send private message
siu00mjt
n00b
n00b


Joined: 21 Jan 2004
Posts: 39

PostPosted: Fri Nov 03, 2006 8:03 am    Post subject: Reply with quote

because the Mozilla foundation stopped developing the Mozilla browser so through the joys of open source a fork, seamonkey, was started up
_________________
Amd Atholon 64 3000+
gigabyte v8t800 pro
1 * 512 crucial ddr333
1 * 1024 crucial ddr333
Gforce 7600 256mb
2 * maxtor max9 160Gb ata133 drives
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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