OS: RedHat Linux 5.5
Jira : 4.2
Oracle: 11G
I have extracted the Jira tar.gz file. I have set the jira.home to '/jira-install'. The jira installation directory is '/data/jira' where the 'atlassian-jira-enterprise-4.2-standalone' directory is placed. When i run the './startup' there was no problem with it. But when i give 'http://localhost:8080', in the web browser, i get the following error:
Configured jira.home '/data/jira' must not be a parent directory of the webapp servlet path '/data/jira/atlassian-jira-enterprise-4.2-standalone/atlassian-jira'
Yes, you've specified directories that are wrong. I think you've misunderstood the instructions.
Jira needs two root directories - a "jira install" for where you are going to install the software, and a "jira home" for where you are going to put the data.
You can place them anywhere you want really, but you must NOT place the installation inside the data area, and that appears to be what you've done - set jira home to "/data/jira" and then installed the software under /data/jira/atlassian-jira-enterprise.
Try it again, but set jira home to /data/jira and install the software under something like /opt/jira or /usr/local/jira
Hi Nic,
I changed the jira.home to /jira-install directory and the jira installation is in /data/jira/ directory.
But still i get the same error.....
Please tell me how to solve this..
Thanks in advance..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did you change the directory? By uninstalling and reinstalling JIRA or followed some other steps? Please guide, I am a novice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can uninstall and re-install, but it is also possible to separate the directories and reconfigure it.
Let's say you've made the mistake as above, such that:
And you want to fix it by changing this to
Obviously, stop Jira and move the directories around. Then you'll need to tell Jira where the data (home) directory is.
To do that, edit
/data/jira/jira-install/atlassian-jira/WEB-INF/classes/jira-application.properties
It probably has nothing in it other than a comment and the line
jira.home = /data/jira/jira-install
You can see what you need to do there ;-)
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.