Bug #90811 | MySQLInstallerConsole -showsettings throws unhandled exception | ||
---|---|---|---|
Submitted: | 9 May 2018 19:03 | Modified: | 25 Feb 2022 16:43 |
Reporter: | Tim Taylor | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: Installer | Severity: | S3 (Non-critical) |
Version: | 1.4.25.0 | OS: | Windows (10 Professional) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | MySQLInstallerConsole |
[9 May 2018 19:03]
Tim Taylor
[9 May 2018 20:21]
MySQL Verification Team
Thank you for the bug report.
[7 Aug 2020 15:46]
Nathan Felton
This continues to be an issue as of 2020-08-07 with MySQL Installer 1.4.34.0 (8.0.21) C:\Program Files (x86)\MySQL\MySQL Installer for Windows>MySQLInstallerConsole community configure -showsettings server =================== Start Initialization =================== MySQL Installer is running in Community mode Attempting to update manifest. Initializing product requirements Loading product catalog Checking for product catalog snippets Checking for product packages in the bundle Categorizing product catalog Finding all installed packages. Your product catalog was last updated at 8/7/2020 11:31:43 AM =================== End Initialization =================== Here are the available settings for your selected products. MySQL Server 8.0.21 Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at MySql.Installer.Core.Controllers.ControllerSettings.GetDefaultValue(PropertyInfo pi, Boolean useValue) at MySql.Installer.Core.Controllers.ControllerSettings.GenerateHelpString() at MySql.Installer.Console.Actions.ConfigureAction.ShowControllerSettings() at MySql.Installer.Console.Actions.ConfigureAction.PostPackageSelection() at MySql.Installer.Console.Actions.PackageBasedAction.DoAction() at MySql.Installer.Console.Program.Main(String[] args) To echo Tim Taylor, better documentation would be appreciated. Documentation at https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html continues to be incomplete and should include all key value pairs. For example, I am currently stuck with this error due to not knowing what key=value pair is required to set this. MySQL Server 8.0.21 - An authentication plugin must be specified for new users.
[25 Feb 2022 1:59]
Jose Ramirez Ruiz
Posted by developer: Fixed the reported unhandled exception when executing the command: mysqlinstallerconsole.exe install -showsettings server Documentation will be improved in a future enhancement.
[25 Feb 2022 16:43]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Installer 1.6.2 release, and here's the proposed changelog entry from the documentation team: An exception was returned during the product selection step when using MySQLInstallerConsole command options to create a silent installation. Thank you for the bug report.
[9 Mar 2022 12:01]
MySQL Verification Team
Bug #106529 marked as duplicate of this one.