[
https://issues.apache.org/jira/browse/DRILL-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593724#comment-16593724
]
ASF GitHub Bot commented on DRILL-6712:
---------------------------------------
oleg-zinovev opened a new pull request #1447: DRILL-6712: Creation of jdbc
storage plugin fails with NoSuchMethod
URL: https://github.com/apache/drill/pull/1447
Update of commons-pool2 dependency
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Creation of jdbc storage plugin fails with NoSuchMethod
> -------------------------------------------------------
>
> Key: DRILL-6712
> URL: https://issues.apache.org/jira/browse/DRILL-6712
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - JDBC
> Affects Versions: 1.15.0
> Reporter: Oleg Zinoviev
> Priority: Major
>
> Creation of jdbc-storage-plugin falis with:
> Caused by: java.lang.NoSuchMethodError:
> org.apache.commons.pool2.impl.GenericObjectPool.setTestOnCreate(Z)V
> at
> org.apache.commons.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:2224)
> ~[commons-dbcp2-2.4.0.jar:2.4.0]
> at
> org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2085)
> ~[commons-dbcp2-2.4.0.jar:2.4.0]
> at
> org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1525)
> ~[commons-dbcp2-2.4.0.jar:2.4.0]
> at
> org.apache.calcite.adapter.jdbc.JdbcUtils$DialectPool.get(JdbcUtils.java:78)
> ~[calcite-core-1.17.0-drill-r0.jar:1.17.0-drill-r0]
> at
> org.apache.calcite.adapter.jdbc.JdbcSchema.createDialect(JdbcSchema.java:184)
> ~[calcite-core-1.17.0-drill-r0.jar:1.17.0-drill-r0]
> at
> org.apache.drill.exec.store.jdbc.JdbcStoragePlugin.<init>(JdbcStoragePlugin.java:101)
> ~[drill-jdbc-storage-1.15.0-SNAPSHOT.jar:1.15.0-SNAPSHOT]
> Reason:
> bundled dependency commons-pool2:2.1
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)