Explanation | The notification service cannot add the given notification listener to the list of listeners. |
Action | Examine the underlying exception for more details and resolutions. |
Explanation | The notification service cannot remove the given notification listener from the list of listeners. |
Action | Examine the underlying exception for more details and resolutions. |
Explanation | The request cannot be performed because no matching listener is found. |
Action | Verify that the requested listener exists. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |
Explanation | A problem occurred sending notifications to an external process. |
Action | Examine the underlying exception for more details and resolutions. |
Explanation | If a notification listener does not return from handleNotification method within a specified amount of time, the notification listener is automatically removed. |
Action | Examine the specified notification listener to see what is causing the delay. Alternatively, modify the timeout by setting the System property |
Explanation | An unhandled exception occurred for the handleNotification method of the specified listener. |
Action | Examine the underlying exception for more details and resolutions. |
Explanation | The javax.management.Notification class defines a source of type 'Object'. However the notification service allows sources of type ObjectName only. |
Action | Have the originator of the notification use a source of type ObjectName. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |