[h2] Re: General error: "Chunk 849734 not found [2.1.212/9]

2022-10-25 Thread Shubham kapoor
Hi, I guess many of us have faced this issue, but no one has replied to it yet. Can anyone please help me with this? On Thursday, 20 October 2022 at 15:08:10 UTC+5:30 Shubham kapoor wrote: > Hi, > > I have recently upgraded h2db from version 1 to version 2 and followed the >

[h2] General error: "Chunk 849734 not found [2.1.212/9]

2022-10-20 Thread Shubham kapoor
Hi, I have recently upgraded h2db from version 1 to version 2 and followed the below steps Step1) java -cp h2-1.4.192.jar org.h2.tools.RunScript -url jdbc:h2:./h2db -script migrate.sql Some alters in migrate.sql. Step2) java -cp h2-1.4.192.jar org.h2.tools.Script -url jdbc:h2:./h2db

[h2] Re: Table not found after ALTER table - leftover "_COPY_" table

2022-06-23 Thread Shubham kapoor
Hi, Were you able to find the cause as I am also getting the same issue in my application. Thanks, Shubham On Monday, 1 March 2021 at 16:22:44 UTC+5:30 jackp...@gmail.com wrote: > Hi, just wondered if there were any more thoughts? > > On Thursday, 4 February 2021 at 16:04:58 UTC

[h2] Re: App run some time then throw table not found exception

2022-06-23 Thread Shubham kapoor
Hi, Were you able to identify the root cause and solve the issue as I am also facing the same issue. On Wednesday, 8 September 2021 at 14:24:57 UTC+5:30 wjj145...@gmail.com wrote: > Hi all, I have use SpringBoot, Mybatis and H2 for my app. > when the app first started, it is normal, it can

[h2] Re: H2 version 2.1.210 droping public table on its own

2022-06-22 Thread Shubham kapoor
euedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.lang.Thread.run(Thread.java:748) 2022-06-23 08:43:29 jdbc[3]: /**/stat1734.close(); 2022-06-23 08:43:29 jdbc[3]: /**/conn2680.close(); As you can see there is no table no

[h2] H2 version 2.1.210 droping public table on its own

2022-06-22 Thread Shubham kapoor
Hi all, Recently I have migrated my h2db from verison 1.4.192 to 2.1.210. Every thing works wells and application is started with h2db.mv.db version 2. After some time I noticed that h2 deletes some of the tables by its own. In total I had 14 tables but after some time only 9 remains and 5