I am just trying out JIRA for the first time. I have a BlueHost Linux server (looks like I have enough RAM at 4GB) that I would like to install it on for my team. I don't know if it is important or not but it is a shared server and I am not an administrator. I successfully "ssh-ed" into my server and installed JIRA in the root directory, following the instructions online. I wasn't sure whether I should install in the root or public_html directory but it wouldn't let me do the latter. It doesn't appear that I have any errors in my logs (what exactly am I looking for? "Fatal" or "Error?"). When I go to my webserver's address and port, ie: http://[website.com]:8080, I get the error ERR_CONNECTION_TIMED_OUT.
Here is my install log: . I can also add information about my server if necessary. I am sure something with my set up is incorrect but I don't know where to begin.
Hey David, according to your log file, you didn't configure your database.
What you could do is:
1. Stop JIRA and check if you still have any JIRA process, if so, you can kill it (#kill -9 PID)
2. Delete your dbconfig.xml
3. Run the JIRA Configuration tool (<jira-home>/bin/config.sh), set your database configuration
4. Start JIRA
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline 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.