hi, Just few tips - what error is in OpenConcerto.trace.db? - try to create some table using the console. does that work? error? - what happens if you move the DB to location without spaces? - have you experimented with permissions to the DB file?
Tono On Tuesday, May 20, 2014 5:47:15 PM UTC+2, Ospeleo wrote: > > Hi, > What is wrong in my process ? > I need an outside view. > I've been investigating this error for 12 hours over 3 days, thought it > was linked with my software which uses the H2 database (Openconcerto) but > it seems it is more H2/environment-related > > I use OSX10.6.8 > java version "1.6.0_65" > h2-1.3.176.jar > > I have a database (10mB) in > olivier:~ moi$ cd Library/Application\ Support/OpenConcerto/DBData/ > olivier:DBData moi$ ls -la > total 19552 > drwxr-xr-x 4 moi moi 136 19 mai 21:18 . > drwxr-xr-x 24 moi moi 816 19 mai 17:56 .. > -rw-r--r-- 1 moi moi 10004480 19 mai 21:18 OpenConcerto.h2.db > -rw-r--r-- 1 moi moi 3945 19 mai 17:18 OpenConcerto.trace.db > > I launch the H2 console in embedded mode with the parameters: > jdbc:h2:file:/Users/moi/Library/Application\ > Support/OpenConcerto/DBData/OpenConcerto;IFEXISTS=TRUE > login and password > > The console seems to succesfully connect to the database (or else it > should display an error message, with the option IFEXISTS=TRUE), but: > Where are the tables ? Shouldn't there be the tables listed on the left > pane? > What do I need to do to access these tables? > Thanks > > > <https://lh3.googleusercontent.com/-oleaDCRp1cM/U3t30O5n70I/AAAAAAAAAD0/Ha6UpzVquKI/s1600/Capture+d%E2%80%99e%CC%81cran+2014-05-20+a%CC%80+00.21.00.png> > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
