Skip to content

Commit 077335b

Browse files
committed
JIRA WDT-42 Enable discoverDomain for 11g JRF; add entries to blacklist, add known issue for createDomain 11g JRF
1 parent 1bdae7b commit 077335b

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

KnownIssues.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ ACTION:
1010
Ignore the following messages logged during discover of a 12.2.1 domain.
1111

1212
####<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.>
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.

core/src/main/typedefs/JRF.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@
44
"name": "JRF",
55
"description": "JRF type domain definitions",
66
"versions": {
7+
"10.3.6": "JRF_11G",
78
"12.1.2": "JRF_1212",
89
"12.1.3": "JRF_1213",
910
"12.2.1": "JRF_12CR2",
1011
"12.2.1.3": "JRF_12213",
1112
"19.1": "JRF_19CR1"
1213
},
1314
"definitions": {
15+
"JRF_11G" : {
16+
"baseTemplate": "@@WL_HOME@@/common/templates/domains/wls.jar",
17+
"extensionTemplates": [
18+
"@@ORACLE_HOME@@/oracle_common/common/templates/applications/jrf_template_11.1.1.jar",
19+
"@@ORACLE_HOME@@/oracle_common/common/templates/applications/oracle.jrf.ws.async_template_11.1.1.jar",
20+
"@@ORACLE_HOME@@/oracle_common/common/templates/applications/oracle.wsmpm_template_11.1.1.jar",
21+
"@@ORACLE_HOME@@/oracle_common/common/templates/applications/oracle.em_11_1_1_0_0_template.jar"
22+
],
23+
"serverGroupsToTarget" : [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
24+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS" ]
25+
},
1426
"JRF_1212" : {
1527
"baseTemplate": "@@WL_HOME@@/common/templates/wls/wls.jar",
1628
"extensionTemplates": [
@@ -69,8 +81,10 @@
6981
"coherence-transaction-rar",
7082
"DMS Application%%",
7183
"em",
84+
"FMW Welcome Page Application%%",
7285
"opss-rest",
7386
"state-management-provider-memory-rar",
87+
"wsil-wls",
7488
"wsm-pm"
7589
],
7690
"coherence-clusters": [
@@ -82,6 +96,7 @@
8296
"opss-audit-DBDS",
8397
"opss-audit-viewDS",
8498
"opss-data-source",
99+
"opss-ds",
85100
"WLSSchemaDataSource"
86101
],
87102
"file-stores": [
@@ -147,9 +162,13 @@
147162
"UIX%%"
148163
],
149164
"shutdown-classes": [
150-
"DMSShutdown"
165+
"DMSShutdown",
166+
"JOC-Shutdown"
151167
],
152168
"startup-classes": [
169+
"JMX Framework Startup Class",
170+
"JOC-Startup",
171+
"JPS Startup Class",
153172
"WSM Startup Class",
154173
"Web Services Startup Class",
155174
"JRF Startup Class",

0 commit comments

Comments
 (0)