OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA32461-E (G)

Buffer size was exceeded. Profile ID = aa....aa Buffer size = bb....bb(byte)

An attempt was made to write an input message that exceeded the buffer size maintained by MessageBuffer.
aa....aa: Profile ID of the configuration definition
bb....bb: Buffer size (unit: bytes)
S: Interrupts processing, and then throws TcnIllegalStateException.
O: Take the action described below for the applicable situation:
When the message is output during execution of the Append method of the MessageBuffer class:
The buffer is unable to hold the entire message specified in the Append method. Increase the message length specified in the GetMessageBuffer method for TP1ConnectionManager, and then retry.
When the message is output during execution of the Append method after the ReleaseMessageBuffer method of the MessageBuffer class has been executed:
After the ReleaseMessageBuffer method is executed, the Append method cannot be executed because MessageBuffer no longer retains any buffers. Therefore, correct the processing so that the Append method is not executed after execution of the ReleaseMessageBuffer method, and then retry.