Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

H2 database talend MDM

Hi,
I try to connect to my h2 base to view my database, but an error indicates that I do not have the right to access it.
I attached picture to show you show the error
Thanks
0683p000009ME67.png 0683p000009MERl.png
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
I think you are missing something. whether initial connection after installation was successful?
Have you checked the documentation or quick start - http://www.h2database.com/html/quickstart.html
Vaibhav
Anonymous
Not applicable
Author

No, I have to stop jboss server for access to the data base h2 restored ?. my configuration is all right
Anonymous
Not applicable
Author

This is the error message
Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode 90020/90020 (Aide)
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
at org.h2.message.DbException.getJdbcSQLException(DbException.java:331)
at org.h2.message.DbException.get(DbException.java:171)
at org.h2.message.DbException.get(DbException.java:148)
at org.h2.store.FileLock.getExceptionAlreadyInUse(FileLock.java:441)
at org.h2.store.FileLock.lockFile(FileLock.java:337)
at org.h2.store.FileLock.lock(FileLock.java:129)
at org.h2.engine.Database.open(Database.java:568)
at org.h2.engine.Database.openDatabase(Database.java:226)
at org.h2.engine.Database.<init>(Database.java:221)
at org.h2.engine.Engine.openSession(Engine.java:56)
at org.h2.engine.Engine.openSession(Engine.java:160)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:139)
at org.h2.engine.Engine.createSession(Engine.java:122)
at org.h2.engine.Engine.createSession(Engine.java:28)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:313)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:105)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:90)
at org.h2.Driver.connect(Driver.java:73)
at org.h2.server.web.WebServer.getConnection(WebServer.java:656)
at org.h2.server.web.WebApp.login(WebApp.java:900)
at org.h2.server.web.WebApp.process(WebApp.java:205)
at org.h2.server.web.WebApp.processRequest(WebApp.java:164)
at org.h2.server.web.WebThread.process(WebThread.java:138)
at org.h2.server.web.WebThread.run(WebThread.java:94)
at java.lang.Thread.run(Unknown Source)
Anonymous
Not applicable
Author

I think its locked by jboss why ? i dont know