Submission Script from Monitor Fails

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

Hi,
Have you recently upgraded your version of Deadline? v6.0/v6.1 -> v6.2? It looks like Pulse is failing to send the auto-configuration network settings, which might fail if the version of Pulse had not been updated even though all your slaves/submitting machine had been updated. Can you make sure your machine running Pulse is running the correct version? You can check via the Slave panel for Slaves or via the Pulse panel in the column called: “Version”, that all machines are running exactly the same version. Or you can check more manually via each machine. I just tested here and my Nuke v6.2.1.50 monitor submitter seems to be working fine.

I figured I should reply. We recently upgraded to 7 and I will report back if we see this error pop up again.

Thanks!

V