AWS Thinkbox Discussion Forums

Datacenter_list.xml error on startup

Traceback (most recent call last): File "UI/Forms/MainWindowSlaveStartup.py", line 178, in Startup File "UI/Forms/MainWindowSlaveStartup.py", line 237, in ConnectToRepository IOException: The process cannot access the file 'datacenter_list.xml' because it is being used by another process. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at FranticX.IO.Directory2.Delete(String path, Boolean recursive, Int32 attempts, TimeSpan retryDelay) at Deadline.StorageDB.PluginStorage.GetPluginAPIDirectory() at Deadline.Scripting.DeadlineScriptManager.a(DataController A_0, Boolean A_1) at Deadline.Scripting.DeadlineScriptManager.GetInstance(DataController dataController, Boolean redirectOutput) at Deadline.Slaves.SlaveManager.Connect(RepositoryConnectionSettings connectionSettings, Boolean updateScriptManager)

Hmmm, I assume this happened around the time you updated to a new version of Deadline?

Seems like this is a problem with upgrading our pythonAPI folder; I was hoping we’d avoid this kind of issue based on how Python does caching, but I guess we didn’t account for arbitrary non-python files that could get locked by the loaded python modules :frowning:

Might have to re-think the way we update this folder…

Privacy | Site terms | Cookie preferences