By: Ralph Prieto named 23 Jul 2018 at 4:55 p.m. CDT

6 Responses
Ralph Prieto gravatar
I am trying to add a server via the cluster manager and get the following: An unhandled exception occured ``` Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python2.7/dist-packages/flask_login/utils.py", line 261, in decorated_view return func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/clustermgr/views/server.py", line 77, in index if server_exist: NameError: global name 'server_exist' is not defined ```

By Devrim Yatar staff 24 Jul 2018 at 10:10 a.m. CDT

Devrim Yatar gravatar
Hi, We fixed this issue. Please upgrade to version clustermgr 3.1.3.post8 Regards.

By Chris Blanton user 24 Jul 2018 at 10:13 a.m. CDT

Chris Blanton gravatar
Ralph, There was a missing variable but the issue is now fixed in patch 8 of Cluster Manager 3.1.3. Could you please run the following commands to fix the issue: ``` pip install --upgrade clustermgr clustermgr-cli restart ```

By Ralph Prieto named 24 Jul 2018 at 1:27 p.m. CDT

Ralph Prieto gravatar
Thank you for the quick response! I will update the cluster manager and will open another ticket if I run into issues. Ralph Prieto | Senior Enterprise Systems Engineer

By Chris Blanton user 24 Jul 2018 at 2:36 p.m. CDT

Chris Blanton gravatar
Let us know how it goes.

By Ralph Prieto named 25 Jul 2018 at 4:27 p.m. CDT

Ralph Prieto gravatar
Hi Chris -- it worked without throwing an error. Thank you -

By Chris Blanton user 25 Jul 2018 at 4:55 p.m. CDT

Chris Blanton gravatar
Good to hear, Ralph.