Version/Environment (if relevant):
This applies to all versions of Domino.
Description:
When you publish an app, the App Versions tab shows the app’s history of executions. Each version will show the status of the run in a different color:
Blue: Running -- Your code is executing.
Green: Succeeded -- Your execution has finished without error.
Gray: Stopped -- The execution has been manually stopped.
The app had a normal shutdown. The User Output logs will show that:
- Domino received a request by the user to stop the run:
Request to stop app with id <runId>
- The container was terminated normally during the requested stop:
Evaluating cleanup command on EXIT with exit code 143: ${CURL} --silent --show-error -X POST http://localhost:9000/executor/endSingleRun/63e57044c950e97e07bfe0c4?exitCode=$code_at_exit
Session terminated, terminating shell... ...waiting for child to terminate.
Caught termination signal!
killed by pod termination --
The Support Bundle will show which user stopped the app:
- executor.log:
Stopped by <username> Run <runId> is being stopped by request
- run.json log:
"commitMessage": "Stopped by username"
Issue:
Red: Failed -- Your execution did not complete due to a problem.
The run did not have a normal shutdown. Either the container crashed, never got scheduled and timed out, or something else prevented the normal stop sequence from occurring.
Resolution:
Check the User and Output logs for errors.
If you need assistance:
- Select the Failed run.
- Click on the Logs tab.
- Download the Support Bundle zip file.
- Click on the Support button to submit a ticket and send the zip file to Support.
Notes/Information:
When you start an execution in Domino, it moves through several states during its lifecycle. Learn more about Execution states.
Comments
0 comments
Please sign in to leave a comment.