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.