Review the following release notes for recent changes to WebLogic Deploy Tooling and known issues.
WebLogic Deploy Tooling now incorporates the SnakeYAML parser for reading and writing model files. This may require some changes to existing models in order to be parsed correctly.
topology:
Server:
'!ms1':
ms2:
topology:
Cluster:
cluster1:
ClientCertProxyEnabled: True
cluster2:
WeblogicPluginEnabled: true
Object lists in the kubernetes
section of the model now should be specified in a hyphenated list format,
similar to how they appear in the domain resource file produced for WebLogic Kubernetes Operator.
clusters:
- clusterName: 'cluster1'
allowReplicasBelowMinDynClusterSize: true
- clusterName: 'cluster2'
allowReplicasBelowMinDynClusterSize: true
clusters:
'cluster1':
allowReplicasBelowMinDynClusterSize: true
'cluster2':
allowReplicasBelowMinDynClusterSize: true
The deprecated argument -model_sample
has been removed from the Model Help Tool.
The Model Help Tool has used model sample format by default since release 1.9.2.
The following list contains known issues. Each issue may contain a workaround or an associated issue number.
SEVERE
messagesISSUE:
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.
ACTION: Ignore the following messages logged during discovery of a 12.2.1.0 domain.
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
ISSUE: 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.
ACTION:
Run the WLS rcu
command before executing createDomain
for JRF domains
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:
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
ACTION: Contact Oracle Support to obtain the patch for bug number 30874677 for your WebLogic Server version before running the tool.
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.
ACTION: Contact Oracle Support to obtain the patch for bug number 30319071 for your WebLogic Server version before running the tool.
RotateLogOnStartup
attributeISSUE: For existing WLS versions, there is a problem setting the RotateLogOnStartup
attribute in various log file folders. The value is not persisted correctly, and the assignment will not be present when the domain is started.
ACTION: Contact Oracle Support to obtain the patch for bug number 29547985 for your WebLogic Server version before running the tool.