The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Finding java PATH_TO_YOUR_JDBC_DRIVER_JAR

Thomas Burke
October 7, 2022

Hello

 

Trying to follow this documentation

https://confluence.atlassian.com/jirakb/test-database-performance-for-jira-server-54362302.html

 

Trying to find my PATH_TO_YOUR_JDBC_DRIVER_JAR

and

JDBC_CONNECTION_STRING JDBC_DRIVER_CLASS

to use  below

java -cp PATH_TO_THE/atlassian-log-analysis-0.1.1.jar:PATH_TO_YOUR_JDBC_DRIVER_JAR \
com.atlassian.util.benchmark.JIRASQLPerformance \
YOUR_DB_USERNAME YOUR_DB_PASSWORD \
JDBC_CONNECTION_STRING JDBC_DRIVER_CLASS \
> db-perf-test.txt

I am on Red Hat Enterprise Linux Server release 6.5 (Santiago)

mysql5.7

It's not in the lib folder. How can I track these paths, please?

Thank you in advance.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 8, 2022

Welcome to the Atlassian Community!

I'm afraid this is asking you where you installed the driver - it's not a case of "tracing" it, it is expecting you to know what you installed where.