Subject | Unable to complete network request |
---|---|
Author | K Kumakura |
Post date | 2005-09-27T02:42:26Z |
Hello,
Could anyone tell what is wrong with the following error:
2005-09-26 09:31:42,159 INFO [STDOUT] SELECT ALL t0.RoleName FROM Roles t0 WHERE (1=1) AND ((t0.Principal_Id=?))
2005-09-26 09:31:42,264 INFO [itj.ejb.principal.PrincipalCtrlBean] doLogin *** dataSource:yuto_russelsya-ds User:admin MAC Addr:... ***
2005-09-26 09:31:42,264 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: registering pool with interval 120000 old interval: 60000
2005-09-26 09:31:42,429 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Unable to fill pool
org.firebirdsql.jca.FBResourceException: Unable to complete network request to host "localhost".
Reason: Unable to complete network request to host "localhost".
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:95)
at org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(FBManagedConnectionFactory.java:388)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:508)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:455)
at org.jboss.resource.connectionmanager.PoolFiller.run(PoolFiller.java:70)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.firebirdsql.gds.GDSException: Unable to complete network request to host "localhost".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1720)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:289)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:265)
at org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle(FBManagedConnectionFactory.java:562)
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:90)
... 5 more
at
org.firebirdsql.gds.GDSException: Unable to complete network request to host "localhost".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1720)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:289)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:265)
at org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle(FBManagedConnectionFactory.java:562)
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:90)
at org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(FBManagedConnectionFactory.java:388)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:508)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:455)
at org.jboss.resource.connectionmanager.PoolFiller.run(PoolFiller.java:70)
at java.lang.Thread.run(Thread.java:534)
We are using
(1) Firebird SS 1.5.2(FirebirdSS-1.5.2.4731-nptl.i686.rpm)
(2) FirebirdSQL 1.5.5(JDK 1.4)
(3) JBoss 4.0.1sp1
(4) RedHat 9
Thanks,
K Kumakura
Could anyone tell what is wrong with the following error:
2005-09-26 09:31:42,159 INFO [STDOUT] SELECT ALL t0.RoleName FROM Roles t0 WHERE (1=1) AND ((t0.Principal_Id=?))
2005-09-26 09:31:42,264 INFO [itj.ejb.principal.PrincipalCtrlBean] doLogin *** dataSource:yuto_russelsya-ds User:admin MAC Addr:... ***
2005-09-26 09:31:42,264 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: registering pool with interval 120000 old interval: 60000
2005-09-26 09:31:42,429 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Unable to fill pool
org.firebirdsql.jca.FBResourceException: Unable to complete network request to host "localhost".
Reason: Unable to complete network request to host "localhost".
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:95)
at org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(FBManagedConnectionFactory.java:388)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:508)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:455)
at org.jboss.resource.connectionmanager.PoolFiller.run(PoolFiller.java:70)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.firebirdsql.gds.GDSException: Unable to complete network request to host "localhost".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1720)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:289)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:265)
at org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle(FBManagedConnectionFactory.java:562)
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:90)
... 5 more
at
org.firebirdsql.gds.GDSException: Unable to complete network request to host "localhost".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1720)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:289)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:265)
at org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle(FBManagedConnectionFactory.java:562)
at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:90)
at org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(FBManagedConnectionFactory.java:388)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:508)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:455)
at org.jboss.resource.connectionmanager.PoolFiller.run(PoolFiller.java:70)
at java.lang.Thread.run(Thread.java:534)
We are using
(1) Firebird SS 1.5.2(FirebirdSS-1.5.2.4731-nptl.i686.rpm)
(2) FirebirdSQL 1.5.5(JDK 1.4)
(3) JBoss 4.0.1sp1
(4) RedHat 9
Thanks,
K Kumakura