Bug #78212 Unhandled exception: Wrong number or type of arguments for overloaded function
Submitted: 25 Aug 2015 18:43 Modified: 14 Nov 2015 19:54
Reporter: Ricardo Madriz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Migration Severity:S3 (Non-critical)
Version:6.3.4.0 build 828 (64 bits) Community OS:Linux (Arch Linux)
Assigned to: CPU Architecture:Any
Tags: UnhandledException

[25 Aug 2015 18:43] Ricardo Madriz
Description:
Error dialog shows up when trying to import from disk a self-contained file.
The message showed:

Unhandled exception: Wrong number or type of arguments for overloaded function 'TextBox_append_text_and_scroll'.
  Possible C/C++ prototypes are:
    mforms::TextBox::append_text_and_scroll(std::string const &,bool)
    mforms::TextBox::append_text_and_scroll(std::string const &)

wb.log content:
12:34:19 [INF][           main]: WB_NO_GNOME_KEYRING environment variable has been set. Stored passwords will be lost once quit.
12:34:19 [INF][      WBContext]: Parsing application arguments.
12:34:19 [INF][      WBContext]:     /usr/bin/mysql-workbench-bin
12:34:19 [INF][   WBContext UI]: Initializing workbench context UI with these values:
	base dir: /usr/share/mysql-workbench
	plugin path: /usr/lib/mysql-workbench/plugins
	struct path: /usr/share/mysql-workbench/grt
	module path: /usr/lib/mysql-workbench/modules
	library path: /usr/share/mysql-workbench/libraries
	user data dir: /home/ricardo/.mysql/workbench
	open at start: 
	open type: 
	run at startup: 
	run type: 
	Force SW rendering: No
	Force OpenGL: No
	quit when done: No
12:34:19 [INF][      WBContext]: WbContext::init
12:34:20 [INF][            WBA]: Looking for extension modules for WBA...
12:34:20 [INF][            WBA]: 0 extension modules found
12:34:20 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:21: link 'com.mysql.rdbms.mysql.datatype.timestamp' <object db.SimpleDatatype> key=simpleType could not be resolved
12:34:20 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:106: link 'com.mysql.rdbms.mysql.datatype.varchar' <object db.SimpleDatatype> key=simpleType could not be resolved
12:34:20 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:229: link 'com.mysql.rdbms.mysql.datatype.int' <object db.SimpleDatatype> key=simpleType could not be resolved
12:34:20 [WRN][            grt]: /home/ricardo/.mysql/workbench/connections.xml:17: link 'eb4d9706-4b56-11e5-a630-14cc205a0248' <object GrtObject> key=owner could not be resolved
12:34:20 [INF][      WBContext]: System info:
 	MySQL Workbench Community (GPL) for Linux/Unix version 6.3.4  revision 0 build 828 (64 bit)
	Configuration Directory: /home/ricardo/.mysql/workbench
	Data Directory: /usr/share/mysql-workbench
	Cairo Version: 1.14.2
	OS: Linux 4.1.6-1-ARCH
	CPU: 8x AMD FX(tm)-8320 Eight-Core Processor (1400.000MHz) - 3,83GiB RAM
	Fips mode enabled: no

12:34:21 [ERR][  GRTDispatcher]: exception in grt execute_task, continuing: Exception: Access denied for user 'root'@'localhost' (using password: NO)
12:34:21 [ERR][  GRTDispatcher]: worker: task 'execute sql queries' has failed with error:.Access denied for user 'root'@'localhost' (using password: NO)
12:34:27 [INF][      SqlEditor]: Opened connection 'Local instance 3306' to MariaDB Server version 10.0.21-MariaDB-log
12:34:27 [INF][     AutoCCache]: Initializing autocompletion cache for Local_instance_3306
12:34:28 [ERR][      WBContext]: Unsupported server version: MariaDB Server 10.0.21-MariaDB-log
12:34:33 [INF][wb_admin_control.py:query_server_info:690]: WbAdminControl.connect_sql(): The server version stored in the server instance profile was "None". Changed to the version reported by the server: "10.0.21-MariaDB-log"
12:34:33 [WRN][   mforms.linux]: Unknown column storage typeUnknown column storage typeMonitoring thread running...
12:34:51 [ERR][       pymforms]: Unhandled exception in Python code: Wrong number or type of arguments for overloaded function 'TextBox_append_text_and_scroll'.
  Possible C/C++ prototypes are:
    mforms::TextBox::append_text_and_scroll(std::string const &,bool)
    mforms::TextBox::append_text_and_scroll(std::string const &)

<traceback object at 0x7f6b5234b200>

How to repeat:
In Administration - Data Import/Restore tab, then selecting option "Import from self-contained file", choose the corresponding file and press the button "Start Import" to repeat.
[2 Sep 2015 21:19] MySQL Verification Team
Thank you for the bug report. Are you able to attach here a file which make possible to repeat the issue?. Thanks.
[3 Oct 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[3 Oct 2015 3:25] Ricardo Madriz
The file was generated by MySQL Workbench on Windows Operating System

Attachment: Dump20150824.sql (application/sql, text), 240.18 KiB.

[14 Nov 2015 19:54] MySQL Verification Team
Duplicate of bug http://bugs.mysql.com/bug.php?id=78202.