Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I want test disk speed JIRA server. When i run
java -Djava.io.tmpdir=<index directory> -jar support-tools.jar
According to the link below:
I see the error as shown below:
Could not find or load main class Files\Atlassian\Application
I putted the in I put the support-tools.jar in the following path
E:\program files\atlassian\applicationdata\jira\cashes\indexes
How can i resolve it?
Regards
GG
Put the full path for support.jar
java -Djava.io.tmpdir="E:\program files\atlassian\applicationdata\jira\caches\indexes" -jar "E:\program files\atlassian\applicationdata\jira\caches\indexes\support-tools.jar"
Put the index directory path in "" as your path have spaces. For eg.
java -Djava.io.tmpdir="E:\program files\atlassian\applicationdata\jira\caches\indexes" -jar support-tools.jar
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.