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.
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.
That is ok. but i recieve another error "unable to access support.jar"
What is problem?
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.