Installation hangs up after building MySQL tables

LP3-SecurIT
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!
July 29, 2013

I've been working this issue for many hours now so would love some tips and help.

I have MySQL installed and have been trying to complete the Confluence installation for far too long now. Every time I put in the DB username/pass I get a timeout on the page and an error with reaching the server. I then have to re-start Confluence to get the start up pages back up to try again after some more resarch.

Here's what I've done:

  • I've installed the latest JDBC driver.
  • I've tweaked MySQL config file to make sure the recommended defaults are set
  • I've granted appropriate permissions to the "confluenceuser" in MySQL
  • I extended the Apache timeout to give me a little more time to complete just in case it was a timeout issue

The tables in the database get created, but I still get the following errors in the atlassian-confluence.log:

2013-07-29 17:52:13,864 WARN [http-8090-1] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!

-- referer: http://54.213.67.250:8090/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb

2013-07-29 17:52:27,643 INFO [http-8090-1] [springframework.web.context.ContextLoader] initWebApplicationContext Root WebApplicationContext: initialization completed in 47232 ms

2013-07-29 17:52:31,632 WARN [http-8090-1] [atlassian.confluence.setup.DefaultHibernateConfigurator] executeAdditionalSql Error executing SQL during schema changes: drop table CONTENTLOCK, StatementCallback; bad SQL grammar [drop table CONTENTLOCK]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'CONTENTLOCK'

-- referer: http://54.213.67.250:8090/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb

2013-07-29 17:52:46,111 INFO [http-8090-1] [atlassian.plugin.manager.DefaultPluginManager] shutdown Shutting down the plugin system

2013-07-29 17:52:46,268 INFO [http-8090-1] [atlassian.plugin.manager.DefaultPluginManager] init Initialising the plugin system

2013-07-29 17:53:35,114 WARN [Spring executor 9] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!

-- referer: http://54.213.67.250:8090/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb

All other logs have show that things seem to be working. At this point the page fails and the server fails. I have to restart Confluence just to try again. Does anyone have any clue as to what is causing this and a way to fix it? ANY help would be beyond appreciated.

2 answers

1 accepted

0 votes
Answer accepted
LP3-SecurIT
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!
August 13, 2013

I got the issue worked out. Turns out there were a number of issues I was having that were part of this problem. Ultimately I ended up reinstalling everything and making sure I met all of the requirements. I did reinstall MySQL and it looks like everything is working. I believe the issue was the fact I was using an EC2 instance in AWS. Very configurable so there were some things I was missing that were assumed to be installed with Red Hat. Lesson learned!

0 votes
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 8, 2013

Hi there!

That's very strange. Are both MySQL and Confluence in the same server or they are in distant networks?

Also, I'm not sure if you are setting a datasource or by jdbc connection. Can you try both so we can rule this out?

And last but not least, which is the database engine? You sholud run Innodb instead of MyISAM.

If everything fails, I recommend to install another MySQL database and test in this one. Maybe the current is not working correctly.

I hope this helps!

Rodrigo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events