Changes for page Runtime Overview Exit codes
                  Last modified by Carlijn Kokkeler on 2024/09/17 15:13
              
      
      From 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
          
         
      To version  13.1 
    
    
              edited by Tudor Neacsu
        
on 2024/06/21 09:43
     on 2024/06/21 09:43
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Content
 -   
... ... @@ -12,36 +12,36 @@ 12 12 == 2. Exit code values == 13 13 14 14 * Exited with code **0** 15 -** The application inside the container completed its work successfully without any errors.15 +**The application inside the container completed its work successfully without any errors. 16 16 17 17 * Exited with code **1** 18 -** There was a general error in the application, which could be due to a variety of reasons like incorrect arguments or a failed dependency.19 -** For example when you are missing a property value.18 +**There was a general error in the application, which could be due to a variety of reasons like incorrect arguments or a failed dependency. 19 +**For example when you are missing a property value. 20 20 21 21 * Exited with code **125** 22 -** The docker run command was not executed successfully.23 -** This usually occurs when eMagiz fails to execute a certain command on that container, e.g. Start, Stop.22 +**The docker run command was not executed successfully. 23 +**This usually occurs when eMagiz fails to execute a certain command on that container, e.g. Start, Stop. 24 24 25 25 * Exited with code **126** 26 -** The command inside the container was found but cannot be executed. This can be due to permission issues or if the command is not executable.27 -** For example, when eMagiz is running on premises and the permissions are incorrectly configured.26 +**The command inside the container was found but cannot be executed. This can be due to permission issues or if the command is not executable. 27 +**For example, when eMagiz is running on premises and the permissions are incorrectly configured. 28 28 29 29 * Exited with code **127** 30 -** The command was not found. This usually happens if a script is missing or the path is not set correctly.30 +**The command was not found. This usually happens if a script is missing or the path is not set correctly. 31 31 32 32 * Exited with code **137** 33 -** The container was forcefully stopped34 -** This happens when the container exceeds its memory resource limit (OOM).33 +**The container was forcefully stopped 34 +**This happens when the container exceeds its memory resource limit (OOM). 35 35 36 36 * Exited with code **139** 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.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 terminated after receiving the operating system's SIGTERM signal, which instructs the container to do so.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.40 +**The container stopped gracefully terminated after receiving the operating system's SIGTERM signal, which instructs the container to do so. 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 -** Container exited, returning an exit code outside the acceptable range, meaning the cause of the error is not known.44 +**Container exited, returning an exit code outside the acceptable range, meaning the cause of the error is not known. 45 45 46 46 47 47 == 5. Suggested Additional Readings ==