Debugger Screen is Blank in HA Environment

Problem 

In an HA Environment, sometimes or possibly always, when running the debugger on an Action there is blank screen and it appears that the debugger is not running at all.

Cause

When the debugger is run, it creates a temporary file in /var/run/cloudbolt/tmp . If you are in an HA environment this could be sent to the other server than you are currently interacting with in the UI.

Solution

All that is needed is to add one more path to the NFS share:

/var/run/cloudbolt/tmp

Once this path is added to your NFS share, the debugger will now properly populate with the python script and will be able to step through the code.

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.