Skip to content

Commit f075a7c

Browse files
authored
README: Added known issue for SecurityConfiguration/CredentialEncrypted (#703)
* Added known issue for SecurityConfiguration/CredentialEncrypted * Removed known issues that were resolved
1 parent 4caeb9c commit f075a7c

File tree

1 file changed

+18
-50
lines changed

1 file changed

+18
-50
lines changed

KnownIssues.md

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,31 @@
1-
The following list are known issues. The issue may contain a workaround or an associated Issue number.
1+
## Known Issues for Oracle WebLogic Server Deploy Tooling
22

3-
**ISSUE**:
4-
The createDomain and updateDomain tools cannot target non-JRF product resources to dynamic clusters because
5-
WebLogic WLST will not assign resources associated with extension or custom template user server groups
6-
to dynamic clusters. Resources associated to JRF user server groups defined in the domain typedef
7-
(i.e. JRF, RestrictedJRF) will be targeted to the dynamic cluster by the WDT tools using the FMW WLST function
8-
applyJRF.
9-
10-
If you have only non-JRF user server groups targeted to a dynamic cluster, you will see the following message:
11-
12-
WLSDPLY-12238: Unable to target non-JRF template server groups for domain type <your domain typedef> to dynamic cluster(s).
13-
14-
You will not see this message if you have a mix of non-JRF and JRF user server groups targeted to the dynamic
15-
cluster. WDT cannot detect if a user server group is associated to JRF, and therefore, whether the applyJRF will
16-
target the user group resources to the dynamic cluster.
17-
18-
**ACTION**:
3+
The following list contains known issues. Each issue may contain a workaround or an associated issue number.
194

20-
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 workaround to the described issue.
22-
23-
1. Add a configured managed server to your dynamic cluster and re-run the createDomain or updateDomain tool.
24-
The dynamic cluster becomes a "mixed" cluster once the managed server is added. When the WDT tool targets the
25-
user server groups to the configured managed server, the resources are automatically targeted to the cluster
26-
by WebLogic, which includes both the managed server and the dynamic servers.
5+
### Discover Domain Tool SEVERE Messages
276

287
**ISSUE**:
29-
The discoverDomain STDOUT contains many SEVERE messages about cd() and ls() when it is run against a 12.2.1 domain.
30-
The discover tool navigates through the domain MBeans using wlst to determine which MBeans are present in a
31-
domain. When it tests an MBean that is not present, the erroneous message is logged by Weblogic WLST.
32-
There is no 12.2.1 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
8+
The `discoverDomain` STDOUT contains many SEVERE messages about `cd()` and `ls()` when it is run against a 12.2.1.0 domain. The Discover Domain Tool navigates through the domain MBeans using WLST to determine which MBeans are present in a domain. When it tests an MBean that is not present, an error message is logged by WLST. There is no 12.2.1.0 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
339

3410
**ACTION**:
35-
Ignore the following messages logged during discover of a 12.2.1 domain.
36-
37-
####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
38-
####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
11+
Ignore the following messages logged during discovery of a 12.2.1.0 domain.
12+
```
13+
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
14+
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
15+
```
3916

17+
### Create Domain Tool with 11g JRF Domains
4018

4119
**ISSUE**:
42-
The createDomain tool cannot run rcu for 11g JRF domains. The tool will issue error messages in the log, and
43-
terminate the create process.
20+
The Create Domain Tool cannot initialize RCU for 11g JRF domains. The tool will issue error messages in the log and terminate the create process.
4421

4522
**ACTION**:
46-
Run RCU before executing createDomain for JRF domains
47-
48-
**ISSUE**:
49-
The discoverDomain or createDomain tool cannot handle object name with slashes and finished with
50-
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
56-
offline mode failed: com.oracle.cie.domain.script.ScriptException: No such element WorkManager named wm
23+
Run the WLS `rcu` command before executing `createDomain` for JRF domains
5724

58-
The reason for this warning is because of the slash(es) in the object name. In this case the object name is
59-
wm/SOAWorkManager
25+
### Credential in Security Configuration
6026

61-
**ACTION**:
62-
Contact Oracle Support to obtain the patch for the bug number 25790276 for your weblogic version
63-
before running the tool.
27+
**ISSUE**: For WLS versions prior to 14.1.1, there is a problem setting the `CredentialEncrypted` attribute in the `topology/SecurityConfiguration` folder. The value is not encrypted properly in the configuration and the domain will fail to start with the error:
28+
```
29+
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
30+
```
31+
**ACTION**: Contact Oracle Support to obtain the patch for bug number 30874677 for your WebLogic Server version before running the tool.

0 commit comments

Comments
 (0)