| Bug #60370 | Error in securityManager module: error calling WbAdmin.openSecurityManager | ||
|---|---|---|---|
| Submitted: | 7 Mar 2011 11:57 | Modified: | 24 Mar 2011 15:58 |
| Reporter: | James Woodford | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
| Version: | 5.2.31, 5.2.32 | OS: | Any (Ubuntu 10.10 64bit, Mac OS X) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | Workbench Security Manager | ||
[7 Mar 2011 13:06]
Valeriy Kravchuk
I've got the same error message and trace:
Traceback (most recent call last):
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/wb_admin_grt.py", line 282, in openSecurityManager
tab.wait_server_check(4)
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/wb_admin_grt.py", line 95, in wait_server_check
while self.configuration.is_server_running() and time.time() - t < timeout:
File "/Applications/MySQLWorkbench.app/Contents/Resources/libraries/mforms.py", line 695, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, Box, name)
File "/Applications/MySQLWorkbench.app/Contents/Resources/libraries/mforms.py", line 54, in _swig_getattr
raise AttributeError(name)
AttributeError: is_server_running
while working with 5.2.32 on Mac OS X and local MySQL server 5.5.11.
[9 Mar 2011 14:37]
Valeriy Kravchuk
Bug #60402 was marked as a duplicate of this one.
[24 Mar 2011 15:58]
Tony Bedford
An entry has been added to the 5.2.33 changelog:
In the Administrator, when <guimenu>Manage Security</guimenu>
was selected, an error message was displayed in the status bar.
It was not then possible to see and therefore manage user
privileges.

Description: When I select "Manage Security", the above error appears in the status bar at the bottom of the page. The only affect I have noticed is that I can not see (and therefore) manage user privileges. I am running MySQL version 5.1.49-1ubuntu8.1 The output window contains the following: Traceback (most recent call last): File "/usr/lib/mysql-workbench/modules/wb_admin_grt.py", line 319, in openSecurityManager tab.wait_server_check(4) File "/usr/lib/mysql-workbench/modules/wb_admin_grt.py", line 133, in wait_server_check while self.configuration.last_is_running_check is None and time.time() - t < timeout: File "/usr/lib/mysql-workbench/modules/mforms.py", line 665, in <lambda> __getattr__ = lambda self, name: _swig_getattr(self, Box, name) File "/usr/lib/mysql-workbench/modules/mforms.py", line 34, in _swig_getattr raise AttributeError,name AttributeError: last_is_running_check How to repeat: Select "Manage Security" from the Workbench Home Page.