Skip to content

Commit 4be955e

Browse files
authored
Merge pull request #341 from oracle/knownissuesfix
Knownissuesfix
2 parents 100f821 + 91c31eb commit 4be955e

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed
+22-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,40 @@
11
The following list are known issues. The issue may contain a work-around or an associated Issue number.
22

3-
ISSUE:
3+
**ISSUE**:
44
The discoverDomain STDOUT contains many SEVERE messages about cd() and ls() when it is run against a 12.2.1 domain.
55
The discover tool navigates through the domain MBeans using wlst to determine which MBeans are present in a
66
domain. When it tests an MBean that is not present, the erroneous message is logged by Weblogic WLST.
77
There is no 12.2.1 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
88

9-
ACTION:
9+
**ACTION**:
1010
Ignore the following messages logged during discover of a 12.2.1 domain.
1111

1212
####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
1313
####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
1414

1515

16-
ISSUE:
16+
**ISSUE**:
1717
The createDomain tool cannot create 11g JRF domains. The tool will issue error messages in the log, and
1818
terminate the create process. The discoverDomain tool can discover 11g JRF domains, and those domains can be
1919
configured with the updateDomain and deploy tools.
2020

21-
ACTION:
21+
**ACTION**:
2222
Do not use the createDomain tool for 11g JRF domains. This functionality may be available in a future release.
23+
24+
**ISSUE**:
25+
The discoverDomain or createDomain tool cannot handle object name with slashes and finished with
26+
warnings. For example:
27+
28+
2. WLSDPLY-06140: Unable to cd to the expected path /SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager
29+
constructed from location context model_folders = ['SelfTuning', 'WorkManager'], 'name_tokens' =
30+
{'SELFTUNING': 'NO_NAME_0','DOMAIN': 'basesoa','WORKMANAGER': 'wm/SOAWorkManager'}; the current folder and
31+
its sub-folders cannot be discovered : wlst.cd(/SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager) in
32+
offline mode failed: com.oracle.cie.domain.script.ScriptException: No such element WorkManager named wm
33+
34+
The reason for this warning is because of the slash(es) in the object name. In this case the object name is
35+
wm/SOAWorkManager
36+
37+
**ACTION**:
38+
Contact Oracle Support to obtain the patch for the bug number 25790276 for your weblogic version
39+
before running the tool.
40+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Many organizations are using WebLogic Server, with or without other Oracle Fusio
2121
- [Variable Injection](site/variable_injection.md)
2222
- [Model Filters](site/tool_filters.md)
2323
- [Downloading and Installing](#downloading-and-installing-the-software)
24+
- [Known Issues](KnownIssues.md)
2425

2526
## Features of the Oracle WebLogic Server Deploy Tooling
2627

0 commit comments

Comments
 (0)