Could not load [org.h2.mvstore.MV Store$2]
See original GitHub issueSeems lack of some class files.
Reproduction Steps:
- Start che
- display log
Expected behavior:
Probably with no exceptions.
I put the full stack trace to my gist. The root cause is here.
Caused by: java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.h2.mvstore.MV
Store$2]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1328)
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1316)
... 6 more
Che version:
nightly
OS and version:
CoreOS 1122.2.0
Docker version:
Client:
Version: 1.10.3
API version: 1.22
Go version: go1.5.4
Git commit: 1f8f545
Built:
OS/Arch: linux/amd64
Che install: Docker container
Additional information:
- Problem started happening recently, didn’t happen in an older version of Che: Yes
- Problem can be reliably reproduced, doesn’t happen randomly: Yes
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Why I get java.lang.ClassNotFoundException: org.h2.Driver?
Could you print the built MANIFEST ? And the result of bundle:headers I guess your bundle try to import h2 Driver because you...
Read more >MVStore - H2 Database Engine
MVStore stands for "multi-version store". Each store contains a number of maps that can be accessed using the java.util.Map interface. Both file-based ...
Read more >H2 corrupted DB - Google Groups
Looking at the H2 source code, the file truncate code is very simple and conservative (MVStore.shrinkFileIfPossible, which is calling getFileLengthInUse). It ...
Read more >Intro to MVStore, an embedded key value store - Gamlor's Blog
MVStore is the backend storage for the popular embedded H2 relational database. If you don't need a relational database, but a lower level ......
Read more >Why JBoss Fuse can not load JDBC driver class org.h2.Driver
While working on JBoss Fuse POC to integrate with database, I'm testing on H2 database and will integrate to Oracle DB later. I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this commit already fixes this problem
It seems be fixed. So I close this. Thanks for your improvement.