Subject | Re: problem creating connection-pool on Sun Application-Server 8.1 |
---|---|
Author | fabian_martins_fpu |
Post date | 2004-12-06T19:19:51Z |
Dear Wolfgang,
I got the same; Tried with different classes
(org.firebirdsql.pool.FBConnectionPoolDataSource,
org.firebirdsql.pool.FBWrappingDataSource,
org.firebirdsql.pool.DriverConnectionPoolDataSource )
and keep gotting the same message; sometimes the browser
says "waiting for localhost" and I'm sure the Firebird server was
started... did you got any progress on solving this issue?
fabian_martins_fpu@... /Brazil
--- In Firebird-Java@yahoogroups.com, Wolfgang Reder
<wolfgang.reder@a...> wrote:
n(FBManagedConnectionFactory.java:366)
.getUnpooledConnection
(ConnectorConnectionPoolAdminServiceImpl.java:1172)
.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:504)
I got the same; Tried with different classes
(org.firebirdsql.pool.FBConnectionPoolDataSource,
org.firebirdsql.pool.FBWrappingDataSource,
org.firebirdsql.pool.DriverConnectionPoolDataSource )
and keep gotting the same message; sometimes the browser
says "waiting for localhost" and I'm sure the Firebird server was
started... did you got any progress on solving this issue?
fabian_martins_fpu@... /Brazil
--- In Firebird-Java@yahoogroups.com, Wolfgang Reder
<wolfgang.reder@a...> wrote:
>pool i receive
> hello !
> i can configure a fb-connectionpool. but when i try to ping the
> the messagethis argument
>
> Caused by: java.lang.RuntimeException: Cannot get the value for
> type as a string(ParameterBufferBase.java:177)
> at
> org.firebirdsql.jgds.ParameterBufferBase$Argument.getValueAsString
> at(ParameterBufferBase.java:66)
> org.firebirdsql.jgds.ParameterBufferBase.getArgumentAsString
> at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1573)(GDS_Impl.java:285)
> at org.firebirdsql.jgds.GDS_Impl.isc_attach_database
> at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:261)
> at(FBManagedConnectionFactory.java:540)
> org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle
> at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:88)
> atorg.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnectio
>
n(FBManagedConnectionFactory.java:366)
> at(FBConnectionPoolDataSource.java:274)
> org.firebirdsql.pool.FBConnectionPoolDataSource.allocateConnection
> at(PooledConnectionQueue.java:427)
> org.firebirdsql.pool.PooledConnectionQueue.addConnection
> at org.firebirdsql.pool.PooledConnectionQueue.start(PooledConnectionQueue.java:157)
> at(AbstractConnectionPool.java:182)
> org.firebirdsql.pool.AbstractConnectionPool.getQueue
> at(FBConnectionPoolDataSource.java:367)
> org.firebirdsql.pool.FBConnectionPoolDataSource.getPooledConnection
> at(FBWrappingDataSource.java:203)
> org.firebirdsql.pool.FBWrappingDataSource.getConnection
> at(DSManagedConnectionFactory.java:87)
> com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection
> atcom.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl
>
.getUnpooledConnection
(ConnectorConnectionPoolAdminServiceImpl.java:1172)
> atcom.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl
>
.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:504)
> ... 69 moreserver ?
>
> my question is: which parameter caused the error ?
> and is there a how-to on using jaybird with sun application
>
>
> thanks
> wolfgang reder