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.
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.