-
Notifications
You must be signed in to change notification settings - Fork 91
str or unicode required for replace when discovering WLS 12.1.3 domain #1466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The issue is resolved by modifying the {
"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 |
Ensure that WL_HOME token can be resolved for exit model context typedef See merge request weblogic-cloud/weblogic-deploy-tooling!1468
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.
The text was updated successfully, but these errors were encountered: