Description:
The secondary side panel is not visible at all. I tried restarting and reducing the window size. I also tried showing and hiding the panel using the icons on the upper right of the window and using the View dropdown menu. The problem was not solved.
Log File Contents:
08:33:12 [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/joachim/.mysql/workbench
open at start:
open type:
run at startup:
run type:
Force SW rendering: No
Force OpenGL: No
quit when done: No
08:33:12 [INF][ WBContext]: WbContext::init
08:33:12 [INF][ WBA]: Looking for extension modules for WBA...
08:33:12 [INF][ WBA]: 0 extension modules found
08:33:12 [WRN][ grt]: Duplicate plugin name wb.tools.cmdlineClient There is more than one plugin with the name wb.tools.cmdlineClient (in PyWbUtils and PyWbUtils).
08:33:12 [WRN][ grt]: /home/joachim/.mysql/workbench/connections.xml:25: link 'c1c15bb6-eb01-11ec-8b2d-93ba0b99c0d4' <object GrtObject> key=owner could not be resolved
08:33:12 [WRN][ grt]: Duplicate plugin name wb.tools.cmdlineClient There is more than one plugin with the name wb.tools.cmdlineClient (in PyWbUtils and PyWbUtils).
08:33:12 [INF][ WBContext]: System info:
MySQL Workbench Community (GPL) for Linux/Unix version 8.0.29 CE build 1751076 (64 bit)
Configuration Directory: /home/joachim/.mysql/workbench
Data Directory: /usr/share/mysql-workbench
Cairo Version: 1.16.0
OS: Ubuntu 20.04 x86_64
CPU: 12x AMD Ryzen 5 3600 6-Core Processor (2200.000MHz) - 15.57GiB RAM
No video adapter info available
Distribution: Ubuntu 20.04.4 LTS
Fips mode enabled: no
08:33:17 [INF][SSHTunnelManager]: Wakeup socket port created: 40751
08:33:17 [INF][ SSH tunnel]: Starting tunnel
08:33:17 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one
08:33:17 [INF][ SSH tunnel]: Opening SSH tunnel to 54.255.224.94:22
08:33:17 [INF][ SSHCommon]: libssh: ssh_connect ssh_connect: libssh 0.9.6 (c) 2003-2021 Aris Adamantiadis, Andreas Schneider and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_stdthread
08:33:17 [INF][ SSHCommon]: libssh: ssh_socket_connect ssh_socket_connect: Nonblocking connection socket: 19
08:33:17 [INF][ SSHCommon]: libssh: ssh_connect ssh_connect: Socket connecting, now waiting for the callbacks to work
08:33:17 [INF][ SSHCommon]: libssh: ssh_client_connection_callback ssh_client_connection_callback: SSH server banner: SSH-2.0-OpenSSH_7.4
08:33:17 [INF][ SSHCommon]: libssh: ssh_analyze_banner ssh_analyze_banner: Analyzing banner: SSH-2.0-OpenSSH_7.4
08:33:17 [INF][ SSHCommon]: libssh: ssh_analyze_banner ssh_analyze_banner: We are talking to an OpenSSH client version: 7.4 (70400)
08:33:17 [INF][ SSHCommon]: libssh: ssh_kex_select_methods ssh_kex_select_methods: Negotiated curve25519-sha256,ssh-ed25519,aes256-gcm@openssh.com,aes256-gcm@openssh.com,aead-gcm,aead-gcm,none,none,,
08:33:17 [INF][ SSHCommon]: libssh: ssh_init_rekey_state ssh_init_rekey_state: Set rekey after 4294967296 blocks
08:33:17 [INF][ SSHCommon]: libssh: ssh_init_rekey_state ssh_init_rekey_state: Set rekey after 4294967296 blocks
08:33:17 [INF][ SSHCommon]: libssh: ssh_packet_client_curve25519_reply ssh_packet_client_curve25519_reply: SSH_MSG_NEWKEYS sent
08:33:17 [INF][ SSHCommon]: libssh: ssh_packet_newkeys ssh_packet_newkeys: Received SSH_MSG_NEWKEYS
08:33:17 [INF][ SSHCommon]: libssh: ssh_packet_newkeys ssh_packet_newkeys: Signature verified and valid
08:33:17 [INF][ SSHCommon]: libssh: ssh_packet_userauth_failure ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: publickey
08:33:17 [INF][ SSHSession]: Banner:
08:33:17 [INF][ SSHCommon]: libssh: ssh_pki_import_privkey_base64 ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=true
08:33:17 [INF][ SSHCommon]: libssh: ssh_pki_openssh_import ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
08:33:17 [INF][ SSH tunnel]: SSH tunnel opened on port: 43273
08:33:19 [INF][SQL Editor Form]: Opened connection 'Eagle OpenVPN STG' to Source distribution version 10.5.9-MariaDB
08:33:19 [ERR][ WBContext]: Unsupported server version: Source distribution 10.5.9-MariaDB
09:53:53 [WRN][SqlEditorSchemaTree]: Error fetching index information for 'eagledb1'.'back_office_user': MySQL_ResultSet::getString: invalid value of 'columnIndex'
09:54:54 [WRN][SqlEditorSchemaTree]: Error fetching index information for 'eagledb1'.'csat': MySQL_ResultSet::getString: invalid value of 'columnIndex'
09:55:02 [WRN][SqlEditorSchemaTree]: Error fetching index information for 'eagledb1'.'customer': MySQL_ResultSet::getString: invalid value of 'columnIndex'
How to repeat:
1. Start MySQL Workbench and use any connection. Mine is to a deprecated MariaDB instance.
2. Show and hide the secondary side panel (where snippets and SQL help are displayed) using the icons at the upper right of the window.
3. Show and hide the secondary side panel using the View -> Panels dropdown menu.
Suggested fix:
N.A.