Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1267 - Notification info object too big

1267   Notification info object too big

Cause

This error occurs if the size limit for notification data has been exceeded.

Notifications containing binary and string (Binary, String, StringUtf8) data of up to 48K bytes can be sent across the network. For applications running within the server node, the limit for notifications containing binary or string data is 2G bytes. Note, however, that this applies only to single user and server applications. In multiuser applications, persistent notifications are sent via the database server, even if the receiving process is on the same node as the sender.

Refer to the JADE messages log file (jommsg.log), to get an indication of how much the size limit is being exceeded by the causeEvent notification.

Action

Ensure that the data being passed on the notification is less than the recommended size limit.

In addition, avoid sending large amounts of data using the notification. It is preferable to pass an object reference, rather than a large primitive type value.