Hi, I tried to submit from houdini, but the massage pop up…
“Error: The configured Client Certificate (‘C:/DeadlineDatabase10/certs/Deadline10Client.pfx’) does not exist. (Deadline.Configuration.DeadlineConfigException)” is already in the system path
Traceback (most recent call last):
File “C:/ProgramData/Thinkbox/Deadline10/submitters/Houdini/DeadlineHoudiniClient.py”, line 39, in
import SubmitHoudiniToDeadline
File “C:\Program Files\Side Effects Software\Houdini 20.5.522\python310\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature.py”, line 139, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named ‘SubmitHoudiniToDeadline’
The SubmitHoudiniToDeadline.py script could not be found in the Deadline Repository. Please make sure that the Deadline Client has been installed on this machine, that the Deadline Client bin folder is set in the DEADLINE_PATH environment variable, and that the Deadline Client has been configured to point to a valid Repository.
I think this error pops out also when there is an error in the imported module. In this case, something in SubmitHoudiniToDeadline top level threw an error, and thus the symptom.
I see that first it failed acquiring a client certificate. Are you using a client certificate?
at Deadline.Plugins.SandboxedPlugin.d(DeadlineMessage bgt, CancellationToken bgu)
at Deadline.Plugins.SandboxedPlugin.RenderTask(Task task, CancellationToken cancellationToken)
at Deadline.Slaves.SlaveRenderThread.c(TaskLogWriter ajx, CancellationToken ajy)