Hi,
I want to test JIRA Software DataBase Performance. I use the following command:
java -cp C:\Users\user\Desktop\atlassian-log-analysis-0.1.1.jar;"E:\Program Files\Atlassian\JIRA\lib" com.atlassian.util.benchmark.JIRASQLPerformance ..... ..... JDBC_CONNECTION_STRING JDBC_DRIVER_CLASS db-perf-test.txt
Where is JDBC Driver Path in JIRA Software?
How do I complete the other sections of the command?
Regards
GG
I would guess it is fixed by running the command as given in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you did not.
This error message tells you that it cannot find a class you specified in your command. The documentation does not specify an extraneous class, it has a pipe to a file. You seem to have dropped the "and pipe output to" in favour of specifying a class that does not exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why are you not running the command as given in the docs?
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.
Do you mean driver path or connection string?
What documentation are you reading that tells you to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When i run command:
java -cp C:\Users\USER\Desktop\atlassian-log-analysis-0.1.1.jar;"jdbc:jtds:sqlserver://163.163.15.20:1433/DB_TEST" com.atlassian.util.benchmark.JIRASQLPerformance USER 123456 net.sourceforge.jtds.jdbc.Driver db-perf-test.txt
What is problem?
Regards
GG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean driver path or connection string?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.