Has anyone seen this before.
Error: oracle.jdbc.OracleDriver not loaded. Are you sure you've included the correct
jdbc driver in :jdbc_driver_library?
The river worked fine with me but I want to use the plugin now since its more flexible and official.
I see nothing wrong with my test config -> worked with the river
Check this out. Beat me by a couple of minutes
I am trying out the input-jdbc plugin with Oracle ojdbc6.jar. However I am getting following error:
Error: oracle.jdbc.driver.OracleDriver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?
--debug flag did not reveal anything particular (http://pastebin.com/vA5XYp9J ). I ran --configtest and returned OK.
Same machine I can compile and run a small JDBC test program just fine.
Is there any additional debug flag that will reveal what the issue is?