lbehnke / h2database

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

Unexpected Code-path 50000-114 #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
(simple SQL scripts or simple standalone applications are preferred)
1. open a database from a program that has a fat jar containing the H2-classes

What is the expected output? What do you see instead?

expected: database opens like is does in eclipse
actual: exception

What version of the product are you using? On what operating system, file
system, and virtual machine?

1.1.114 with sun JDK 1.6.x

Do you know a workaround?

no

How important/urgent is the problem for you?

In your view, is this a defect or a feature request?

defect

Please provide any additional information below.

Unexpected Code-path [50000-114]
org.h2.messages.Message.convert(Message.java:277)
org.h2.engine.Database.open(Database.java:596)
org.h2.engine.Database.openDatabase(Database.java:219)
org.h2.engine.Database.<init>(Database.java:214)
org.g2.engine.Engine.openSession(Engine.java:58)

Original issue reported on code.google.com by Suran...@gmail.com on 4 Jun 2009 at 7:01

GoogleCodeExporter commented 9 years ago
Sorry, I can not reproduce this problem.

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