Subject | DataSource Connection Problems |
---|---|
Author | William L. Thomson Jr. |
Post date | 2002-09-23T18:27:47Z |
Hopefully my problem is an obvious one, although I can't seem to find
it.
I would like to switch from using DriverManager.getConnection() to
FBWrappingDataSource.getConnection() so I can use the built in pooling
features.
Now I am basically following what was shown in the release notes, but
can't seem to get a connection.
I have yet to get past the following error.
8 [Ajp13Processor[8009][4]] INFO jca.FBManagedConnectionFactory - Could
not get a db connection!
org.firebirdsql.gds.GDSException: I/O error for file %.0s"open"
Of course I am doing this with Tomcat, thus the Ajp13 part of the log
entry.
I can include a snippet of code if needed, but I am not doing things any
differently than shown in the release notes. However the release notes
use localhost and I am trying to connect to a remote db server. Not that
it should matter, but it might.
Thanks
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone 707.766.9509
Fax 707.766.8989
http://www.obsidian-studios.com
it.
I would like to switch from using DriverManager.getConnection() to
FBWrappingDataSource.getConnection() so I can use the built in pooling
features.
Now I am basically following what was shown in the release notes, but
can't seem to get a connection.
I have yet to get past the following error.
8 [Ajp13Processor[8009][4]] INFO jca.FBManagedConnectionFactory - Could
not get a db connection!
org.firebirdsql.gds.GDSException: I/O error for file %.0s"open"
Of course I am doing this with Tomcat, thus the Ajp13 part of the log
entry.
I can include a snippet of code if needed, but I am not doing things any
differently than shown in the release notes. However the release notes
use localhost and I am trying to connect to a remote db server. Not that
it should matter, but it might.
Thanks
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone 707.766.9509
Fax 707.766.8989
http://www.obsidian-studios.com