question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not load [org.h2.mvstore.MV Store$2]

See original GitHub issue

Seems lack of some class files.

Reproduction Steps:

  1. Start che
  2. 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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
akornetacommented, Oct 3, 2016

this commit already fixes this problem

0reactions
monakacommented, Nov 3, 2016

It seems be fixed. So I close this. Thanks for your improvement.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found