Subject | Problems with embedded java |
---|---|
Author | Liz |
Post date | 2005-09-25T14:06:48Z |
Everything works fine on one box, and then I moved it to a box set up
slightly differently.
My url is
jdbc:firebirdsql:embedded:E:/workspace/msd_common/test/data/database/APP-DB.FDB
There is a copy of fbembed.dll in the same directory as the database.
I get the error (with ant) of
org.firebirdsql.gds.impl.jni.InternalError:
FirebirdApiBinding::Initialize - Could not find or load the GDS32.DLL
Using junit under eclipse I am getting this error
Initializing connection provider:
org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
org.firebirdsql.gds.impl.jni.InternalError:
FirebirdApiBinding::Initialize - Could not find or load the GDS32.DLL
Like I said, the build works fine on one box, I am getting these
errors on the other box. I can connect fine if I use local instead of
embedded, but the whole point is to have a database that is not
dependent on any server.
I am using jaybird full compiled under 1.4 with a 1.5 jdk
Thanks
Liz
slightly differently.
My url is
jdbc:firebirdsql:embedded:E:/workspace/msd_common/test/data/database/APP-DB.FDB
There is a copy of fbembed.dll in the same directory as the database.
I get the error (with ant) of
org.firebirdsql.gds.impl.jni.InternalError:
FirebirdApiBinding::Initialize - Could not find or load the GDS32.DLL
Using junit under eclipse I am getting this error
Initializing connection provider:
org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
org.firebirdsql.gds.impl.jni.InternalError:
FirebirdApiBinding::Initialize - Could not find or load the GDS32.DLL
Like I said, the build works fine on one box, I am getting these
errors on the other box. I can connect fine if I use local instead of
embedded, but the whole point is to have a database that is not
dependent on any server.
I am using jaybird full compiled under 1.4 with a 1.5 jdk
Thanks
Liz