-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend DB2 JDBC extension to cover AS400 for native #11395
Comments
/cc @aguibert |
hi @vaughnmb, I have not worked with the DB2 on AS400/native driver much, but AFAIK it is a completely separate driver right? Currently the DB2 JDBC extension only works for the DB2 JCC (Universal) driver, which starts with the Is it possible for you to use the |
@aguibert I changed the url to be jdbc:db2: and I got this... Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: [jcc]Missing resource bundle: A resource bundle could not be found in the com.ibm.db2.jcc package for IBM Data Server Driver for JDBC and SQLJ ERRORCODE=-4461, SQLSTATE=42815 |
@vaughnmb is this error from running Quarkus in JVM mode or Native-image mode? |
@aguibert Native-image mode |
ok, can you try in JVM mode to see if that works? If it works fine in JVM mode but doesn't work in native mode, then we can transition this issue to a bug and get it fixed for native mode |
Here is the error I got when I tried to run it in locally JVM mode "mvn quarkus:dev" Caused by: com.ibm.db2.jcc.am.DisconnectNonTransientConnectionException: [jcc][t4][2057][11264][4.27.25] The application server rejected establishment of the connection. |
So that error is a different |
Description
Extend DB2 JDBC extension to cover AS400 for native. Currently, it doesn't appear to work as I get this error while running the application.
java.sql.SQLException: Driver does not support the provided URL: jdbc:as400
The text was updated successfully, but these errors were encountered: