Skip to content

Commit 55d3ea1

Browse files
fixes
1 parent 14c42d3 commit 55d3ea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/troubleshoot-build-exit-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following list describes some common exit codes:
3737

3838
- You're running against the wrong path; for example, your Maven project's *pom.xml* file isn't in the root path.
3939

40-
Set `BP_MAVEN_POM_FILE` to specify the project's *pom.xml* file.
40+
Set `BP_MAVEN_POM_FILE` to specify the location of the project's *pom.xml* file.
4141

4242
- 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.
4343

@@ -47,7 +47,7 @@ The following list describes some common exit codes:
4747

4848
- 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.
4949

50-
Use the following command to increase memory using the `build-memory` environment variable in Azure CLI:
50+
Use the following command to increase memory using the `build-memory` environment variable:
5151

5252
```azurecli
5353
az spring app deploy \
@@ -57,11 +57,11 @@ The following list describes some common exit codes:
5757
--build-memory 3Gi
5858
```
5959
60-
- An application source code error; for example, there's a compilation error in your source code.
60+
- The build failed because of an application source code error; for example, there's a compilation error in your source code.
6161
6262
Check the build log to find the root cause.
6363
64-
- A download dependency error; for example, the Maven dependency download failed due to a network issue.
64+
- The build failed because of a download dependency error; for example, a network issue caused the Maven dependency download to fail.
6565
6666
- **62** - Failed to write image to Azure Container Registry.
6767

0 commit comments

Comments
 (0)