I was able to install JIRA on my test server. I am now trying to install it on my production Windows server. JIRA won't go past the database creation. It seems to be stuck at "Please wait while database is set up...". My MySQL database connection test was successful. JIRA created tables in my jiradb database, but it's now stuck.
I have uninstalled JIRA two or three times, with reboots in between. I verified that port 8080 is available. On the production server, I have subversion running with Apache. I also have it running on my test server. My production and test servers are very similar.
I'm stumped as to why it won't go past the database creation. Any feed would be appreciated. Thanks.
What does your log file say?
During a JIRA upgrade process, I found out that the Postgres database client program (pgAdmin for Windows) was hanging during the dump of the database and was "blocking" the database itself.
Trying to start JIRA there were no relevant messages in the log and the bootstrap was stuck at the database configuration after the "Database Checklist Launcher".
To solve the issue I just closed/killed the client and the hanging job. I was later able to start JIRA.
To obtain more details I installed the pg_dump command and I could better understand the nature of the issue. Trying to execute a dump it got stuck cause of the client hanging.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also facing same problem here.I have checked my atlassian-jira.log
but there is no error but last paragraph of this file is looking like this
1988229788/6163/1/1.0/_/download/batch/jira.webresources:jira-setup/jira.webresources:jira-setup.js HTTP/1.1" 304 - 91 "http://localhost:8080/secure/SetupDatabase.jspa" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36" "1sjswix"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned by Nic, we need to review your logs (atlassian-jira.log) which is located in <JIRA_HOME_Dir>/logs/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.