Heyho,
Deadline just threw me an error. It worked the other day, don’t really know what happend. I think this error message says something like “file could not be loaded”, is that correct?
2021-01-15 21:39:15: 0: STDOUT: Input File: /var/lib/Thinkbox/Deadline10/workers/ws-MS-7A38/jobsData/6001fd5c60538f4ab84b8613/Cliff_Proxy_185_Environmenttools_0026.hiplc
2021-01-15 21:39:34: 0: STDOUT: Traceback (most recent call last):
2021-01-15 21:39:34: 0: STDOUT: File "/var/lib/Thinkbox/Deadline10/workers/ws-MS-7A38/plugins/6001fd5c60538f4ab84b8613/hrender_dl.py", line 477, in <module>
2021-01-15 21:39:34: 0: Sending kill command to process hython-bin with id: 464953
2021-01-15 21:39:34: 0: Done executing plugin command of type 'Render Task'
2021-01-15 21:39:34: 0: Executing plugin command of type 'End Job'
2021-01-15 21:39:34: 0: Done executing plugin command of type 'End Job'
2021-01-15 21:39:36: Sending kill command to process deadlinesandbox.exe with id: 464910
2021-01-15 21:39:38: Scheduler Thread - Render Thread 0 threw a major error:
2021-01-15 21:39:38: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021-01-15 21:39:38: Exception Details
2021-01-15 21:39:38: RenderPluginException -- FailRenderException : Error: Caught exception: The attempted operation failed.
2021-01-15 21:39:38: at Deadline.Plugins.DeadlinePlugin.FailRender(String message) (Python.Runtime.PythonException)
2021-01-15 21:39:38: File "/var/lib/Thinkbox/Deadline10/workers/ws-MS-7A38/plugins/6001fd5c60538f4ab84b8613/Houdini.py", line 424, in HandleStdoutError
2021-01-15 21:39:38: self.FailRender(self.GetRegexMatch(1))
2021-01-15 21:39:38: at Python.Runtime.Dispatcher.Dispatch(ArrayList args)
2021-01-15 21:39:38: at __FranticX_Processes_ManagedProcess_StdoutHandlerDelegateDispatcher.Invoke()
2021-01-15 21:39:38: at FranticX.Processes.ManagedProcess.RegexHandlerCallback.CallFunction()
2021-01-15 21:39:38: at FranticX.Processes.ManagedProcess.e(String cj, Boolean ck)
2021-01-15 21:39:38: at FranticX.Processes.ManagedProcess.Execute(Boolean waitForExit)
2021-01-15 21:39:38: at Deadline.Plugins.DeadlinePlugin.DoRenderTasks()
2021-01-15 21:39:38: at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
2021-01-15 21:39:38: at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
2021-01-15 21:39:38: RenderPluginException.Cause: JobError (2)
2021-01-15 21:39:38: RenderPluginException.Level: Major (1)
2021-01-15 21:39:38: RenderPluginException.HasSlaveLog: True
2021-01-15 21:39:38: RenderPluginException.SlaveLogFileName: /var/log/Thinkbox/Deadline10/deadlineslave_renderthread_0-ws-MS-7A38-0000.log
2021-01-15 21:39:38: Exception.TargetSite: Deadline.Slaves.Messaging.PluginResponseMemento d(Deadline.Net.DeadlineMessage, System.Threading.CancellationToken)
2021-01-15 21:39:38: Exception.Data: ( )
2021-01-15 21:39:38: Exception.Source: deadline
2021-01-15 21:39:38: Exception.HResult: -2146233088
2021-01-15 21:39:38: Exception.StackTrace:
2021-01-15 21:39:38: at Deadline.Plugins.SandboxedPlugin.d(DeadlineMessage brr, CancellationToken brs
2021-01-15 21:39:38: at Deadline.Plugins.SandboxedPlugin.RenderTask(Task task, CancellationToken cancellationToken
2021-01-15 21:39:38: at Deadline.Slaves.SlaveRenderThread.c(TaskLogWriter aja, CancellationToken ajb)
2021-01-15 21:39:38: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
hrender_dl.py", line 477:
Print out load warnings, but continue on a successful load. try: hou.hipFile.load( inputFile ) except hou.LoadWarning as e: print(e)