Dedicated user "jira" is not created

Venu Madhav April 24, 2013

I have installed jira 4.4.5 in redhat with root privileges and it is successfully installed.

But when i started the service using sh start-jira.sh , its throwing below error. kindly help me it is very urjent.

To run JIRA in the foreground, start the server with start-jira.sh -fg

Server startup logs are located in /usr/apps/jira/install/bin/logs/catalina.out
executing using dedicated user: jira
/sbin/runuser: user jira does not exist

then I tried to change the permission to "jira" by running below command but its thrown another error as below

>chown -R jira: /usr/apps/jira

chown: `jira:': cannot get the login group of a numeric UID

Eagarly looking forward your valuable response.

Venu

2 answers

0 votes
Christian Kaufmann February 16, 2018

I get the same message if I install JIRA Software 7 as a service and run:

$ sudo su jira
$ ./start-jira.sh

If you installed JIRA as a service you start it with:

$ sudo /etc/init.d/jira start
$ sudo /etc/init.d/jira stop

 The start-jira.sh and stop-jira.sh won't work.

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2013

Does the "jira" user even exist? Try starting using startup.sh and see what happens.

./startup.sh

Suggest an answer

Log in or Sign up to answer