Subject | Re: [Firebird-Java] connection error |
---|---|
Author | Luca Lafranchi |
Post date | 2004-04-08T10:45:59Z |
Hi :)
Are you sure that you are running your app with jre1.4?
Ciao
Luca
burghard_w_v_britzke wrote:
Are you sure that you are running your app with jre1.4?
Ciao
Luca
burghard_w_v_britzke wrote:
> hi, (I read the FAQ of firebirdsql and tested for common errors)
> I am using firebirdsql-full.jar driver for jdk 1.4 when i try to connect i get
>
> java.lang.NoClassDefFoundError: java/sql/Savepoint
> at
> org.firebirdsql.jca.FBManagedConnection.getConnection(FBManagedConnection.java:292)
> at
> org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection(FBStandAloneCon
> nectionManager.java:62)
> at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:103)
> at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:218)
> at
> com.diligentit.dbexplorer.model.DBConnectionHolder.<init>(DBConnectionHolder.java:69)
>
> --------------------------what did i wrong?
>
> my url is "jdbc:firebirdsql:localhost/3050://Users/bubi/test.gdb"
> (for confirmance of the correctness of the url: if I try to connect with the wrong password I
> get: org.firebirdsql.jdbc.FBSQLException: Resource Exception. Your user name and
> password are not defined. Ask your database administrator to set up a Firebird login.)