Project

General

Profile

Download (1.13 KB) Statistics
| Branch: | Tag: | Revision:
1 87f35b2d Andreas Kohlbecker
2017-11-27 09:27:02 jdbc[3]: null
2
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-190]
3
	at org.h2.message.DbException.get(DbException.java:179)
4
	at org.h2.message.DbException.get(DbException.java:155)
5
	at org.h2.message.DbException.get(DbException.java:144)
6
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:173)
7
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:118)
8
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
9
	at org.h2.Driver.connect(Driver.java:72)
10
	at org.h2.server.web.WebServer.getConnection(WebServer.java:735)
11
	at org.h2.server.web.WebApp.login(WebApp.java:955)
12
	at org.h2.server.web.WebApp.process(WebApp.java:211)
13
	at org.h2.server.web.WebApp.processRequest(WebApp.java:170)
14
	at org.h2.server.web.WebThread.process(WebThread.java:133)
15
	at org.h2.server.web.WebThread.run(WebThread.java:89)
16
	at java.lang.Thread.run(Thread.java:748)
17
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-190]
18
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
19
	... 14 more