현상 : 051701.epfni!GWTDOMAIN.20250710.772.0: GP_CAT:1201: ERROR: Failed to initialize deflate structure: (-4/insufficient memory)
051701.epfni!GWTDOMAIN.20250710.772.0: LIBTUX_CAT:6031: ERROR: Unable to pre-process buffer before tranmission. Error code(12/4459)
051701.epfni!GWTDOMAIN.20250710.772.0: LIBGWT_CAT:1282: ERROR: Memory allocation failure for compression
051701.epfni!GWTDOMAIN.20250710.772.0: LIBGWT_CAT:1041: ERROR: Unrecoverable error occurred on send of data - sending failure reply over network
051701.epfni!GWTDOMAIN.20250710.772.0: GP_CAT:1048: ERROR: Don't know how to encode/decode data for request opcode 0x4f657066
원인 : Data type과 FML-ID Type이 맞지 않아서 발생.
메모리 누수로 인하여 동적 메모리를 할당 받지 못하는 경우에 발생.
조치 : 64Bit인 경우 Data type이 long type인데, FML-ID type이 int type인 경우 또는 Data type이 int type인데, FML-ID type이 long type인 경우에 발생.
64Bit인 경우 Data type이 long type인데, FML-ID type이 double type인 경우 또는 Data type이 double type인데, FML-ID type이 long type인 경우에 발생.