You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the "Launch Job" task in several of my Release templates, and sometimes I have a few tasks that crash with Java errors, including:
Exception during execution: javax.script.ScriptException: tower_cli.exceptions.AuthError: Invalid Tower authentication credentials. in <script> at line number 82
Or
Exception during execution: javax.script.ScriptException: java.util.concurrent.RejectedExecutionException: java.util.concurrent.RejectedExecutionException: event executor terminated in <script> at line number 82
What is strange is that in Tower, the job starts well, runs well and ends well.
Another use case with the same scenario:
I launch a Tower job by unchecking the "waitTillComplete" property
The Tower job launches and runs correctly; however the Release task crashes with the error:
Exception during execution: javax.script.ScriptException: Exception: Failed with status pending in <script> at line number 82
In this case, I had to force the value of "monitor" to "True" instead of "task_vars['waitTillComplete']
Would there be a problem when Tower hands over to Release?
Regards,
Jeremy
The text was updated successfully, but these errors were encountered:
Hi guys,
I use the "Launch Job" task in several of my Release templates, and sometimes I have a few tasks that crash with Java errors, including:
Exception during execution: javax.script.ScriptException: tower_cli.exceptions.AuthError: Invalid Tower authentication credentials. in <script> at line number 82
Or
Exception during execution: javax.script.ScriptException: java.util.concurrent.RejectedExecutionException: java.util.concurrent.RejectedExecutionException: event executor terminated in <script> at line number 82
What is strange is that in Tower, the job starts well, runs well and ends well.
Another use case with the same scenario:
Exception during execution: javax.script.ScriptException: Exception: Failed with status pending in <script> at line number 82
In this case, I had to force the value of "monitor" to "True" instead of "task_vars['waitTillComplete']
Would there be a problem when Tower hands over to Release?
Regards,
Jeremy
The text was updated successfully, but these errors were encountered: