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?
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.