Closed anatoliatanasov closed 1 year ago
The issue is resolved by modifying the ${WLDT_HOME}/lib/typedefs/WLS.json
file.
The WLS_12CR1
object's baseTemplate
attribute is changed to "Basic WebLogic Server Domain", e.g.:
{
"copyright": "Copyright (c) 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.",
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
"name": "WLS",
"description": "WLS type domain definitions",
"versions": {
"10.3.6": "WLS_11G",
"12.1.1": "WLS_11G",
"12.1.2": "WLS_12CR1",
"12.1.3": "WLS_12CR1",
"12.2.1": "WLS_12CR2",
"12.2.1.3": "WLS_12CR2",
"12.2.1.4": "WLS_12CR2",
"14.1": "WLS_14"
},
"definitions": {
"WLS_11G": {
"baseTemplate": "@@WL_HOME@@/common/templates/domains/wls.jar",
"extensionTemplates": [ ],
"customExtensionTemplates": [ ],
"serverGroupsToTarget": [ ],
"rcuSchemas": [ ]
},
"WLS_12CR1": {
"baseTemplate": "Basic WebLogic Server Domain",
"extensionTemplates": [ ],
"customExtensionTemplates": [ ],
"serverGroupsToTarget": [ ],
"rcuSchemas": [ ]
},
"WLS_12CR2": {
"baseTemplate": "Basic WebLogic Server Domain",
"extensionTemplates": [ ],
"customExtensionTemplates": [ ],
"serverGroupsToTarget": [ ],
"rcuSchemas": [ ]
},
"WLS_14": {
"baseTemplate": "Basic WebLogic Server Domain",
"extensionTemplates": [ ],
"customExtensionTemplates": [ ],
"serverGroupsToTarget": [ ],
"rcuSchemas": [ ]
}
}
}
Reopening after seeing that someone took the assignment.
There is a fundamental problem here we will fix. Your change to the WLS typedef is working around the problem but will break the typedef if used for createDomain.
Do you need any details from my side?
No, this is easily reproduced
Fixed in release 3.2.1
Hi there,
Just downloaded the latest version of the WLDT tool and tried to run it against offline (shutdown) domain of version 12.1.3. The command I use is
where at
/opt/Applications/Oracle/soa_studio_1213
I have installed Oracle SOA Suite Studio 12.1.3 (JDeveloper) plus the integrated WLS.The outcome of the command above is:
The same error crops up in case the tool is executed against WLS 10.3.6 domain.
Thanks and regards, A.