-
Notifications
You must be signed in to change notification settings - Fork 626
Description
Developer note
This is categorized as a release bug. The update is to add error messages to two code points which capture exceptions and which handle them with automatic FFDC. While new error messages are generated, these will only appear when FFDC is also generated. Other than adding the error messages, no code updates were made. No code which runs outside of error paths was changed.
Describe the use case that you want to enable:
The MQ Web Console Address Space may hang if the file system where MQ places its configuration files becomes full. This can fail in the form of an unexpected EOF encountered while reading a configuration file.
Describe why this is important to you:
The fact that the hang is caused by a file system shortage is difficult to diagnose. There needs to be a message issued when the failure happens to alert the user that a file system shortage needs to be relieved to correct the problem. A message such at the following would be appropriate:
XXXXXXE: Cached server configuration data could not be read from the file <LOCATION>.
An error occurred while attempting to read cached server configuration data. That may
be caused by incomplete or corrupt cached data, or because of a problem accessing the target location.
The cached server configuration data should be cleared and re-saved by restarting
the server with the --clean option.
In relation to a z/OS zFS, if the problem occurred because no space was available on
the file system associated with the target location, consider setting the MOUNT
property AGGRGROW for that filesystem location.
Additional context
See Case TS020989149 for complete details.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status