|
1 | 1 | The following list are known issues. The issue may contain a work-around or an associated Issue number.
|
2 | 2 |
|
3 |
| -ISSUE: |
| 3 | +**ISSUE**: |
4 | 4 | The discoverDomain STDOUT contains many SEVERE messages about cd() and ls() when it is run against a 12.2.1 domain.
|
5 | 5 | The discover tool navigates through the domain MBeans using wlst to determine which MBeans are present in a
|
6 | 6 | domain. When it tests an MBean that is not present, the erroneous message is logged by Weblogic WLST.
|
7 | 7 | There is no 12.2.1 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
|
8 | 8 |
|
9 |
| -ACTION: |
| 9 | +**ACTION**: |
10 | 10 | Ignore the following messages logged during discover of a 12.2.1 domain.
|
11 | 11 |
|
12 | 12 | ####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
|
13 | 13 | ####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
|
14 | 14 |
|
15 | 15 |
|
16 |
| -ISSUE: |
| 16 | +**ISSUE**: |
17 | 17 | The createDomain tool cannot create 11g JRF domains. The tool will issue error messages in the log, and
|
18 | 18 | terminate the create process. The discoverDomain tool can discover 11g JRF domains, and those domains can be
|
19 | 19 | configured with the updateDomain and deploy tools.
|
20 | 20 |
|
21 |
| -ACTION: |
| 21 | +**ACTION**: |
22 | 22 | 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 | + |
0 commit comments