-
Notifications
You must be signed in to change notification settings - Fork 187
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
Oracle: Unable to find driver class via URLClassLoader #355
Comments
The changes to class loading intended to fix usage of :jdbc_driver_library with Java 11, introduced in `v4.3.14`, appear to have some issues (elastic/logstash#11268, logstash-plugins#355). This commit attempts to resolve those issues, and reworks the integration tests to work with docker and ensure that the :jdbc_driver_library configuration option works. This has been tested with postgresql using Java 8 and Java 11.
This was fixed by #355 and should be fixed by the |
When will that be released? |
I am facing this issue in 7.4.2. When will the fix be deployed? |
Still an issue with 7.5.0, actually it has not worked since docker.elastic.co/logstash/logstash:7.1.1 |
for those hitting this issue, running
Version >=4.3.19 will be shipped in 7.5.1 |
Version:
7.4.1
Operating System:
CentOS 7
Config File (if you have sensitive info, please remove it):
I've dozens of JDBC inputs like the above - all stopped working after upgrade to logstash 7.4.1 (worked fine in 7.4.0). The Oracle driver is from Oracle Instantclient 19.3.
This is the error I get:
The text was updated successfully, but these errors were encountered: