LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Jira server startup error (https://www.linuxquestions.org/questions/linux-server-73/jira-server-startup-error-917597/)

jayakumar01 12-07-2011 12:40 PM

Jira server startup error
 
Hi
i configured jira server 4.2 version in linux centos version 5.4.

i followed the below link for configuration and also include database .
http://www.iainlbc.com/2010/08/tutor...erprise-linux/


mysql –u root -p
use mysql;
CREATE USER 'jira'@'xx.xx.xx' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'jira'@'%' WITH GRANT OPTION;
Quit MySQL
\q
service mysqld restart.

I read the forum its too confusing can some one help me with better link for configuring jira

Thanks in advance

gigawho 12-07-2011 12:49 PM

Is the process running? try
Code:

ps -ef | grep jira

bathory 12-07-2011 01:44 PM

@OP

What exactly is the error you get?
Regarding configuring Jira to use a mysql backend database, better read the official documentation.

Regards


All times are GMT -5. The time now is 10:44 PM.