You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/1.9/content/release-notes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
####Known issues for WebLogic Deploy Tooling
1
+
### Known issues for WebLogic Deploy Tooling
2
2
3
3
The following list contains known issues. Each issue may contain a workaround or an associated issue number.
4
4
5
-
#####Discover Domain Tool SEVERE Messages
5
+
#### Discover Domain Tool `SEVERE` messages
6
6
7
7
**ISSUE**:
8
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.
@@ -14,23 +14,23 @@ Ignore the following messages logged during discovery of a 12.2.1.0 domain.
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.
21
21
22
22
**ACTION**:
23
23
Run the WLS `rcu` command before executing `createDomain` for JRF domains
24
24
25
-
#####Credential in Security Configuration
25
+
#### Credential in security configuration
26
26
27
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
28
```
29
29
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
30
30
```
31
31
**ACTION**: Contact Oracle Support to obtain the patch for bug number 30874677 for your WebLogic Server version before running the tool.
32
32
33
-
#####Assigning Security Groups to Users
33
+
#### Assigning security groups to users
34
34
35
35
**ISSUE**: For WLS versions prior to 14.1.1, there is a problem setting the `GroupMemberOf` attribute in the `topology/Security/User` folder. The value is not persisted correctly, and the assignment will not be present when the domain is started.
0 commit comments