| Message |
java.io.IOException: Configuration file is missing: "tangosol-coherence.xml" |
| Parameters |
n/a |
| Severity |
1-Error |
| Cause |
The operational configuration descriptor cannot be loaded. |
| Action |
Make sure that the "tangosol-coherence.xml" resource can be loaded from the class path specified in the Java command line. |
| Message |
Loaded operational configuration from resource "%s" |
| Parameters |
%s - the full resource path (URI) of the operational configuration descriptor |
| Severity |
3-Informational |
| Cause |
The operational configuration descriptor is loaded by Coherence from the specified location. |
| Action |
If the location of the operational configuration descriptor was explicitly specified via system properties or programmatically, verify that the reported URI matches the expected location. |
| Message |
Loaded operational overrides from "%s" |
| Parameters |
%s - the URI (file or resource) of the operational configuration descriptor override |
| Severity |
3-Informational |
| Cause |
The operational configuration descriptor points to an override location, from which the descriptor override has been loaded. |
| Action |
If the location of the operational configuration descriptor was explicitly specified via system properties, descriptor override or programmatically, verify that the reported URI matches the expected location. |
| Message |
Optional configuration override "%s" is not specified |
| Parameters |
%s - the URI of the operational configuration descriptor override |
| Severity |
3-Informational |
| Cause |
The operational configuration descriptor points to an override location which does not contain any resource |
| Action |
Verify, that the operational configuration descriptor override is not supposed to exist |
|
| Message |
java.io.IOException: Document "%s1" is cyclically referenced by the 'xml-override' attribute of element %s2 |
| Parameters |
%s1 - the URI of the operational configuration descriptor or override; %s2 - the name of the XML element that contains an incorrect reference URI |
| Severity |
1-Error |
| Cause |
The operational configuration override points to itself or another override that point to it, creating an infinite recursion |
| Action |
Correct the invalid 'xml-override' attribute's value. |
| Message |
java.io.IOException: Exception occurred during parsing: %s |
| Parameters |
%s - the XML parser error |
| Severity |
1-Error |
| Cause |
The specified XML is invalid and cannot be parsed. |
| Action |
Correct the XML document. |
| Message |
Loaded cache configuration from "%s" |
| Parameters |
%s - the URI (file or resource) of the cache configuration descriptor |
| Severity |
3-Informational |
| Cause |
The operational configuration descriptor or a programmatically created ConfigurableCacheFactory instance points to a cache configuration descriptor that has been loaded. |
| Action |
Verify that the reported URI matches the expected cache configuration descriptor location. |
|