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
Copy file name to clipboardExpand all lines: articles/spring-apps/troubleshoot-build-exit-code.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ The following list describes some common exit codes:
39
39
40
40
Set `BP_MAVEN_POM_FILE` to specify the location of the project's *pom.xml* file.
41
41
42
-
- There's something wrong with your application; for example, your *jar* file doesn't have a */META-INF/MANIFEST.MF* file that contains a *Main-Class* entry.
42
+
- There's something wrong with your application; for example, your *.jar* file doesn't have a */META-INF/MANIFEST.MF* file that contains a `Main-Class` entry.
43
43
44
44
-**51** - Buildpack build error.
45
45
46
46
Consider the following possible causes of an exit code of *51*:
47
47
48
-
- If Azure Spring Apps displays the error message *Build failed in stage build with reason OOMKilled* in the Azure CLI console, the build failed due to insufficient memory.
48
+
- If Azure Spring Apps displays the error message `Build failed in stage build with reason OOMKilled` in the Azure CLI console, the build failed due to insufficient memory.
49
49
50
50
Use the following command to increase memory using the `build-memory` environment variable:
51
51
@@ -67,7 +67,7 @@ The following list describes some common exit codes:
67
67
68
68
Consider the following possible cause of an exit code of *62*:
69
69
70
-
- If Azure Spring Apps displays the error message *Failed to write image to the following tags* in the build log, the build failed because of a network issue.
70
+
- If Azure Spring Apps displays the error message `Failed to write image to the following tags` in the build log, the build failed because of a network issue.
0 commit comments