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
I have a separate host for shared home in my plugin.
IP=72.26.207.21
Path=C:\Projects\Sahan\sharedJiraHome
I have defined it as below on my cluster.properties file.
jira.shared.home=\\172.26.207.21\C$\Projects\Sahan\sharedJiraHome
But looks like Jira doesn't get this location from the network. Instead it tries to create a new folder on my load balancer's C drive.
172.26.207.21\C$\Projects\Sahan\sharedJiraHome
I am using ComponentAccessor.getComponent(JiraHome.class).getHomePath(). to get it.
Anyone has any idea on this?
Yes, Nikita you are correct. Anyway, I simply mapped the networked folder location into my local drive letter (z:)... by just right clicking on it and map drive option from the right click list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sakan,
After mapping the networked folder location into local drive letter (z:) which path we need to mention in the cluster.properties file as I am getting an error that shared home directory is not correct and cache is not replicating
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, jira shared home must be the same folder on all servers (nodes).
How to do this on Windows - written here: https://technet.microsoft.com/en-us/library/cc770569(v=ws.11).aspx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nikita. I will try and come back.
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.