Skip to content

Commit 9c6094b

Browse files
minor text edits (#889)
1 parent 035a353 commit 9c6094b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ WDT provides several single-purpose tools, all exposed as shell scripts (for bot
3333
* Provide information about the folders and attributes that are valid for sections and folders of a domain model.
3434

3535
***
36-
WebLogic Deploy Tooling version and release information is found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
36+
WebLogic Deploy Tooling version and release information can be found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
3737
***
3838

3939
# Documentation

documentation/1.9/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For detailed information, see [WDT Tools]({{< relref "/userguide/tools/" >}}).
3838
***
3939
### Current production release
4040

41-
WebLogic Deploy Tooling version and release information is found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
41+
WebLogic Deploy Tooling version and release information can be found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
4242

4343
***
4444
### Recent changes and known issues

documentation/1.9/content/developer/ReleaseProcess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "WDT Project Release Process"
2+
title: "WDT project release process"
33
date: 2019-02-23T17:19:24-05:00
44
draft: false
55
weight: 5

documentation/1.9/content/release-notes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#### Known issues for WebLogic Deploy Tooling
1+
### Known issues for WebLogic Deploy Tooling
22

33
The following list contains known issues. Each issue may contain a workaround or an associated issue number.
44

5-
##### Discover Domain Tool SEVERE Messages
5+
#### Discover Domain Tool `SEVERE` messages
66

77
**ISSUE**:
88
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.
1414
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
1515
```
1616

17-
##### Create Domain Tool with 11g JRF Domains
17+
#### Create Domain Tool with 11g JRF domains
1818

1919
**ISSUE**:
2020
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.
2121

2222
**ACTION**:
2323
Run the WLS `rcu` command before executing `createDomain` for JRF domains
2424

25-
##### Credential in Security Configuration
25+
#### Credential in security configuration
2626

2727
**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:
2828
```
2929
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
3030
```
3131
**ACTION**: Contact Oracle Support to obtain the patch for bug number 30874677 for your WebLogic Server version before running the tool.
3232

33-
##### Assigning Security Groups to Users
33+
#### Assigning security groups to users
3434

3535
**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.
3636

0 commit comments

Comments
 (0)