CWOBJ3185E

INVALID_PLACEMENT_SCOPE_IN_DEPLOYMENT_XML_CWOBJ3185E=CWOBJ3185E: The placement strategy of per container and the container placement scope of CONTAINER_SCOPE can not be used together.

Explanation

The mapSet with name {0} contains mismatched placementStrategy and placementScope settings in the deployment descriptor file.

User response

Either set the placementStrategy to "FIXED_PARTITIONS" or set the placementScope to "DOMAIN_SCOPE" in the deployment descriptor file.