Subject | Re: JayBird & Embeeded |
---|---|
Author | andrezasvo |
Post date | 2004-03-22T16:38:20Z |
Please, sorry ....
org.firebirdsql.jdbc.FBSQLException: Resource Exception. Unable to
complete network request to host "embedded".
Reason: Unable to complete network request to host "embedded".
at org.firebirdsql.jdbc.FBDataSource.getConnection
(FBDataSource.java:107)
at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:275)
at java.sql.DriverManager.getConnection
(DriverManager.java:512)
at java.sql.DriverManager.getConnection
(DriverManager.java:171)
at br.com.javafree.testePosgresDAO.main
(testePosgresDAO.java:40)
at org.firebirdsql.gds.GDSException: Unable to complete network
request to host "embedded".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1536)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database
(GDS_Impl.java:276)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database
(GDS_Impl.java:252)
at
org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle
(FBManagedConnectionFactory.java:543)
at org.firebirdsql.jca.FBManagedConnection.<init>
(FBManagedConnection.java:109)
at
org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection
(FBManagedConnectionFactory.java:374)
at
org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection
(FBStandAloneConnectionManager.java:61)
at org.firebirdsql.jdbc.FBDataSource.getConnection
(FBDataSource.java:104)
at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:275)
at java.sql.DriverManager.getConnection
(DriverManager.java:512)
at java.sql.DriverManager.getConnection
(DriverManager.java:171)
at br.com.javafree.testePosgresDAO.main
(testePosgresDAO.java:40)
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
org.firebirdsql.jdbc.FBSQLException: Resource Exception. Unable to
complete network request to host "embedded".
Reason: Unable to complete network request to host "embedded".
at org.firebirdsql.jdbc.FBDataSource.getConnection
(FBDataSource.java:107)
at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:275)
at java.sql.DriverManager.getConnection
(DriverManager.java:512)
at java.sql.DriverManager.getConnection
(DriverManager.java:171)
at br.com.javafree.testePosgresDAO.main
(testePosgresDAO.java:40)
at org.firebirdsql.gds.GDSException: Unable to complete network
request to host "embedded".
at org.firebirdsql.jgds.GDS_Impl.connect(GDS_Impl.java:1536)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database
(GDS_Impl.java:276)
at org.firebirdsql.jgds.GDS_Impl.isc_attach_database
(GDS_Impl.java:252)
at
org.firebirdsql.jca.FBManagedConnectionFactory.createDbHandle
(FBManagedConnectionFactory.java:543)
at org.firebirdsql.jca.FBManagedConnection.<init>
(FBManagedConnection.java:109)
at
org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection
(FBManagedConnectionFactory.java:374)
at
org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection
(FBStandAloneConnectionManager.java:61)
at org.firebirdsql.jdbc.FBDataSource.getConnection
(FBDataSource.java:104)
at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:275)
at java.sql.DriverManager.getConnection
(DriverManager.java:512)
at java.sql.DriverManager.getConnection
(DriverManager.java:171)
at br.com.javafree.testePosgresDAO.main
(testePosgresDAO.java:40)
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > Complete stack trace:get
> > ERROR: org.firebirdsql.jdbc.FBSQLException: Resource Exception.
> > Unable to complete network request to host "embedded".
> > Reason: Unable to complete network request to host "embedded".
>
> Sorry, that's not a stack trace. I need something like
>
> java.sql.SQLException: ......
> at ....
> at ....
> at .....
>
> and so on. I need to see exactly the place where it happened. You
> this stack trace by using printStackTrace() method of exception.
>
> Roman