|
From: SourceForge.net <no...@so...> - 2004-06-01 09:44:42
|
Bugs item #964147, was opened at 2004-06-01 11:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109028&aid=964147&group_id=9028 Category: Java Client (JayBird) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Angelo (schroed74) Assigned to: Nobody/Anonymous (nobody) Summary: unable to complete network request Initial Comment: I am using Firebird 1.5 with Jaybird. It works fine for a hundred of insert of records and then I got the following error: at org.firebirdsql.gds.GDSException: Unable to complete network request to host "192.168.0.25". at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1660) at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:282) at org.firebirdsql.jgds.GDS_Impl.isc_attach_database(GDS_Impl.java:258) at org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle(FBManagedConnectionFactory.java:540) at org.firebirdsql.jca.FBManagedConnection.<init>(FBManagedConnection.java:88) at org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(FBManagedConnectionFactory.java:366) at org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection(FBStandAloneConnectionManager.java:60) at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:103) at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:218) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.went.gac.db.Manager.getConnection(Manager.java:118) at com.went.gac.db.ComuniManager.getConnection(ComuniManager.java:1111) at com.went.gac.db.ComuniManager.save(ComuniManager.java:313) Could you please let me know how to solve this problem? Thanks a lot Angelo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109028&aid=964147&group_id=9028 |