Skip to content

Commit 94cc3d0

Browse files
minor improvements (#691)
1 parent c55c044 commit 94cc3d0

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

KnownIssues.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The following list are known issues. The issue may contain a work-around or an associated Issue number.
1+
The following list are known issues. The issue may contain a workaround or an associated Issue number.
22

33
**ISSUE**:
44
The createDomain and updateDomain tools cannot target non-JRF product resources to dynamic clusters because
@@ -18,7 +18,7 @@ The following list are known issues. The issue may contain a work-around or an a
1818
**ACTION**:
1919

2020
You must contact WebLogic support to assist you with a solution for this targeting dilemma. You can perform
21-
the following action as a temporary work-around to the described issue.
21+
the following action as a temporary workaround to the described issue.
2222

2323
1. Add a configured managed server to your dynamic cluster and re-run the createDomain or updateDomain tool.
2424
The dynamic cluster becomes a "mixed" cluster once the managed server is added. When the WDT tool targets the
@@ -44,21 +44,20 @@ The following list are known issues. The issue may contain a work-around or an a
4444

4545
**ACTION**:
4646
Run RCU before executing createDomain for JRF domains
47-
47+
4848
**ISSUE**:
4949
The discoverDomain or createDomain tool cannot handle object name with slashes and finished with
5050
warnings. For example:
51-
52-
2. WLSDPLY-06140: Unable to cd to the expected path /SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager
53-
constructed from location context model_folders = ['SelfTuning', 'WorkManager'], 'name_tokens' =
54-
{'SELFTUNING': 'NO_NAME_0','DOMAIN': 'basesoa','WORKMANAGER': 'wm/SOAWorkManager'}; the current folder and
55-
its sub-folders cannot be discovered : wlst.cd(/SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager) in
51+
52+
2. WLSDPLY-06140: Unable to cd to the expected path /SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager
53+
constructed from location context model_folders = ['SelfTuning', 'WorkManager'], 'name_tokens' =
54+
{'SELFTUNING': 'NO_NAME_0','DOMAIN': 'basesoa','WORKMANAGER': 'wm/SOAWorkManager'}; the current folder and
55+
its sub-folders cannot be discovered : wlst.cd(/SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager) in
5656
offline mode failed: com.oracle.cie.domain.script.ScriptException: No such element WorkManager named wm
5757

58-
The reason for this warning is because of the slash(es) in the object name. In this case the object name is
58+
The reason for this warning is because of the slash(es) in the object name. In this case the object name is
5959
wm/SOAWorkManager
60-
60+
6161
**ACTION**:
62-
Contact Oracle Support to obtain the patch for the bug number 25790276 for your weblogic version
62+
Contact Oracle Support to obtain the patch for the bug number 25790276 for your weblogic version
6363
before running the tool.
64-

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ As new use cases are discovered, new tools will likely be added to cover those o
2626
The Oracle WebLogic Server Deploy Tooling project repository is located at [`https://github.com/oracle/weblogic-deploy-tooling`](https://github.com/oracle/weblogic-deploy-tooling). Binary distributions of the `weblogic-deploy.zip` installer can be downloaded from the [GitHub Releases page](https://github.com/oracle/weblogic-deploy-tooling/releases). To install the software, simply unzip the `weblogic-deploy.zip` installer on a machine that has the desired versions of WebLogic Server installed. After being unzipped, the software is ready to use, just set the `JAVA_HOME` environment variable to point to a Java 7 or higher JDK and the shell scripts are ready to run.
2727

2828

29-
## [Supported WLS Versions](site/wls_versions.md)
29+
## Supported WLS Versions
30+
31+
For the supported WebLogic Server and JDK versions required to run WebLogic Server Deploy Tooling, see [Supported WLS Versions](site/wls_versions.md).
3032

3133

3234
## Concepts
@@ -36,6 +38,10 @@ The Oracle WebLogic Server Deploy Tooling project repository is located at [`htt
3638
- [Model Use Cases](site/use_cases.md)
3739
- [Tool Configuration](site/tool_configuration.md)
3840

39-
## [Developer Guide](site/developer/developer_guide.md)
41+
## Developer Guide
42+
43+
For information for developers, see the [Developer Guide](site/developer/developer_guide.md).
44+
45+
## Known Issues
4046

41-
## [Known Issues](KnownIssues.md)
47+
See the following list of [Known Issues](KnownIssues.md) and workarounds.

0 commit comments

Comments
 (0)