Deadline 6.1 on Linux error

Hi there,

we’re getting this error when submitting our jobs to the latest Deadline 6.1 running on Linux.

[code] /usr/bin/mono /opt/Thinkbox/DeadlineRepository6/bin/Linux/deadlinecommand.exe /home/publicsmb/jobs/r4a2fhx8y0/job_info.job /home/publicsmb/jobs/r4a2fhx8y0/plugin_info.job /home/publicsmb/jobs/r4a2fhx8y0/46634610-c49c-11e3-901b-d8d385a1bb29/d57bd309fe0f753c388a83623fbe00b8.max
System.EntryPointNotFoundException: PyUnicodeUCS2_FromUnicode
at (wrapper managed-to-native) Python.Runtime.Runtime:PyUnicode_FromUnicode (string,int)
at Python.Runtime.Runtime.PyUnicode_FromString (System.String s) [0x00000] in :0
at Python.Runtime.Runtime.Initialize () [0x00000] in :0
at Python.Runtime.PythonEngine.Initialize () [0x00000] in :0
at FranticX.Scripting.PythonNetScriptEngine.Initialize (System.String home, System.String[] paths) [0x00000] in :0
Deadline Command 6.1 [v6.1.0.54665 R]

Configuration Error: Unable to get the default repository from the config file “/var/lib/Thinkbox/Deadline6/deadline.ini” because it is locked by another process.[/code]

Any idea where to look to fix this?

Thank you in advance, best.

My only thought is to use lsof to see who has that file open for writing, and see if you can write-protect it from them. Once I know which app is to blame, we can start seeing why it’s still got it open.

Hi,

Just a thought, but are you forcing a certain UTF encoding at the top of your python code? If so, can you try removing it so it’s blank and trying again?
Cheers,
Mike