Skip to content

Commit 9f989be

Browse files
more content
1 parent b164f4d commit 9f989be

File tree

11 files changed

+57
-4
lines changed

11 files changed

+57
-4
lines changed
Loading
Loading

troubleshooting/troubleshooting.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This document lists the common errors seen when using the stack.
44

5-
## The job failed due to an error in the Terraform configuration. To troubleshoot this issue, view the job log.
5+
## Stack error: pipeline build error
6+
7+
The failure details says: "The job failed due to an error in the Terraform configuration. To troubleshoot this issue, view the job log."
68

79
![](./screenshots/1_statefailed.png)
810

@@ -21,3 +23,23 @@ This indicates that the build pipeline failed. Go to the build pipeline log to s
2123

2224
![](./screenshots/3_buildpipelinelog.png)
2325

26+
## Stack error: artifact already exists
27+
28+
The failure details says: "The job failed due to an error in the Terraform configuration. To troubleshoot this issue, view the job log."
29+
30+
![](./screenshots/4_artifactalreadyexists.png)
31+
32+
```
33+
Error: 409-GENERIC_ARTIFACT_METADATA_EXISTS, Generic artifact with repositoryId ocid1.artifactrepository..., artifactPath mytodolist-deploy-script and artifactVersion 1.0.0 exists. Existing genericArtifactId: ocid1.genericartifact.oc1.iad...
34+
Suggestion: The resource is in a conflicted state. Please retry again or contact support for help with service: Generic Artifacts Content Artifact By Path...
35+
```
36+
37+
This is a pretty common error. The stack is not able to delete the previous artifact. To fix this, go to the "artifact registry" and manually delete the artifact:
38+
39+
![](./screenshots/5_deleteartifact.png)
40+
41+
## Destroying the stack fails
42+
43+
Before destroying the stack you must manually delete the artifact.
44+
45+
You may also need to manually deletet the VCN that the stack created.
Loading
Loading
10.2 KB
Loading
Loading
Loading
Loading
320 KB
Loading

0 commit comments

Comments
 (0)