HI ,
I have a deadline set up in the AWS cloud. set up using AWS Renderfarm python CDK. After successful deployment when I submitted a job, I am getting the following error. I already configured my UBL for deadline
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: Error running authentication: No License Model defined [license_impl.cpp(145)]
2023-08-10 07:38:28: 0: STDOUT: Error running authentication: No License Model defined [license_impl.cpp(145)]
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: ----
2023-08-10 07:38:28: 0: STDOUT: ----
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: Enter the license method:
2023-08-10 07:38:28: 0: STDOUT: Enter the license method:
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: 1) Maxon App
2023-08-10 07:38:28: 0: STDOUT: 1) Maxon App
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: 2) Maxon Account
2023-08-10 07:38:28: 0: STDOUT: 2) Maxon Account
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: 3) Maxon License Server
2023-08-10 07:38:28: 0: STDOUT: 3) Maxon License Server
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: 4) RLM
2023-08-10 07:38:28: 0: STDOUT: 4) RLM
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.HandleStdoutLine: parsing stdout: Q) Quit
2023-08-10 07:38:28: 0: STDOUT: Q) Quit
2023-08-10 07:38:28: 0: DEBUG: ManagedProcess.Execute: m_process.IsRunning(): True m_process.IsStdoutAvailable(): False
2023-08-10 07:38:28: 0: DEBUG: PopupHandler.CheckForPopups: Getting popup handles
2023-08-10 07:38:28: 0: DEBUG: PopupHandler.CheckForPopups: Got 0 handles
2023-08-10 07:38:28: 0: DEBUG: PopupHandler.CheckForPopups: Returning
[ ... last message continued until job got canceled ... ]```