Subject | FirebirdApiBinding::Initialize - Could not find or load the GDS32.DLL |
---|---|
Author | Carsten Schäfer |
Post date | 2004-05-04T15:23:18Z |
Hi,
i have sucessfully running type2-driver in local mode with datasource
connection.
(configuration as in my last message)
But when i start my application i get the following exception:
org.firebirdsql.ngds.InternalError: FirebirdApiBinding::Initialize - Could
not find or load the GDS32.DLL
at org.firebirdsql.ngds.GDS_Impl.nativeInitilize(Native Method)
at
org.firebirdsql.ngds.GDS_Impl.attemptToLoadAClientLibraryFromList(GDS_Impl.j
ava:117)
at org.firebirdsql.ngds.GDS_Impl.<init>(GDS_Impl.java:74)
at org.firebirdsql.gds.GDSFactory.createGDSForType(GDSFactory.java:61)
at org.firebirdsql.gds.GDSFactory.getGDSForType(GDSFactory.java:48)
at
org.firebirdsql.jca.FBManagedConnectionFactory.<init>(FBManagedConnectionFac
tory.java:127)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getManagedConnectionFactory(
FBConnectionPoolDataSource.java:83)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.allocateConnection(FBConnect
ionPoolDataSource.java:139)
at
org.firebirdsql.pool.PooledConnectionQueue.addConnection(PooledConnectionQue
ue.java:403)
at
org.firebirdsql.pool.PooledConnectionQueue.start(PooledConnectionQueue.java:
156)
at
org.firebirdsql.pool.AbstractConnectionPool.getQueue(AbstractConnectionPool.
java:182)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getFreeSize(FBConnectionPool
DataSource.java:314)
at
org.firebirdsql.pool.FBWrappingDataSource.getConnectionCount(FBWrappingDataS
ource.java:353)
at
com.TTC_Informatik.PAULA.server.App_Server.getConnection(App_Server.java:935
1)
at
com.TTC_Informatik.PAULA.server.App_Server.getReadConnection(App_Server.java
:7521)
at
com.TTC_Informatik.PAULA.server.App_Server.getAllDBObjekte(App_Server.java:2
616)
at
com.TTC_Informatik.PAULA.server.App_Server$7.construct(App_Server.java:7794)
at com.TTC_Informatik.PAULA.Tools.SwingWorker$2.run(SwingWorker.java:109)
at java.lang.Thread.run(Unknown Source)
org.firebirdsql.ngds.InternalError: FirebirdApiBinding::Initialize - Could
not find or load the GDS32.DLL
at org.firebirdsql.ngds.GDS_Impl.nativeInitilize(Native Method)
at
org.firebirdsql.ngds.GDS_Impl.attemptToLoadAClientLibraryFromList(GDS_Impl.j
ava:117)
at org.firebirdsql.ngds.GDS_Impl.<init>(GDS_Impl.java:74)
at org.firebirdsql.gds.GDSFactory.createGDSForType(GDSFactory.java:61)
at org.firebirdsql.gds.GDSFactory.getGDSForType(GDSFactory.java:48)
at
org.firebirdsql.jca.FBManagedConnectionFactory.<init>(FBManagedConnectionFac
tory.java:127)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getManagedConnectionFactory(
FBConnectionPoolDataSource.java:83)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.allocateConnection(FBConnect
ionPoolDataSource.java:139)
at
org.firebirdsql.pool.PooledConnectionQueue.addConnection(PooledConnectionQue
ue.java:403)
at
org.firebirdsql.pool.PooledConnectionQueue.start(PooledConnectionQueue.java:
156)
at
org.firebirdsql.pool.AbstractConnectionPool.getQueue(AbstractConnectionPool.
java:182)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getFreeSize(FBConnectionPool
DataSource.java:314)
at
org.firebirdsql.pool.FBWrappingDataSource.getConnectionCount(FBWrappingDataS
ource.java:353)
at
com.TTC_Informatik.PAULA.server.App_Server.getConnection(App_Server.java:935
1)
But except of this error my application is working
If i put fbclint.dll from firebird1.5 bin directory in my working directory
i do not get this exceptions.
Why do i need fbclint.dll ?
Another thing:
Even if i put jaybird.dll and fbclient dll under a lib dir in my working
directory and start my app with
-Djava.library.path="%PATH%;lib" i get the exception at startup.
mfg
Carsten Schäfer
i have sucessfully running type2-driver in local mode with datasource
connection.
(configuration as in my last message)
But when i start my application i get the following exception:
org.firebirdsql.ngds.InternalError: FirebirdApiBinding::Initialize - Could
not find or load the GDS32.DLL
at org.firebirdsql.ngds.GDS_Impl.nativeInitilize(Native Method)
at
org.firebirdsql.ngds.GDS_Impl.attemptToLoadAClientLibraryFromList(GDS_Impl.j
ava:117)
at org.firebirdsql.ngds.GDS_Impl.<init>(GDS_Impl.java:74)
at org.firebirdsql.gds.GDSFactory.createGDSForType(GDSFactory.java:61)
at org.firebirdsql.gds.GDSFactory.getGDSForType(GDSFactory.java:48)
at
org.firebirdsql.jca.FBManagedConnectionFactory.<init>(FBManagedConnectionFac
tory.java:127)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getManagedConnectionFactory(
FBConnectionPoolDataSource.java:83)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.allocateConnection(FBConnect
ionPoolDataSource.java:139)
at
org.firebirdsql.pool.PooledConnectionQueue.addConnection(PooledConnectionQue
ue.java:403)
at
org.firebirdsql.pool.PooledConnectionQueue.start(PooledConnectionQueue.java:
156)
at
org.firebirdsql.pool.AbstractConnectionPool.getQueue(AbstractConnectionPool.
java:182)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getFreeSize(FBConnectionPool
DataSource.java:314)
at
org.firebirdsql.pool.FBWrappingDataSource.getConnectionCount(FBWrappingDataS
ource.java:353)
at
com.TTC_Informatik.PAULA.server.App_Server.getConnection(App_Server.java:935
1)
at
com.TTC_Informatik.PAULA.server.App_Server.getReadConnection(App_Server.java
:7521)
at
com.TTC_Informatik.PAULA.server.App_Server.getAllDBObjekte(App_Server.java:2
616)
at
com.TTC_Informatik.PAULA.server.App_Server$7.construct(App_Server.java:7794)
at com.TTC_Informatik.PAULA.Tools.SwingWorker$2.run(SwingWorker.java:109)
at java.lang.Thread.run(Unknown Source)
org.firebirdsql.ngds.InternalError: FirebirdApiBinding::Initialize - Could
not find or load the GDS32.DLL
at org.firebirdsql.ngds.GDS_Impl.nativeInitilize(Native Method)
at
org.firebirdsql.ngds.GDS_Impl.attemptToLoadAClientLibraryFromList(GDS_Impl.j
ava:117)
at org.firebirdsql.ngds.GDS_Impl.<init>(GDS_Impl.java:74)
at org.firebirdsql.gds.GDSFactory.createGDSForType(GDSFactory.java:61)
at org.firebirdsql.gds.GDSFactory.getGDSForType(GDSFactory.java:48)
at
org.firebirdsql.jca.FBManagedConnectionFactory.<init>(FBManagedConnectionFac
tory.java:127)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getManagedConnectionFactory(
FBConnectionPoolDataSource.java:83)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.allocateConnection(FBConnect
ionPoolDataSource.java:139)
at
org.firebirdsql.pool.PooledConnectionQueue.addConnection(PooledConnectionQue
ue.java:403)
at
org.firebirdsql.pool.PooledConnectionQueue.start(PooledConnectionQueue.java:
156)
at
org.firebirdsql.pool.AbstractConnectionPool.getQueue(AbstractConnectionPool.
java:182)
at
org.firebirdsql.pool.FBConnectionPoolDataSource.getFreeSize(FBConnectionPool
DataSource.java:314)
at
org.firebirdsql.pool.FBWrappingDataSource.getConnectionCount(FBWrappingDataS
ource.java:353)
at
com.TTC_Informatik.PAULA.server.App_Server.getConnection(App_Server.java:935
1)
But except of this error my application is working
If i put fbclint.dll from firebird1.5 bin directory in my working directory
i do not get this exceptions.
Why do i need fbclint.dll ?
Another thing:
Even if i put jaybird.dll and fbclient dll under a lib dir in my working
directory and start my app with
-Djava.library.path="%PATH%;lib" i get the exception at startup.
mfg
Carsten Schäfer