lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

V1.1.114(2009-06-01): NullPointerException in JDBCConnection line 127 #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I can reproduce it every time but cannot yet provide a small test-case
that is easy to set up.

NullPointerException in
org.h2.jdbc.JdbcConnection.<init> line 127 (connection==null)
from: JdbcXAConnection$PooledJdbcConnection.<init> line 481 (does not do
anything)
from: JdbcXAConnection.getConnection() line 122

Strange thing is: in JdbcXAConnection the connection is created 1 line
before the call, thus it can never be null.

Marcus

Original issue reported on code.google.com by Suran...@gmail.com on 2 Jun 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Could you create a reproducible test case?

Original comment by thomas.t...@gmail.com on 4 Jun 2009 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by thomas.t...@gmail.com on 4 Jun 2009 at 7:21