You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Updating from 5.7 to 7.X and setup a Dev environment to test. After upgrade to 7.x we are getting this error on some pages that work in Prod:
Error rendering macro 'sql-query'
Unable to load database driver: net.sourceforge.jtds.jdbc.Driver. Make sure your configuration is correct.
I have found this error in posts but not an answer.
Any help is appreciated.
The net.sourceforge.jtds.jdbc.Driver is no longer supported since confluence version 6.4.
@Seth Howard , you will need to update the app settings to use the new driver instead of jtds as mentioned by @repi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right now it reads :
<property name="hibernate.connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
Is that incorrect?
Thank you all for your help.
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.
Does the whole ENU folder go in the /bin directory or just the jre*.jar files?
Sorry I am asking for the hand holding but I cannot figure out quite what I am doing wrong.
Thanks again!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't need to sorry :)
You should copy only the jtds-1.2.2.jar file under <Confluencei nstall-directory>/lib folder;
You can get this jar file from https://sourceforge.net/projects/jtds/files/jtds/1.2.1/
you will need to download jtds-1.2.1-dist.zip , extract it and then copy the jtds-1.2.2.jar into the <Confluencei nstall-directory>/lib
And then you will need to restart the application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We came across the same error after we upgraded Wiki from 7.13.7 to 7.19.16 recently. Is this the same issue related to jdbc driver?
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.