Subject | Re: [Firebird-Java] Fwd: problems installing jaybird on linux... |
---|---|
Author | Rick Fincher |
Post date | 2007-01-23T20:01:52Z |
Hi Sorin,
Looks like it could be a permissions problem.
How familiar are you with Linux? Do you know how to check the
root/group/owner permissions of a file, and the ownership of a file?
Check to be sure the jar has the same ownership as the SQuirreL aplication.
Rick
Sorin Silaghi wrote:
Looks like it could be a permissions problem.
How familiar are you with Linux? Do you know how to check the
root/group/owner permissions of a file, and the ownership of a file?
Check to be sure the jar has the same ownership as the SQuirreL aplication.
Rick
Sorin Silaghi wrote:
> Hello,[Non-text portions of this message have been removed]
>
> I have a problem with jaybird on linux... I need it to connect to a FB
> database... I am using SQuirreL SQL to test it ... I have put the
> jaybird-full-2.1.1.jar file in the /lib folder of the application.. This
> works on windows but on linux it gives me this error:
>
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544344. I/O
> error for
> file %.0s"CreateFile (open)"
> null
> Error while trying to open file
> null
> Reason: I/O error for file %.0s"CreateFile (open)"
> null
> Error while trying to open file
> null
> at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java
> :122)
> at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:131)
> at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection (
> SQLDriverManager.java:127)
> at
> net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.execute
> (OpenConnectionCommand.java:97)
> at
> net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand$SheetHandler.run(
> ConnectToAliasCommand.java:283)
> at net.sourceforge.squirrel_sql.fw.util.TaskExecuter.run(
> TaskExecuter.java:82)
> at java.lang.Thread.run(Thread.java:595)
> at org.firebirdsql.gds.GDSException: I/O error for file %.0s"CreateFile
> (open)"
> null
> Error while trying to open file
> null
> at org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.readStatusVector(
> AbstractJavaGDSImpl.java:2124)
> at org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.receiveResponse (
> AbstractJavaGDSImpl.java:2074)
> at
> org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.internalAttachDatabase(
> AbstractJavaGDSImpl.java:414)
> at org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.iscAttachDatabase (
> AbstractJavaGDSImpl.java:370)
> at org.firebirdsql.jca.FBManagedConnection.<init>(
> FBManagedConnection.java:89)
> at
> org.firebirdsql.jca.FBManagedConnectionFactory.createManagedConnection(
> FBManagedConnectionFactory.java :470)
> at org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection(
> FBStandAloneConnectionManager.java:69)
> at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java
> :119)
> at org.firebirdsql.jdbc.FBDriver.connect (FBDriver.java:131)
> at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(
> SQLDriverManager.java:127)
> at
> net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.execute
> (OpenConnectionCommand.java :97)
> at
> net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand$SheetHandler.run
> (ConnectToAliasCommand.java:283)
> at net.sourceforge.squirrel_sql.fw.util.TaskExecuter.run(
> TaskExecuter.java:82)
> at java.lang.Thread.run(Thread.java:595)
>
> Any ideeas ?? 10q
>
> [Non-text portions of this message have been removed]
>
>