I want to connect aws Athena datasource. But getting error "JDBC driver class not found"
Have you installed the Athena driver in your Atlassian application, alongside one of the supported database drivers for the main application?
Hi Nic,
I want to make sure that Confluence supports Athena drivers or not.
From what I have read (https://confluence.atlassian.com/doc/database-jdbc-drivers-171742.html), following are the only supported drivers:
I am not sure what Athena drivers are. So, just confirming before diving into it.
Thanks,
~ Stuti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you're trying to use Confluence on an unsupported database? I can't recommend you do that, please use one of the four you have listed.
I thought you might be trying to use the driver for something else, which is ok. Worst case, it won't work, but it won't break Confluence, and you remain supported. But do not try to use an unsupported database for Confluence's data store.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
I can connect Athena DB with JDBC driver.
I just want to know whether Confluence supports Athena DB as it is hosted by AWS.
If Confluence supports, then I can install Athena JDBC drivers to our Confluence server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please see the previous comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I mean is, our Confluence works on PostgreSQL DB.
We have an add-on "SQL for Confluence (Pro Edition)" installed and one of the customers want to connect Athena DB to display the results of the query on the confluence page.
We do not have drivers of Athena DB on our Confluence server. I would like to know if installing the drivers would affect Confluence? Will Confluence supports Athena drivers?
Please let me know if that is unclear. I will try to put it in a different way.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that contradicts what you said before, but we'll go with it.
You'll need to install the drivers in Tomcat, not Confluence, they are infrastructure things. I don't know if Tomcat can use Athena drivers, although my guess would be that it can. The usual way to add database drivers is to add their .jar files to the /lib directory of Tomcat.
Confluence won't be affected by the installation, it's the Tomcat that will be using them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds good.
I will install it and let you know.
Apologies for the confusion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.