Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043137 | Openbravo ERP | A. Platform | public | 2020-02-06 18:22 | 2020-06-19 11:41 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR20Q3 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043137: oracle jdbc driver needs to be updated to support Oracle 19c |
Description | The jdbc driver version in lib/runtime/ojdbc6.jar does now allow to connect to Oracle 19c but fails with:
[java] 720 [main] ERROR org.openbravo.database.ConnectionProviderImpl - Error getting connection
[java] java.sql.SQLException: ORA-28040: No matching authentication protocol
Quick check replacing that jdbc driver version with the ones shipped in 19C 19.3.0 oracle version solves that issue.
For quick test that jdbc jar can be found in oracle install at:
app/oracle/product/19.0.0/dbhome_1/jdbc/lib/ojdbc8.jar
|
Steps To Reproduce | Try running i.e. create.database (or even trl.lib) command against oracle 19c database server. |
Proposed Solution | Update jdbc driver to newer version while checking if it is still compatible with older releases supported by Openbravo (11.2 and 12.x) |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0043136 | | closed | shuehner | support Oracle 19c | causes | defect | 0044726 | | closed | platform | jdbc connection to Oracle 11 sometimes fails |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-02-06 18:22 | shuehner | New Issue | |
2020-02-06 18:22 | shuehner | Assigned To | => platform |
2020-02-06 18:22 | shuehner | OBNetwork customer | => No |
2020-02-06 18:22 | shuehner | Modules | => Core |
2020-02-06 18:22 | shuehner | Triggers an Emergency Pack | => No |
2020-02-06 18:22 | shuehner | Relationship added | blocks 0043136 |
2020-05-27 07:59 | alostale | Assigned To | platform => alostale |
2020-05-27 08:15 | hgbot | Checkin | |
2020-05-27 08:15 | hgbot | Note Added: 0120320 | |
2020-05-27 08:15 | hgbot | Status | new => resolved |
2020-05-27 08:15 | hgbot | Resolution | open => fixed |
2020-05-27 08:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1c1ba90c4ba50e17f61de532c2f5d94d1ae18a78 [^] |
2020-05-27 08:41 | alostale | Review Assigned To | => caristu |
2020-05-27 08:41 | alostale | Note Added: 0120323 | |
2020-05-29 08:51 | caristu | Note Added: 0120449 | |
2020-05-29 08:51 | caristu | Status | resolved => closed |
2020-05-29 08:51 | caristu | Fixed in Version | => 3.0PR20Q3 |
2020-06-19 11:41 | hgbot | Checkin | |
2020-06-19 11:41 | hgbot | Note Added: 0120923 | |
2020-07-30 15:06 | shuehner | Relationship added | causes 0044726 |