Azureus problem…

Recently I helped a friend of mine with his azureus problem. He is using debian unstable.
He had problem starting it and get the following exception:

DEBUG::Sun Jul 08 17:16:08 MESZ 2007::org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl::initialise::140:
No SSL provider available
SESecurityManager::initialise::52,ConfigurationChecker::setSystemProperties::146,ConfigurationManager::initialise::150,ConfigurationManager::getInstance::83,LoggerImpl::init::90,Logger::<clinit>::48,
Class::initializeClass::-1,StartServer::<init>::72,Main::<init>::56,Main::main::180,Method::invoke::-1,Main::directLaunch::228,Main::main::131
changeLocale: *Default Language* != de (AT). Searching without country..
changeLocale: Searching for language de in *any* country..
changeLocale: no message properties for Locale ‘de (AT)’ (de_AT), using ‘de (DE)’
DEBUG::Sun Jul 08 17:16:13 MESZ 2007::org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl::initialise::140:
No SSL provider available
SESecurityManager::initialise::52,CryptoManagerImpl::<init>::73,CryptoManagerImpl::getSingleton::60,
CryptoManagerFactory::getSingleton::36,AzureusCoreImpl::<init>::160,AzureusCoreImpl::create::93,AzureusCoreFactory::create::46,Main::<init>::76,Main::main::180,Method::invoke::-1,Main::directLaunch::228,Main::main::131

This problem stems from having gjc or another non-sun java interpreter.
Use

java –version

To check which java interpreter you use.

Install the

sun-java6-jdk

package to get the official sun jdk and jre.
Use

update-alternatives –config java

to make sun-java the default java version.
After this restart the bash and you can use azureus.

. .. normally…
This approach didn’t work for him. The problem was that eclipse, which was installed, needed another libswt version than azureus. So if you have tried using sun-java and azureus still makes problems AND you have eclipse… Than this may be the cause of the problems.
Decide to use azureus OR eclipse from the debian repository OR wait for debian to resolve the problem. But don’t be afraid, you can install azureus/eclipse easily by downloading it from the official locations and running them as normal users ….

After all, there is a reason why debian unstable is named UNSTABLE = sid (still in development).

One Response to “Azureus problem…”

  1. Erik Says:

    I just found (randomly) some more informations about this issue: The bug report and a long discussion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340998

    According to this bug report, it should be possible to use azureus AND eclipse both with azureus 2.5.0.4-1, which entered testing today.

    Erik

Leave a comment