Changes for page Runtime Overview Exit codes
Last modified by Carlijn Kokkeler on 2024/09/17 15:13
From version 20.1
edited by Carlijn Kokkeler
on 2024/09/17 15:13
on 2024/09/17 15:13
Change comment:
There is no comment for this version
To version 14.1
edited by Tudor Neacsu
on 2024/06/21 09:52
on 2024/06/21 09:52
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.TudorNeacsu - Content
-
... ... @@ -1,11 +1,11 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In this document, we will use the information from the actualroot cause analysis to makegeneric view that canbe usedif you runinto thesame or a similar problemin thefuture. The focus will be onproviding insights into what is an exit code, the main exit codes returned by a container when it stops and how can that helpyoutosolveyourproblem.2 +In this microlearning, we will give insights into what is an exit code, the main exit codes returned by a container when it stops and how can that help a Support Engineer to conduct an RCA. 3 3 4 4 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 6 6 == 1. Key concepts == 7 7 8 -In a previous [[microlearning>>doc :Main.eMagiz.Microlearnings.Crash.Crash.Runtimecribethe most common exit codes that you can encounterin eMagiz.8 + In a previous [[microlearning>>https://docs.emagiz.com/bin/view/Main/eMagiz%20Academy/Microlearnings/Crash%20Course/Crash%20Course%20Platform/Runtime%20Overview||target="blank"]] we explained that a container can have multiple statuses. Among these, there is the status Exit which is returned by the container uppon stopping and comes together with a code. The exit code usually points out the reason why the container stopped. In the section below we go into more details for the most common exit codes that you could see in eMagiz. 9 9 10 10 [[image:Main.Images.RCA-Knowledgebase.WebHome@rca-knowledgebase-runtime-overview-exit-codes.png]] 11 11 ... ... @@ -37,18 +37,14 @@ 37 37 ** The application inside the container crashed due to a segmentation fault, which is usually caused by accessing memory that the process does not have permission to access. 38 38 39 39 * Exited with code **143** 40 -** The container stopped gracefully after receiving the operating system's SIGTERM signal, which instructs the container to do so. 40 +** The container stopped gracefully terminated after receiving the operating system's SIGTERM signal, which instructs the container to do so. 41 41 ** For example, when you command the container to stop via Deploy Architecture or when eMagiz stops the container, e.g. Stop Machine deployment step. 42 42 43 43 * Exited with code **255** 44 44 ** Container exited, returning an exit code outside the acceptable range, meaning the cause of the error is not known. 45 45 46 -== 3. Suggested Additional Readings == 47 47 48 -* [[Crash Courses (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]] 49 -** [[Crash Course Platform (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.WebHome||target="blank"]] 50 -*** [[Runtime Overview>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.Runtime Overview||target="blank"]] 51 -* [[Runtime Overview (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22runtime+overview%22||target="blank"]] 47 +== 5. Suggested Additional Readings == 52 52 53 53 54 54 )))((({{toc/}}))){{/container}}{{/container}}