|
1 | 1 | The following list are known issues. The issue may contain a work-around or an associated Issue number. |
2 | 2 |
|
3 | 3 | **ISSUE**: |
4 | | - The createDomain tool does not target non-JRF product resources to dynamic clusters. |
5 | | - WebLogic WLST will not assign resources associated with extension template or custom template user server groups |
6 | | - to dynamic clusters or dynamic servers. The createDomain can target any resources associated to JRF |
7 | | - related user server groups using the FMW WLST extension function applyJRF. |
| 4 | + The createDomain and updateDomain tools cannot target non-JRF product resources to dynamic clusters because |
| 5 | + WebLogic WLST will not assign resources associated with extension or custom template user server groups |
| 6 | + to dynamic clusters. Resources associated to JRF user server groups defined in the domain typedef |
| 7 | + (i.e. JRF, RestrictedJRF) will be targeted to the dynamic cluster by the WDT tools using the FMW WLST function |
| 8 | + applyJRF. |
| 9 | + |
| 10 | + If you have only non-JRF user server groups targeted to a dynamic cluster, you will see the following message: |
| 11 | + |
| 12 | + WLSDPLY-12238: Unable to target non-JRF template server groups for domain type CUSTOM to dynamic cluster(s). |
| 13 | + |
| 14 | + You will not see this message if you have a mix of non-JRF and JRF user server groups targeted to the dynamic |
| 15 | + cluster. WDT cannot detect if a user server group is associated to JRF, and therefore, whether the applyJRF will |
| 16 | + target the user group resources to the dynamic cluster. |
8 | 17 |
|
9 | 18 | **ACTION**: |
10 | | - 1. Contact WebLogic support concerning the inability to target non-JRF resources to a dynamic cluster. |
11 | | - 2. Manually target the resources to the dynamic cluster. |
12 | | - 3. Add a configured managed server to your dynamic cluster. The dynamic cluster will become a "mixed" cluster. The |
13 | | - extension template or custom template resources will then be targeted to both the managed server and the |
14 | | - dynamic servers in the mixed cluster. |
| 19 | + |
| 20 | + You must contact WebLogic support to assist you with a solution for this targeting dilemma. You can perform |
| 21 | + the following action as a temporary work-around to the described issue. |
| 22 | + |
| 23 | + 1. Add a configured managed server to your dynamic cluster and re-run the createDomain or updateDomain tool. |
| 24 | + The dynamic cluster becomes "mixed" cluster once the managed server is added. When the WDT tool targets the |
| 25 | + user server groups to the configured managed server, the resources are automatically targeted to the cluster |
| 26 | + by WebLogic, which includes the managed server and the dynamic servers. |
15 | 27 |
|
16 | 28 | **ISSUE**: |
17 | 29 | The discoverDomain STDOUT contains many SEVERE messages about cd() and ls() when it is run against a 12.2.1 domain. |
|
0 commit comments