PDG deadline scheduler

   846   1   1
User Avatar
Member
5 posts
Joined: 12月 2017
Offline
Hi,
I have problems with submitting jobs from tops.

when I cook node locally it create task on the deadline farm and process them, but in this case I cant close houdini because it control farm task by local machine.
But when I use submit job from scheduler I got error

Error: FailRenderException : PDGDeadline exception: Traceback (most recent call last):
File "C:\ProgramData\Thinkbox\Deadline10\workers\mini009\plugins\663405e4923710cba2f7810e\PDGDeadline.py", line 412, in RenderTasks
self.RunManagedProcess(self.wProcess)
Deadline.Plugins.FailRenderException: Failed RPC start_cook with error: PDGnet RPC send-get-reply failed. (error 268435577: MQ error #268435577)
at Deadline.Plugins.DeadlinePlugin.FailRender(String message)

at Deadline.Plugins.DeadlinePlugin.FailRender(String message) (Python.Runtime.PythonException)
File "C:\ProgramData\Thinkbox\Deadline10\workers\mini009\plugins\663405e4923710cba2f7810e\PDGDeadline.py", line 423, in RenderTasks
self.FailRender('PDGDeadline exception: {}'.format(traceback.format_exc(1)))
at Python.Runtime.Dispatcher.Dispatch(ArrayList args)
at __FranticX_GenericDelegate0Dispatcher.Invoke()
at Deadline.Plugins.DeadlinePlugin.RenderTasks()
at Deadline.Plugins.DeadlinePlugin.DoRenderTasks()
at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)


Cant figure out how to send jobs to farm.
User Avatar
Member
40 posts
Joined: 5月 2019
Offline
This means that the network connection between supervisor and worker does not work. Status updates are sent over RPC, but this connection fails. The specific error is not mentioned here.
There are many options for this - check the Message Queue and RPC server tabs of the Deadline scheduler.
  • Quick Links