You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
I get the following error while a long running query is in the process
of executing... and an attempt to call an insert statement (batch of
inserts via preparedStatement).
Timeout trying to lock table PAST_SCOREBOARD_CHANNEL_DATA [50200-107]
Please note we are using MULTI_THREADED=1 in our db connection url.
kedwards
unread,
Mar 6, 2009, 9:03:43 AM3/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Also, it should be noted that the inserts are happening on one thread
on a server and the queries are "on demand" from a user's client
application.
Thomas Mueller
unread,
Mar 11, 2009, 3:08:20 PM3/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h2-da...@googlegroups.com
Hi,
I'm afraid I don't have a good solution for this problem.