Skip to content

Commit 6727bf7

Browse files
author
Johnny
committed
change txt to md for KnowIssues
1 parent f528474 commit 6727bf7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

KnownIssues.md

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

0 commit comments

Comments
 (0)