bon bah je reviens
donc par rapport à mon tutoriel que j’essaye de suivre, j’en suis toujours bloqué à l’étape d’affichage de mon bureau virtuel
je précise que je veux installer jdownload sur mon serveur nas qui a debian et que je dois passer par mon pc pour installer jdownload avec une interface graphique! (xming)
voici l’erreur que j’ai et dont je ne sais absolument pas l’origine (java, mauvaise adresse ip, jdownload)
donc j’ai d’abord entré une ip pour virtualiser le graphisme de debian de mon nas
export DISPLAY=localhost:0
chmod 755 jd.sh
./jd.sh
[code]JD Installation found: No valid JDownloader.jar exist!
Start JD-Updater
JAR
00s.009 - FINEST [jd.utils.JDUtilities(getJDClassLoader)] -> Create Classloader: for: /root/.jd
00s.023 - FINEST [jd.JDClassLoader()] -> rootDir:/root/.jd
/root/.jd
null
00s.156 - FINER [jd.config.DatabaseConnector()] -> Loading database
00s.792 - WARNING [jd.config.DatabaseConnector(getData)] -> Database not available. Create new one: WEBUP DATE
00s.792 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [SELECT * FROM config]
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
at jd.config.DatabaseConnector.getData(DatabaseConnector.java:216)
at jd.config.SubConfiguration.(SubConfiguration.java:77)
at jd.config.SubConfiguration.getConfig(SubConfiguration.java:106)
at jd.update.WebUpdater.getConfig(WebUpdater.java:74)
at jd.update.Main.main(Main.java:121)
First save WEBUPDATE
00s.803 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: WEBUPDATE
00s.803 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.config.SubConfiguration.getConfig(SubConfiguration.java:109)
at jd.update.WebUpdater.getConfig(WebUpdater.java:74)
at jd.update.Main.main(Main.java:121)
/root/.jd/config/WEBUPDATE.cfg (No such file or directory)
First save WEBUPDATE
00s.816 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: WEBUPDATE
00s.816 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.update.WebUpdater.getConfig(WebUpdater.java:81)
at jd.update.Main.main(Main.java:121)
First save WEBUPDATE
00s.818 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: WEBUPDATE
00s.818 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.update.WebUpdater.getConfig(WebUpdater.java:81)
at jd.update.Main.main(Main.java:124)
First save WEBUPDATE
00s.819 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: WEBUPDATE
00s.819 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.update.WebUpdater.getConfig(WebUpdater.java:81)
at jd.update.Main.main(Main.java:125)
{}
00s.820 - WARNING [jd.config.DatabaseConnector(getData)] -> Database not available. Create new one: PACKA GEMANAGER
00s.821 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [SELECT * FROM config]
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
at jd.config.DatabaseConnector.getData(DatabaseConnector.java:216)
at jd.config.SubConfiguration.(SubConfiguration.java:77)
at jd.config.SubConfiguration.getConfig(SubConfiguration.java:106)
at jd.update.WebUpdater.getConfig(WebUpdater.java:74)
at jd.update.Main.main(Main.java:126)
First save PACKAGEMANAGER
00s.822 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: PACKAGEMANAGER
00s.822 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.config.SubConfiguration.getConfig(SubConfiguration.java:109)
at jd.update.WebUpdater.getConfig(WebUpdater.java:74)
at jd.update.Main.main(Main.java:126)
/root/.jd/config/PACKAGEMANAGER.cfg (No such file or directory)
First save PACKAGEMANAGER
00s.824 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: PACKAGEMANAGER
00s.825 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.update.WebUpdater.getConfig(WebUpdater.java:81)
at jd.update.Main.main(Main.java:126)
{}
First save PACKAGEMANAGER
00s.826 - WARNING [jd.config.DatabaseConnector(saveConfiguration)] -> Database save error: PACKAGEMANAGER
00s.826 - FINEST [jd.controlling.JDLogger(exception)] -> FINEST Exception occurred
java.sql.SQLException: Table not found in statement [INSERT INTO config VALUES (?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at jd.config.DatabaseConnector.saveConfiguration(DatabaseConnector.java:285)
at jd.config.SubConfiguration.save(SubConfiguration.java:87)
at jd.update.WebUpdater.getConfig(WebUpdater.java:81)
at jd.update.Main.main(Main.java:127)
Exception in thread “main” java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11Graphics Environment
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
at sun.awt.X11.XToolkit.(XToolkit.java:89)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at java.awt.Toolkit$2.run(Toolkit.java:834)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:826)
at sun.swing.SwingUtilities2$AATextInfo.getAATextInfo(SwingUtilities2.java:122)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:1554)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:130)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1589)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:514)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:554)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1317)
at javax.swing.UIManager.initialize(UIManager.java:1406)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1394)
at javax.swing.UIManager.getInstalledLookAndFeels(UIManager.java:394)
at jd.update.Main.initGUI(Main.java:419)
at jd.update.Main.main(Main.java:129)
nas-8B-0B-22:~# Could not initialize class sun.awt.X11Graphics Environment
-bash: Could: command not found
[/code]
merci énormément de vos réponses les gars 