Callback-style tuple acquisition stopped because an error occurred during a callback method call. Application name = aa....aa, class name = bb....bb, detailed information = cc....cc
- aa....aa: In-process connection application name
bb....bb: Class name of listener object for callback
cc....cc: Detailed information - Description:
- An exception or error was thrown during a callback method call.
- System processing:
- Terminates callback-style reception using the application name and class name displayed in the message.
- Action to take:
- Take the following corrective action.
- Check whether an exception was thrown by an onEvent method. If no exception was thrown, contact a system administrator.
- Use the unregisterForNotification method to unregister the listener object.