Bug #93987 Typo in generated mysql_rdbms_info.xml file causes instability and crash
Submitted: 20 Jan 2019 17:30 Modified: 8 Mar 2019 15:57
Reporter: pat riggs Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:8.0.13 OS:MacOS (10.14.2)
Assigned to: CPU Architecture:Any

[20 Jan 2019 17:30] pat riggs
Description:
There is a typo error in the generated mysql_rdbms_info.xml file that causes the application to crash soon after startup.  ('om.mysql.rdbms.mysql.driver.native_sshtun' should be 'com.mysql.rdbms.mysql.driver.native_sshtun')

10:23:59 [WRN][            grt]: /Applications/MySQLWorkbench.app/Contents/Resources/modules/data/mysql_rdbms_info.xml:1401: link 'om.mysql.rdbms.mysql.driver.native_sshtun' <object > key=owner could not be resolved

How to repeat:
Same error and crash behavior repeats after each restart of application.

Suggested fix:
After correcting the typo and saving the xml file, the error message is resolved and the application no longer crashes.
[21 Jan 2019 4:28] MySQL Verification Team
Hello Darren,

Thank you for the report and feedback.

regards,
Umesh
[8 Mar 2019 15:57] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 8.0.16 release, and here's the changelog entry:

An error in the generated mysql_rdbms_info.xml file caused MySQL Workbench
to stop working.

Thank you for the bug report.