Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created March 27, 2023 at 12:42 PM
Updated July 20, 2023 at 8:51 PM
Resolved July 20, 2023 at 8:43 PM
When using ‘autosetup’, this snippet from
XMPPServer.java
ensures that when the default authprovider mode is used, the database connection provider will always be the default provider. This prevents the usage of another database connection provider, such as the one used for the embedded database.The effect of this is code is that when configured to use the embedded database, Openfire will typically start up initially (in which it will use the embedded database), but will fail to restart without an error (as it cannot connect to an SQL database).