Re: [h2] Re: Git repo request

2014-10-04 Thread Thomas Mueller
Hi, You can help even if H2 is not on Github. You can for example send patches. I don't currently have any plans to move to Git, sorry. Regards, Thomas On Thu, Oct 2, 2014 at 9:29 PM, wrote: > > Hi > > Any news on this? > Support for Git in eclipse changed since (3 years now) > > I would like

Re: [h2] H2 Console slow to complete opening

2014-10-04 Thread Noel Grandin
Can you measure the time (in seconds)? It sounds like some kind of timeout. Knowing the rough time gap might give us a clue as to what kind of timeout that is. Otherwise the only thing I can think of is to fire the console up from inside an IDE with a debugger (eg Eclipse) and trace the sequence o

Re: [h2] H2 Console slow to complete opening

2014-10-04 Thread Thomas Mueller
Hi, Could you get a few full thread dumps while the problem occurs? To get them, use "jps -l" (to get the process id), and then "jstack -l ". Also, could you get a heap histogram ("jmap -histo ")? Regards, Thomas On Sat, Oct 4, 2014 at 10:58 AM, Noel Grandin wrote: > Can you measure the time (

Re: [h2] java.lang.Thread.State: BLOCKED (on object monitor) at org.h2.command.Command.executeUpdate

2014-10-04 Thread Thomas Mueller
Hi, I'm sorry, I can only repeat my previous mail... please read the documentation at http://h2database.com/html/performance.html Regards, Thomas On Thu, Oct 2, 2014 at 12:22 AM, b g wrote: > Hello, > > My first attempt at making things better was to add indexes to each column > that was being

[h2] JdbcSQLException: Hexadecimal string with odd number of characters

2014-10-04 Thread Gili
Hi, I am invoking this code under H2 1.4.181: CREATE ALIAS permission_log FOR "com.vtlr.backend.database.permission.Permission.log"; CALL permission_log(@administrators_permission_id, 'owned by administrator role', 5); and I get this exception: org.h2.jdbc.JdbcSQLException: Hexadecimal string