Subject Re: [Firebird-Java] linux FB embed server connection
Author Roman Rokytskyy
Hi,
> * Set Jaybirds JNI library(libjaybird.so) in LB_LIBRARY_PATH.
> * libfbembed.so and other libfbembed.so* are under curerent
> working directory and set the same directory in system path.
> * set FIREBIRD variable to current working directory.
> * In firebird.conf I have set ROOTDIRECTORY to current working
> directory
> * Had firebird.conf and firebird.msg in current working
> directory.
> * had "intl\fbintl" in current working directory

> ...
> Exception I received :
>
> org.firebirdsql.jdbc.FBSQLException: Resource Exception. cannot attach
> to password database
> Reason: cannot attach to password database

It seems that embedded server needs security.fdb, try putting it into the
current working directory.

Roman