Problema no funciona JDownloader

Buenas gente, pues estoy intentando hacer funcionar jdownloader en debian testing y no hay manera. Tengo instalados los paquetes de sun-java6-jre y sus dependencias y demas. Pero con el java -jar me da una tira de errores increibles. He estado mirando por la red posibles soluciones y ninguna funciona, cconcretamente con el "update-alternatives --config java" no consigo nada, pruebo a intentar lanzarlo con java5 y nada, he llegado a compilar el binario de la pagina oficial de java e lanzarlo utilizando el java -jar con la ruta a donde desempaqueto y sigue dando errores, probe con varios jdownloaders, en fin que agote posibilidades xD Os pego un codigo con los errores a ver si a vosotros se os ocurre algo, que estoy ya desesperao.

Gauss:/home/slash/Programas/jd# java -jar JDownloader.jar
03-mar-2009 0:00:04 - INFO [jd.config.DatabaseConnector(<init>)] -> Loading database
03-mar-2009 0:00:05 - ADVERTENCIA [jd.config.DatabaseConnector(<init>)] -> Database tables error
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] -> java.sql.SQLException: Table not found in statement [SELECT COUNT(name) FROM config]
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.config.DatabaseConnector.<init>(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.config.SubConfiguration.<init>(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDUtilities.getSubConfig(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDLocale.getLocaleString(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDLocale.L(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.Main.main(Unknown Source)
03-mar-2009 0:00:05 - INFO [jd.config.DatabaseConnector(<init>)] -> No configuration database found. Creating new one.
03-mar-2009 0:00:05 - INFO [jd.config.DatabaseConnector(<init>)] -> Starting database wrapper
03-mar-2009 0:00:05 - INFO [jd.utils.JDUtilities(getJDClassLoader)] -> Create Classloader: for: /home/slash/Programas/jd
03-mar-2009 0:00:05 - FINA [jd.JDClassLoader(<init>)] -> rootDir:/home/slash/Programas/jd
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDUnrar.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDHJMerge.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDRouterRecorder.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/restore.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/JDownloader.jar
03-mar-2009 0:00:05 - INFO [jd.utils.JDSounds(setSoundTheme)] -> SoundTheme default loaded
03-mar-2009 0:00:05 - INFO [jd.Main(main)] -> There is already a running jD instance


A ver si alguien me echa una manica. Un saludo!
Creo que no es el mis mo error q a mi, pero aun asi yo tmb lo digo, que no me baja de ningun servidor, ni RS ni MU ni FF...
Slasher escribió:Buenas gente, pues estoy intentando hacer funcionar jdownloader en debian testing y no hay manera. Tengo instalados los paquetes de sun-java6-jre y sus dependencias y demas. Pero con el java -jar me da una tira de errores increibles. He estado mirando por la red posibles soluciones y ninguna funciona, cconcretamente con el "update-alternatives --config java" no consigo nada, pruebo a intentar lanzarlo con java5 y nada, he llegado a compilar el binario de la pagina oficial de java e lanzarlo utilizando el java -jar con la ruta a donde desempaqueto y sigue dando errores, probe con varios jdownloaders, en fin que agote posibilidades xD Os pego un codigo con los errores a ver si a vosotros se os ocurre algo, que estoy ya desesperao.

Gauss:/home/slash/Programas/jd# java -jar JDownloader.jar
03-mar-2009 0:00:04 - INFO [jd.config.DatabaseConnector(<init>)] -> Loading database
03-mar-2009 0:00:05 - ADVERTENCIA [jd.config.DatabaseConnector(<init>)] -> Database tables error
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] -> java.sql.SQLException: Table not found in statement [SELECT COUNT(name) FROM config]
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.config.DatabaseConnector.<init>(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.config.SubConfiguration.<init>(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDUtilities.getSubConfig(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDLocale.getLocaleString(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.utils.JDLocale.L(Unknown Source)
03-mar-2009 0:00:05 - GRAVE [jd.utils.JDUtilities$2(write)] ->  at jd.Main.main(Unknown Source)
03-mar-2009 0:00:05 - INFO [jd.config.DatabaseConnector(<init>)] -> No configuration database found. Creating new one.
03-mar-2009 0:00:05 - INFO [jd.config.DatabaseConnector(<init>)] -> Starting database wrapper
03-mar-2009 0:00:05 - INFO [jd.utils.JDUtilities(getJDClassLoader)] -> Create Classloader: for: /home/slash/Programas/jd
03-mar-2009 0:00:05 - FINA [jd.JDClassLoader(<init>)] -> rootDir:/home/slash/Programas/jd
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDUnrar.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDHJMerge.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/plugins/JDRouterRecorder.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/restore.jar
03-mar-2009 0:00:05 - MÁS FINA [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/slash/Programas/jd/JDownloader.jar
03-mar-2009 0:00:05 - INFO [jd.utils.JDSounds(setSoundTheme)] -> SoundTheme default loaded
03-mar-2009 0:00:05 - INFO [jd.Main(main)] -> There is already a running jD instance


A ver si alguien me echa una manica. Un saludo!


Primero las preguntas tontas:

¿Has probado a rebotar?
¿Has mirado en la lista de procesos que no lo tengas ya en marcha?

Dice que hay una instancia del JDownloader en marcha
Ciertamente he sido tonto, al reiniciar funciono, se que dice que estaba en ejecucion pero mire los procesos y no estaba, por eso no probe a reiniciar. Jalsimo, ahora que me funciona a mi tampoco me baja de ningun servidor xD si lo soluciono te aviso
3 respuestas