Breadcrumb(); > Message Index (by Number) (by Subsystem) > XML Subsystem Messages
![]()
XML Subsystem Messages
The XML1.0 catalog contains messages in the range BEA130000 - BEA139999. Messages in this catalog are part of the
weblogic.xml Internationalization package and the
weblogic.xml Localization package.
Warning: Insertion of arg0 into XML entity cache rejected. Entity size, arg1, exceeded cache size, arg2.
Description
XML Entities to be cached cannot be larger than the size of the cache itself. The cache has rejected the entity. Cause
The cache may be too small or a specific item might be legitimately very large. The worst case is that this indicates a denial of service attack. Action
No action required. However, performance will be best if items are cached. Warning: Entity cache appears to be broken. This impacts the performance of XML parsing.
Description
Attempts to insert or retrieve items from the XML entity cache are failing for unknown reasons. This does not prevent XML parsing, but parse performance will be impacted. Also, the cache provides a fallback in the case of a network failure. If the cache is not operational, this fullback is not in effect. Cause
Unknown Action
No action is required. However, performance will increase if items are cached. Also the cache provides a fallback in the case of a network failure. While the cache is not operating, this fullback is not in effect. Warning: The entity that was just put in the cache cannot be retrieved: " arg0. Timeout may be too short.
Description
A check is made just after an entity is added to the cache to ensure that that entity can be retrieved. The test failed for the current entity. Cause
Usually this indicates that the entity timeout was set to a very small value. Otherwise there is some unknown problem with the cache module itself. Action
No action is required, but XML parse performance will be impacted. Also there is no cached copy to act as a backup in the event of a network failure. Error: Could not instantiate factory class specified in the server console. message
Description
The factory class specified in the console could not be instantiated. The factory can be of type: SAXParserFactory, DocumentBuilderFactory, or TransformerFactory. Proceeding with default WebLogic factory. Cause
Class name of the factory is not correct or it is not in the CLASSPATH. Action
Check your CLASSPATH or verify your console entry. Warning: XML cache warning for registry registry: Entry rejection due to entry being larger than the cache memory size. Entry: entry Entry memory size: memSize
Description
Entry exceeds cache memory size. Cause
The entry is larger than the cache. Action
No action required unless you want the item to be cached next time. If so, increase the cache memory size. Info: XML cache event: memory purge of count entries of combined size combinedSize. Current memory usage is memUsage bytes.
Info: XML cache event: disk purge of count entries of combined size combinedSize. Current disk usage is diskUsage bytes.
Warning: XML cache warning for registry registry: Entry persist attempt rejected due to entry being larger than the cache disk size. Status changed to transient. Entry: entry Entry disk size: diskSize
Description
This entry exceeds established limits on the cache disk space. Cause
The size of the entry on the disk exceeds the allocated disk space. Action
No action is required. If you want the entry to be persisted next time, increase the disk size of the cache. Info: XML cache event for registry registry: Entry added. Entry: entry Entry memory size: memSize StorageType: storageType Current memory usage (bytes): memUsage
Info: XML cache event for registry registry: Entry deleted. Entry: entry Entry memory size: memSize Entry disk size: diskSize Current memory usage (bytes): memUsage Current disk usage (bytes): diskUsage
Info: XML cache event for registry registry: Entry persisted. Entry: entry Entry disk size: diskSize Current disk usage (bytes): diskUsage
Info: XML cache event for registry registry: Entry loaded. Entry: entry Entry memory size: memSize Current memory usage (bytes): memUsage
Info: XML cache event: Statistics checkpointed.
Info: XML cache event: cache created. Current memory usage (bytes): memUsage Current disk usage (bytes): diskUsage
Info: XML cache event: cache loaded. Current memory usage (bytes): memUsage Current disk usage (bytes): diskUsage
Info: XML cache event: Cache closed. Current disk usage (bytes): diskUsage
Error: XML cache error: Cache file path is corrupted. Creating new cache from scratch.
Description
The system has detected that the cache file has been corrupted. Cause
This should not occur. Action
The server should be restarted. If you have a backup of the cache files, restore them and then restart the server. Error: XML cache error for registry registry: Entry file path is corrupted. Removing from cache. Entry: entry
Description
The system has detected that an entry in the cache file has been corrupted. Cause
This should not occur. Action
The server should be restarted. The entry will be re-cached on next access. Error: XML cache error: Statistics file path is corrupted. Reinitializing. Previous statistics are lost.
Description
The cache file has been corrupted. Cause
This should not occur. Action
The server should be restarted. Error: XML cache error for registry registry: Entry file path cannot be written. Status changed to transient. Entry: entry
Description
An error was encountered when attempting to save a cache entry. Cause
This is often a file protection issue. Action
Determine why the file cannot be saved and make the appropriate adjustments. Error: XML cache error: Cache file path cannot be written.
Description
An error was encountered when saving the cache file. Cause
This is often a file protection issue. Action
Determine why the file cannot be saved and make the appropriate adjustments. Error: XML cache error: Statistics file path cannot be written. No futher cache statistics for this session.
Description
An error was encountered when saving the cache statistics to disk. Cause
This is often a file protection issue. Action
Determine why the file cannot be saved and make the appropriate adjustments. Error: XML cache error for registry registry: Out of memory loading entry. Entry removed from cache. Entry: entry File: path
Description
Insufficient memory to load entry from disk cache. Cause
The entry might be unusually large or perhaps the JVM heap size is too small. Action
Check the size of the rejected entry. If you wish to be able to handle entries of that size, increase the heap size. Error: XML cache error: Out of memory loading cache. Cache not opened. File: path
Description
Out of memory exception encountered when loading data from cache. Cause
The cache file is not large, so you are close to the wall on memory usage. Action
Increase the JVM heap size. Error: XML cache error: Out of memory loading statistics. File: path
Description
Out of memory exception encountered when loading statistics. Cause
The cache file is not large, so you are close to the wall on memory usage. Action
Increase the JVM heap size. Warning: XML cache warning: The requested memory size of the XML cache, memSize, exceeds the available memory, freeMemory.
Description
Insufficient memory to satisfy request. Cause
Either the provided parameters are not in sync with usage, or something is using a lot of the available memory. Action
Reduce the cache size or increase the JVM heap size. If you think there should be more available memory, determine what is using all the memory. Warning: XML cache warning: The requested memory size of the XML cache, memSize, is a large percentage of the available memory, freeMemory.
Description
This may signal a low memory condition. Cause
Either the provided parameters are not in sync with usage, or something is using a lot of the available memory. Action
Reduce the cache size or increase the JVM heap size. If you think that there should be more available memory, determine what is using all the memory. Error: XML cache error: An unexpected error occurred in the XML cache. message
Description
Unexpected exception thrown during cache processing. Cause
Unknown cause. Action
Refer to the associated text at the end of the message and contact support if you need help resolving the error. Error: XML cache error for registry registry: The file, path, representing entry key cannot be read.
Description
Check file permission. Cause
The file is read-protected. Action
Check the access rights and make appropriate changes. Error: XML cache error: The cache file, path, cannot be read.
Description
Error opening the cache file for reading. Cause
The file is read-protected. Action
Check the access rights and make appropriate changes. Error: XML cache error: Statistics file path cannot be read.
Description
An error was encountered opening the statistics file for reading. Cause
The file is read-protected. Action
Check the access rights and make appropriate changes. Error: Parser or DocumentBuilder cannot be created to satisfy the configuration requested. message
Description
Factory failed to create specified Parser or DocumentBuilder. Cause
Misconfiguration. Action
Verify the factory that creates the parser. Verify properties or features set on this parser. Error: Failed to parse given XML document. message
Description
Failed to retrieve public ID, system ID, root tag, namespace URI from the given document. Cause
Error in the structure of the XML document. Action
Verify XML syntax. Error: Failed to open XML document. message
Description
Failed or interrupted I/O operation. Cause
File does not exist. Action
Check file name, the file location and associated permissions. Info: Initializing XMLRegistry.
Info: Stack trace associated with message id follows: \n
Description
A stack trace for a previously logged message. Cause
An error condition was reported. Action
No user action required. Debug: msg, the property is not accepted and will be ignored: property=value.
Description
Current xml parser dont recognize or support this property. Cause
This property is specified to other xml parser, or its incorrect to all xml parsers. Action
Dont set this property if you are sure.
![]()