I get this error when I try to connect to a h2 db. It doesn't appear to halt execution though and I can see the connection made, tables created, data inserted and results queried, but the stacktrace isn't very nice.
Unfortunately this is happening in my work and I can't really share full details. I'm doing this from my home PC retrospectilvey. Hopefully this is enough detail, but I can supply anything else if you need it.
I am using python 3.7. These are the relevant dependencies:
JayDeBeApi 1.2.3
JPype 1.3.0
con = jaydebeapi.connect("org.h2.Driver", "jdbc:h2:mem:.", ["sa", ""], "resources/h2-1.4.197.jar",)
I can see it is happening on jpye/_core.py line 227 in startJVM where it calls _jpype.startuip(jvmpath...
It does make the connection, and is able to create table, insert and populate , but doesn't look very clean.
Hi,
I get this error when I try to connect to a h2 db. It doesn't appear to halt execution though and I can see the connection made, tables created, data inserted and results queried, but the stacktrace isn't very nice.
Unfortunately this is happening in my work and I can't really share full details. I'm doing this from my home PC retrospectilvey. Hopefully this is enough detail, but I can supply anything else if you need it.
I am using python 3.7. These are the relevant dependencies:
JayDeBeApi 1.2.3 JPype 1.3.0
con = jaydebeapi.connect("org.h2.Driver", "jdbc:h2:mem:.", ["sa", ""], "resources/h2-1.4.197.jar",)
I can see it is happening on jpye/_core.py line 227 in startJVM where it calls _jpype.startuip(jvmpath...
It does make the connection, and is able to create table, insert and populate , but doesn't look very clean.
Any help is much appreciated.
Thanks, Stephen