Express (Distributed operating systems), v8.0 > Reference > Messages
ADME
ADME0000W: The system cannot add the listener to process {0}: {1}
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.
ADME0001W: The system cannot remove the listener from process {0}: {1}
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.
ADME0002W: The system did not find the listener to remove with information {0}
Explanation The request cannot be performed because no matching listener is found. Action Verify that the requested listener exists.
ADME0003W: The system is unable to register the notification listener to MBeanServer: {0}
Explanation This exception is unexpected. The cause is not immediately known. Action More info at:
ADME0004W: The system cannot send notifications: {0}
Explanation A problem occurred sending notifications to an external process. Action Examine the underlying exception for more details and resolutions.
ADME0005E: The following notification listener was removed because it did not handle a notification within {0}ms: {1}
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
ADME0006W: An exception occurred sending notification {0} to {1}: {2}
Explanation An unhandled exception occurred for the handleNotification method of the specified listener. Action Examine the underlying exception for more details and resolutions.
ADME0007W: The notification source is not of type ObjectName; type={0}, source={1}
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.
ADME0008W: Unable to deliver or handle {0} notification: {1}.
Explanation This exception is unexpected. The cause is not immediately known. Action More info at: