Subject | Re: JayBird & Embeeded |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-03-22T15:04:50Z |
> Complete stack trace:Sorry, that's not a stack trace. I need something like
> ERROR: org.firebirdsql.jdbc.FBSQLException: Resource Exception.
> Unable to complete network request to host "embedded".
> Reason: Unable to complete network request to host "embedded".
java.sql.SQLException: ......
at ....
at ....
at .....
and so on. I need to see exactly the place where it happened. You get
this stack trace by using printStackTrace() method of exception.
Roman