You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/content/userguide/managing-domains/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ The following features are **not** certified or supported in this release:
82
82
* Multicast
83
83
* Multitenancy
84
84
* Production redeployment
85
+
* Mixed clusters (configured servers targeted to a dynamic cluster)
85
86
86
87
For up-to-date information about the features of WebLogic Server that are supported in Kubernetes environments, see My Oracle Support Doc ID 2349228.1.
self.addError("Dynamic clusters are not supported in FMW Infrastructure domains. Set ALLOW_DYNAMIC_CLUSTER_IN_FMW environment variable to true to bypass this validation.")
391
+
self.addError("WebLogic dynamic clusters are not supported in FMW Infrastructure domains. Set ALLOW_DYNAMIC_CLUSTER_IN_FMW environment variable to true to bypass this validation.")
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s listen port is "+str(firstListenPort) +" but its server "+self.name(server) +"'s listen port is "+str(listenPort) +". All ports for the same channel in a cluster must be the same.")
466
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s listen port is "+str(firstListenPort) +" but its server "+self.name(server) +"'s listen port is "+str(listenPort) +". All ports for the same channel in a cluster must be the same.")
467
467
iflistenPortEnabled!=firstListenPortEnabled:
468
-
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has listen port enabled: "+self.booleanToString(firstListenPortEnabled) +" but its server "+self.name(server) +"'s listen port enabled: "+self.booleanToString(listenPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
468
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has listen port enabled: "+self.booleanToString(firstListenPortEnabled) +" but its server "+self.name(server) +"'s listen port enabled: "+self.booleanToString(listenPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
469
469
ifsslListenPort!=firstSslListenPort:
470
-
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s ssl listen port is "+str(firstSslListenPort) +" but its server "+self.name(server) +"'s ssl listen port is "+str(sslListenPort) +". All ports for the same channel in a cluster must be the same.")
470
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s ssl listen port is "+str(firstSslListenPort) +" but its server "+self.name(server) +"'s ssl listen port is "+str(sslListenPort) +". All ports for the same channel in a cluster must be the same.")
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has ssl listen port enabled: "+self.booleanToString(firstSslListenPortEnabled) +" but its server "+self.name(server) +"'s ssl listen port enabled: "+self.booleanToString(sslListenPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
472
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has ssl listen port enabled: "+self.booleanToString(firstSslListenPortEnabled) +" but its server "+self.name(server) +"'s ssl listen port enabled: "+self.booleanToString(sslListenPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
473
473
ifadminPort!=firstAdminPort:
474
-
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s ssl listen port is "+str(firstAdminPort) +" but its server "+self.name(server) +"'s ssl listen port is "+str(adminPort) +". All ports for the same channel in a cluster must be the same.")
474
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +"'s ssl listen port is "+str(firstAdminPort) +" but its server "+self.name(server) +"'s ssl listen port is "+str(adminPort) +". All ports for the same channel in a cluster must be the same.")
475
475
ifadminPortEnabled!=firstAdminPortEnabled:
476
-
self.addError("The non-dynamic cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has ssl listen port enabled: "+self.booleanToString(firstAdminPortEnabled) +" but its server "+self.name(server) +"'s ssl listen port enabled: "+self.booleanToString(adminPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
476
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +"'s server "+self.name(firstServer) +" has ssl listen port enabled: "+self.booleanToString(firstAdminPortEnabled) +" but its server "+self.name(server) +"'s ssl listen port enabled: "+self.booleanToString(adminPortEnabled) +". Channels in a cluster must be either all enabled or disabled.")
self.addError("The non-dynamic cluster "+self.name(cluster) +" has mismatched number of network access points in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
506
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +" has mismatched number of network access points in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
self.addError("The non-dynamic cluster "+self.name(cluster) +" has mismatched network access point "+self.name(nap) +" in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
512
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +" has mismatched network access point "+self.name(nap) +" in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
513
513
return
514
514
else:
515
-
self.addError("The non-dynamic cluster "+self.name(cluster) +" has mismatched network access point "+self.name(nap) +" in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
515
+
self.addError("The WebLogic configured cluster "+self.name(cluster) +" has mismatched network access point "+self.name(nap) +" in servers "+self.name(firstServer) +" and "+self.name(server) +". All network access points in a cluster must be the same.")
self.addError("The dynamic cluster "+self.name(cluster) +" is referenced the server template "+self.name(server_template) +" and the server template "+self.name(template) +".")
532
+
self.addError("The WebLogic dynamic cluster "+self.name(cluster) +" is referenced the server template "+self.name(server_template) +" and the server template "+self.name(template) +".")
533
533
return
534
534
ifserver_templateisNone:
535
-
self.addError("The dynamic cluster "+self.name(cluster) +"' is not referenced by any server template.")
535
+
self.addError("The WebLogic dynamic cluster "+self.name(cluster) +"' is not referenced by any server template.")
0 commit comments