Explanation | The userRegistry configuration element references specific UserRegistry instances by their ID values. |
Action | Specify a refId parameter in the userRegistry configuration. |
Explanation | Each UserRegistry configuration specifies an id parameter. |
Action | Specify the id parameter for a configured element, or create the required configuration. |
Explanation | Each UserRegistry implementation bundle specifies its provided type. |
Action | Specify a supported type, or install the bundle that provides the UserRegistry instance of the requested type. |
Explanation | The configuration for the registry type does not define an ID. |
Action | Define an ID for the configuration of the registry type. |
Explanation | The service does not define the com.ibm.ws.security.registry.type property. |
Action | Define the com.ibm.ws.security.registry.type property for the service. |
Explanation | No UserRegistry implementation is available through the OSGi service registry. |
Action | Specify a UserRegistry implementation feature. |
Explanation | Multiple UserRegistry implementations are available through the OSGi service registry. |
Action | Specify only one UserRegistry implementation feature. |
Explanation | Multiple registry configurations define the same ID. This is not supported. |
Action | Change the ID of one of the conflicting registry configurations so that it is unique. |