JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 03.03.2009, 02:23
blues-man
Guest
 
Posts: n/a
Default Can't save settings on linux

Hi,
I've downloaded JDownloader 0.4.761, I'm on Kubuntu Linux Jaunty 2.6.28 with Sun Java build 1.6.0_12-b04 JRE ( and JDK ). I've seen that JDownloader doesn't save settings after closing and I have to setup it anytime.
This is the debug log
Code:
luesman@ray:~/Apps/JDownloader$ java -jar JDownloader.jar                                         
2-mar-2009 20.19.40 - INFO [jd.config.DatabaseConnector(<init>)] -> Loading database               
2-mar-2009 20.19.40 - INFO [jd.config.DatabaseConnector(checkDatabaseHeader)] -> Checking database 
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] -> java.lang.NullPointerException      
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.DatabaseConnector.checkDatabaseHeader(Unknown Source)                                                                                                          
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.DatabaseConnector.<init>(Unknown Source) 
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)                                                                                                                
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.SubConfiguration.<init>(Unknown Source)  
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDUtilities.getSubConfig(Unknown Source)  
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.getLocaleString(Unknown Source)  
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.L(Unknown Source)                
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.controlling.interaction.Interaction.initTriggers(Unknown Source)                                                                                                      
2-mar-2009 20.19.40 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.Main.main(Unknown Source)                       
2-mar-2009 20.19.40 - GRAVE [jd.config.DatabaseConnector(<init>)] -> Database broken! Creating fresh Database         
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] -> java.sql.SQLException: Utente non trovato: SA          
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at org.hsqldb.jdbc.Util.sqlException(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)                                                                                                                    
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at org.hsqldb.jdbcDriver.connect(Unknown Source)      
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at java.sql.DriverManager.getConnection(DriverManager.java:582)                                                                                                             
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at java.sql.DriverManager.getConnection(DriverManager.java:185)                                                                                                             
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.DatabaseConnector.<init>(Unknown Source) 
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)                                                                                                                
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.SubConfiguration.<init>(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDUtilities.getSubConfig(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.getLocaleString(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.L(Unknown Source)                
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.controlling.interaction.Interaction.initTriggers(Unknown Source)                                                                                                      
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.Main.main(Unknown Source)                       
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] -> java.lang.NullPointerException                         
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.DatabaseConnector.saveConfiguration(Unknown Source)                                                                                                            
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.config.SubConfiguration.save(Unknown Source)    
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDUtilities.getSubConfig(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.getLocaleString(Unknown Source)  
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.utils.JDLocale.L(Unknown Source)                
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.controlling.interaction.Interaction.initTriggers(Unknown Source)                                                                                                      
2-mar-2009 20.19.41 - GRAVE [jd.utils.JDUtilities$4(write)] ->  at jd.Main.main(Unknown Source)                       
2-mar-2009 20.19.41 - INFO [jd.utils.JDUtilities(getJDClassLoader)] -> Create Classloader: for: /home/bluesman/Apps/JDownloader                                                                                                             
2-mar-2009 20.19.41 - FINE [jd.JDClassLoader(<init>)] -> rootDir:/home/bluesman/Apps/JDownloader                      
2-mar-2009 20.19.41 - MOLTO FINE [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/bluesman/Apps/JDownloader/plugins/JDUnrar.jar                                                                                                         
2-mar-2009 20.19.41 - MOLTO FINE [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/bluesman/Apps/JDownloader/plugins/JDHJMerge.jar                                                                                                       
2-mar-2009 20.19.41 - MOLTO FINE [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/bluesman/Apps/JDownloader/JDownloader.jar                                                                                                             
2-mar-2009 20.19.41 - MOLTO FINE [jd.JDClassLoader(<init>)] -> Jar file loaded: /home/bluesman/Apps/JDownloader/restore.jar                                                                                                                 
2-mar-2009 20.19.41 - INFO [jd.utils.JDSounds(setSoundTheme)] -> SoundTheme default loaded                            
2-mar-2009 20.19.41 - FINISSIMO [jd.nutils.Executer(run)] -> Execute: java -Xmx512m -jar JDownloader.jar  in /home/bluesman/Apps/JDownloader                                                                                                
2-mar-2009 20.19.41 - INFO [jd.utils.JDUtilities(restartJD)] ->
so I thought that it uses HSQL and I've installed hsql-server but , even if I don't get all this error debug, I can't see my settings and I have to reconfigure anytime and from freenode chat I knew that it doesn't use a DBMS..what's wrong? was this a know bug?I haven't found it out from forum search and bug list
Bye
Reply With Quote
  #2  
Old 20.03.2009, 00:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,085
Default

Is the bug still present ?
If so please respond!
Reply With Quote
  #3  
Old 30.03.2009, 15:47
resiii
Guest
 
Posts: n/a
Default

I have got the same problem, JDownloader doesn't saves the settings.
- JDownloader 0.4.936
- Ubuntu 8.10 Intrepid Ibex
Reply With Quote
  #4  
Old 30.03.2009, 19:59
kiko0165
Guest
 
Posts: n/a
Default

Hi!

I have the same problem:
  • jDownloader 0.4.936
  • Ubuntu 8.10
  • java version "1.6.0_13" (problem is the same with 1.5)

Regards!
Reply With Quote
  #5  
Old 31.03.2009, 06:12
pardu
Guest
 
Posts: n/a
Thumbs down

Hi all,

Same issue here with:

OS: Ubuntu Intrepid Ibex 8.10
JDownloader: 0.4.936
Jave version: 6

More info (extended):
pardu@john:~$ sudo update-java-alternatives -l
ia32-java-6-sun 63 /usr/lib/jvm/ia32-java-6-sun
java-6-sun 63 /usr/lib/jvm/java-6-sun
pardu@john:~$ uname -a
Linux john 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux

Nick
Reply With Quote
  #6  
Old 31.03.2009, 12:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,520
Default

please be sure you have the right folder/user rights set!
and try to delete the config folder (all settings will be lost) and try again
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 12:00.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.