Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.18
-
None
-
centOS 7
Description
I have installed Apache DBCP 2 and the pooled library it requires.
When I try to retrieve table names or column info with Wrapper=ApacheInterface everything works as it should. I can CREATE a connect table with Wrapper=ApacheInterface
but when I try to SELECT * FROM table that was created like that I get the following error:
Error Code: 1296. Got error 174 'Connecting: java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.dbcp2.BasicDataSource rc=0' from CONNECT |
It is on the class path because its in the java ext folder. ApacheInterface.class is in a jar file in the ext folder also.
Not sure if I'm doing something wrong or if its a bug of some sort?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Olivier Bertrand [ bertrandop ] |
issue.field.resolutiondate | 2016-10-26 17:26:29.0 | 2016-10-26 17:26:29.317 |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Not a Bug [ 6 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 77851 ] | MariaDB v4 [ 151076 ] |
Additional info that might help...
If I start the server and the first access to the remote server is via ApacheInterface, this is the error message I get:
However if I first access the remote server via JdbcInterface (which works correctly) then try the ApacheInterface I get this error message:
Please let me know if there is any additional info I can provide.
Thank you.