I am unable to make DataSource connection with "Firebird" using IntelliJ IDEA (Java 11). I have successfully connected with Firebird example db using ISQL Tool (Command Line Interface)

Even after going through multiple blogs, it's not working, I still need guidance. Please advise.
I get following error:
DBMS: Firebird 3.0 (ver. WI-V3.0.10.33601)
Case sensitivity: plain=upper, delimited=exact
Driver: Jaybird JCA/JDBC driver (ver. 4.0.2, JDBC4.3)
Ping: 78 ms (keep-alive query results in error)
WARNING: No connection character set specified (property lc_ctype, encoding, charSet or localEncoding), defaulting to character set NONE.
[42000][335544851] Dynamic SQL Error; SQL error code = -104; Unexpected end of command - line 1, column 8 [SQLState:42000, ISC error code:335544851].

