Skip to content

Commit 5ecd8fd

Browse files
author
Vince Kraemer
committed
remove stand-alone troubleshooting docs
1 parent 8cb2b83 commit 5ecd8fd

File tree

4 files changed

+13
-42
lines changed

4 files changed

+13
-42
lines changed

integration-tests/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,16 @@ ITOperator.java - take a look at this test for reference
311311
# Future enhancement
312312

313313
Add functional tests
314+
315+
## Troubleshooting
316+
317+
The integration tests are not completely independent of the environment.
318+
319+
You may run into one or more of the following errors when you attempt to execute the command
320+
```
321+
mvn clean verify -P java-integration-tests 2>&1 | tee log.txt
322+
```
323+
1. `[ERROR] No permision to create directory /scratch/...`
324+
there are a couple ways to resolve this issue:
325+
* create a world writable directory named /scratch
326+
* create some other world writable directory and then define the environment variables RESULT_ROOT and PV_ROOT to point to that directory. If you want, you can create two directories to keep things separated.

integration-tests/troubleshooting.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/troubleshooting.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/troubleshooting.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)