-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 7.0.11, 7.2.8, 7.3.6
-
Component/s: Installation
-
None
-
7
-
1
-
Severity 3 - Minor
-
Summary
JIRA installer silently fails to create dedicated JIRA user if jira group already exists.
Environment
- Linux
- Tested with JIRA Software 7.0.11, 7.2.8, and 7.3.6 installers.
Steps to Reproduce
- Setup a clean Linux environment to install JIRA
- Create a group called jira
- Run the JIRA installer and install JIRA
Expected Results
JIRA will startup normally.
Actual Results
JIRA does not start. If you attempt to invoke it manually with start-jira.sh or something to the effect of service jira start, you will see the following:
To run JIRA in the foreground, start the server with start-jira.sh -fg executing using dedicated user: jira runuser: user jira does not exist root@ghs83027:/opt/atlassian/jira/logs#
Workaround
Manually create the appropriate user afterwards and update permissions/ownership as needed.
As an alternative, remove the pre-existing group and re-perform the installation.