Explanation | An unrecognized property is configured on a context service. |
Action | Remove or correct the unrecognized property. |
Explanation | The application server is unable to find provider(s) of the specified type(s) of thread context. |
Action | Ensure the provider(s) of the requested thread context are enabled. |
Explanation | At most, one element of each type of context provider may be configured under a context service. |
Action | Remove duplicate context provider elements from the context service configuration. |
Explanation | In order to be serialized, a context service must have a unique id attribute or jndiName attribute. |
Action | Add an id attribute or jndiName attribute to the context service configuration. |
Explanation | A context service with the specified id or jndiName is not found in the configuration. |
Action | Ensure that a context service with the specified id or jndiName exists in the configuration and is valid. |
Explanation | An infinite chain of dependencies exists because baseContextRef directly or indirectly points back to the same context service instance. |
Action | Update the context service configuration to break the infinite chain of dependencies. |