fusionauth-php-client icon indicating copy to clipboard operation
fusionauth-php-client copied to clipboard

Getting error due to Silent Mode

Open richb201 opened this issue 4 years ago • 1 comments

I am having some issues with configuring. From my docker log I am getting:

2021-02-19 6:31:49.102 AM WARN com.inversoft.configuration.BasePropertiesFileInversoftConfiguration - Your FusionAuth configuration file [/usr/local/fusionauth/fusionauth-app/apache-tomcat/../../config/fusionauth.properties] needs attention. Here are the warnings:

  • You are using a deprecated configuration property name of [DATABASE_ROOT_USER]. The new allowed names for that property are [database.root.username]

This is followed by this Silent Mode Error: ---------------------------------- Entering Silent Configuration Mode -----------------------------------

2021-02-19 6:31:49.153 AM ERROR com.inversoft.maintenance.db.JDBCURL - Could not parse jdbcString [jdbc:mysql:database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com] 2021-02-19 6:31:49.162 AM ERROR com.inversoft.maintenance.db.DatabaseSilentConfigurationWorkflowTask - Encountered an error while running silent mode java.lang.IllegalStateException: Invalid database URL [jdbc:mysql:database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com]

I don't know why it is going into silent mode? Where is the config file located? I can't seem to find fusionauth.properties.

richb201 avatar Feb 19 '21 06:02 richb201

Can you try adding the Db port to the connection string?

robotdan avatar Feb 19 '21 15:02 robotdan