Export to GitHub

h2sharp - issue #3

Problem try to open a connection


Posted on Oct 15, 2009 by Helpful Giraffe

What steps will reproduce the problem? 1. recompile H2 jar file "h2-1.2.121.jar" with ikvm-0.42.0.0 2. recompile H2Sharp with ikvm.openjdk.Text.dll, ikvm.openjdk.Util.dll,
ikvm.openjdk.Jdbc.dll, ikvm.openjdk.Core.dll, ikvm.Runtime.dll, h2- 1.2.121.dll previously generated 3. create a small test prog with H2Sharp.dll 4. Try to establish a connection to a H2 database

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

I expect a successful connection but I get the following exception: "Impossible to cast System.IO.FileNotFoundException to Java.lang.Exception".

Peraps a problem in IKVM??

What version of the product are you using? On what operating system? The ikvm-0.42.0.0 version, and latest H2 (h2-1.2.121)

Please provide any additional information below.

You could find a screenshoot in attachment

Attachments

Status: New

Labels:
Type-Defect Priority-Medium