I'm trying to develop some app on H2 database, but the problem is I can't run JDBC queries and using web-interface of the database at the same time. The exception log looks as follows:
org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-169]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
At H2 launch I've chosen Server mode but this doesn't help. The image is given below http://gyazo.com/1c59fe77bf29e2061da1a0894e18a471