Hey all, attempting to submit a Nuke script manually from the monitor and seeing a very strange error in the console. Any thoughts?
Deadline 6.2
Console output:
2015-01-01 14:03:31: File “DeadlineUI\UI\Commands\ScriptCommands.py”, line 87, in InnerExecute
2015-01-01 14:03:31: Exception: Python Error: KeyError : ‘Control type is invalid: SecondaryPoolComboControl’ (Python.Runtime.PythonException)
2015-01-01 14:03:31: Stack Trace:
2015-01-01 14:03:31: [’ File “none”, line 57, in main\n’, ’ File “…\…\Libraries\ThinkboxUI\UI\Controls\Scripting\ScriptControl.py”, line 321, in AddControl\n’, ’ File “…\…\Libraries\ThinkboxUI\UI\Controls\Scripting\ScriptControl.py”, line 325, in AddScriptControl\n’, ’ File “…\…\Libraries\ThinkboxUI\UI\Controls\Scripting\ScriptControl.py”, line 389, in GetIScriptControl\n’]
2015-01-01 14:03:31:
2015-01-01 14:03:31: at FranticX.Scripting.PythonNetScriptEngine.HandlePythonError(Exception e)
2015-01-01 14:03:31: at FranticX.Scripting.PythonNetScriptEngine.CallFunction(String functionName, PyObject[] args)
2015-01-01 14:03:31: at Deadline.Scripting.DeadlineScriptManager.CallFunction(String scopeName, String functionName)
2015-01-01 14:03:50: Error occurred while updating network settings: An unexpected error occurred while interacting with the database (svrwin:27017):
2015-01-01 14:03:50: An error occurred while deserializing the ClientAutoconfigurations property of class Deadline.Configuration.DeadlineNetworkSettings: Element ‘RestartStalledSlaves’ does not match any field or property of class Deadline.Pulses.PulseClientConfig. (FranticX.Database.DocumentException)
2015-01-01 14:04:00: Error occurred while reloading network settings: An unexpected error occurred while interacting with the database (svrwin:27017):
2015-01-01 14:04:00: An error occurred while deserializing the ClientAutoconfigurations property of class Deadline.Configuration.DeadlineNetworkSettings: Element ‘RestartStalledSlaves’ does not match any field or property of class Deadline.Pulses.PulseClientConfig. (FranticX.Database.DocumentException)
Thanks!
Vaughn