The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I have a date base problem

harshini
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 24, 2022

Database is not connected to Jira . Database is not running please give me proper solution with links.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sachin Dhamale
Community Champion
February 24, 2022

@harshini 

Welcome to the Atlassian Community

Basic Checks - 

1. First check DB service is running or not. You can also check with your DB admin if you don't have access to the DB

2. If DB server is different then check the Application server and DB server connectivity. check the application server is able to connect DB server on DB port.

you can use telnet command like telnet <DB_server_IP_add> <DB_port> on Application server.

 

If its working fine then check the application logs and refer the links provided by @Pramodh M 

 

Thanks,
Sachin

0 votes
Pramodh M
Community Champion
February 24, 2022

@harshini 

Start with analyzing the logs in Jira Server - Home directory

Here's a KB you could explore if it is of solution

https://confluence.atlassian.com/kb/database-troubleshooting-and-how-to-guides-744326149.html

https://confluence.atlassian.com/jirakb/resolve-database-connection-errors-during-jira-server-startup-872262124.html

Send us the logs you find that is helpful

Thanks