143 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
92
views
Error getting insert ID with RETURNING clause after upgrading to Jaybird 5.0.6
I'm working on upgrading my Firebird database from 3.0 to 4.0. I've completed the migration steps and I'm now testing with my web application and I ran into an issue. I'm using ColdFusion and the ...
0
votes
1
answer
897
views
DBeaver can't connect to Firebird
I want to register a connection DBeaver 24.3.2 to a Firebird 5.0.0.1306 server but this seems to be an impossible task.
I'm getting the following error message:
Your user name and password are not ...
1
vote
1
answer
82
views
How to define "Remote process" for Tomcat connection in Firebird
I am writing a web service project with Eclipse, connecting to Firebird database using Tomcat 8 server. Problem is in IBExpert tool, connections from Tomcat show null value in "Remote Process&...
1
vote
2
answers
464
views
Liferay OSGi bundle deploy with FirebirdSQL jdbc driver error
I am new to Liferay 7.x and am having trouble with, I suspect, OSGI.
I am trying to write an DB Authenticator which just checks for users in a separate DB. The DB is a FirebirdSQL DB.
When setting the ...
1
vote
1
answer
507
views
Firebird JDBC connection pool validation on Payara server
After a Firebird database crash the connections of the JDBC pool become invalid. (We have to flush the pool manually.) A good concept might be to use jdbc connection pool validation.
Connection ...
8
votes
1
answer
11k
views
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.7ANTLR Runtime version 4.10.1
I'm not able to solve the problem with the version of Jaybird's libs package: jaybird-jdk17:3.0.10 where the antlr4-runtime:4.7 is conflicting with the hibernate-core6.1.5Final lib where there is ...
0
votes
1
answer
1k
views
java.lang.ClassNotFoundException: org.firebirdsql.jdbc.FBDriver
I am not able to access the Firebird configuration string, and it works perfectly in MySQL.
package testej;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
...
1
vote
1
answer
992
views
"Unexpected end of command - line 1, column 8" in JetBrains DataGrip trying to connect to Firebird
I'm trying to connect to a Firebird database hosted in a Docker from the DataGrip client, but this error appears:
WARNING: No connection character set specified (property lc_ctype, encoding, charSet ...
2
votes
1
answer
895
views
Can't connect to Firebird 3.0 with user with small letters in login with Java
I connect with names in capital letters, but it does not want to connect with small letters in the login.
Here is a small test
String ENCODING = "WIN1251";
String CONNECTION_URL = "jdbc:...
0
votes
1
answer
1k
views
Cannot get Spring Boot + Hibernate + Firebird database to work together
It seems that I cannot find decent solution to my problem. I cannot figure out how to properly configure a Spring Boot REST project and Firebird 3.0 to work together in an Eclipse environment. I use ...
1
vote
1
answer
719
views
FBDriver reporting warnings I can't figure out how to fix
I'm developing a RESTful application and whenever I make a request, it works fine, but also outputs these warnings:
o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Warning Code: 0, SQLState: null
o.h....
0
votes
1
answer
473
views
Why useFirebirdAutocommit=true won't work and additionally disable JDBC autocommit
I use to connect with Firebird:
org.apache.commons.dbcp2.BasicDataSource;
But if I set:
ds.addConnectionProperty("autoCommit", "true");
ds.addConnectionProperty(...
1
vote
2
answers
2k
views
No suitable driver found for jdbc:firebirdsql://localhost:3050
I build a javafx maven app , using jaybird dependency . Every thing work fine from intelliJ.
when i export the jar file ,I receive this message :
No suitable driver found for jdbc:firebirdsql://...
0
votes
0
answers
142
views
Intermittent connection success to Firebird 1.5.4 using RazorSQL 9.3 and included (current) Firebird JDBC driver
I'm connecting to a set of Firebird 1.5.2 servers (2.4.20 Linux kernel - circa 2003. These are a closed, end of life system serving a telephony application (Service Control Point) in an SS7 switching ...
0
votes
1
answer
676
views
java.util.ServiceConfigurationError: org.firebirdsql.gds.impl.GDSFactoryPlugin: Error reading configuration file from Java Stored Procedure in Oracle
I loaded with loadjava tool Jaybird-3.0.9-JDK_1.8 JDBC driver and my java class to Oracle database. All classes were resolved. When I run Java Stored Procedure from Oracle first time got
error ORA-...