You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "JIEX888 (via GitHub)" <gi...@apache.org> on 2023/03/31 02:23:17 UTC

[GitHub] [dolphinscheduler] JIEX888 commented on issue #13819: [Bug] [create data source] Failed to load driver class oracle.jdbc.OracleDriver in either of HikariConfig class loader or Thread context classloader.

JIEX888 commented on issue #13819:
URL: https://github.com/apache/dolphinscheduler/issues/13819#issuecomment-1491196932

   此问题已解决,步骤:
   1.阅读相应版本的源码,发现pom.xml文件中用的ojdbc版本是 ojdbc8-21.5.0.0.jar 
   `<mysql.connector.version>8.0.16</mysql.connector.version>
           <oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
           <slf4j.api.version>1.7.5</slf4j.api.version>
           <slf4j.log4j12.version>1.7.5</slf4j.log4j12.version>`
   2.从Oracle官网(https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc8/)下载对应版本的jdbc并拷贝到/.../api-server/libs/ 和/.../worker-server/libs/下
   3.重新启动api-server 和 worker-server      
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org