Bug #79083 Unhandled excpetion: FileUtils has no attribute check_file_readable
Submitted: 2 Nov 2015 23:10 Modified: 11 Dec 2015 1:31
Reporter: Todd Farmer (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.3.5 OS:Windows
Assigned to: CPU Architecture:Any

[2 Nov 2015 23:10] Todd Farmer
Description:
While trying to install the MySQL Enterprise Firewall plugin, I consistently get the following error:

Unhandled exception:  type object 'FileUtils' has no attribute 'check_file_readable'

How to repeat:
See above.

Suggested fix:
Install plugin.
[2 Nov 2015 23:11] Todd Farmer
Debug log

Attachment: wb.log (application/octet-stream, text), 30.96 KiB.

[2 Nov 2015 23:35] Philip Olson
Posted by developer:
 
I can replicate this error. Also, just in case, here is a workaround:

1. Go to "File" --> "Run SQL Script"
2. Choose the Enterprise Firewall install script that is bundled with MySQL Server Commercial, e.g., 
C:\Program Files\MySQL\MySQL Server 5.6\share\win_install_firewall.sql
3. Enterprise Firewall is now installed and enabled
[11 Dec 2015 1:31] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.6 release, and here's the changelog entry:

Attempting to install MySQL Enterprise Firewall would fail with the
following error: "Unhandled exception: type object 'FileUtils' has no
attribute 'check_file_readable'". 

As a workaround, execute a xyz_install_firewall.sql script that is 
bundled with MySQL Server.

Thank you for the bug report.