After using the internal hsql db, I'm in the process of converting our Confluence instance to MySql (on an AWS EC2 box). After entering in the db credentials I get an Apache Tomcat 500 error as follows:
HTTP Status 500
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Could not execute query; uncategorized SQLException for SQL []; SQL state [3D000]; error code [1046]; No database selected; nested exception is java.sql.SQLException: No database selected
On the "Configure Database" page, this is the information I enter for Database URL: jdbc:mysql://myawsec2.us-east-1.rds.amazonaws.com:3306/. I don't enter the database name there (though maybe I should?) I also don't have the database name included in confluence.cfg.xml, as follows:
<property name="hibernate.connection.url">jdbc:mysql://myawsec2.us-east-1.rds.amazonaws.com:3306/</property>
Should the database name be included in one/both of those locations? I feel like I've tried that, but I'm not positive. (I've tried both "jdbc:mysql://myawsdbname.myawsec2.us-east-1.rds.amazonaws.com:3306/" and "jdbc:mysql://myawsec2.us-east-1.rds.amazonaws.com:3306/myawsdbname/").
Any ideas?
Hi Randall,
Yes when setting up the database JDBC connection, you will have to specify the database URL along with the name as well. So for an example, I think the following database URL should work:
jdbc:mysql://myawsec2.us-east-1.rds.amazonaws.com:3306/myawsdbname
Hence, can you kindly try to apply this and see if it helps?
If the problem remains, may I know how did you configure the database connection? Did you make changes directly to the confluence.cfg.xml?
Thanks.
I'm getting the same thing here?
I've tried 50 different ways to get this to work and I still get:
Any ideas?
When moving databases, is there anything else I need to do except re-direct the JDBC URL?
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.