Common causes of XDMP-ODBCRCVMSGTOOBIG errors
30 October 2019 09:48 AM
|
||||||||||||||||
SummaryXDMP-ODBCRCVMSGTOOBIG can occur when a non-ODBC process attempts to connect to an ODBC application server. A couple of reasons that this can happen is that there is an http application that has been accidentally configured to point to the ODBC port, or a load balancer is sending http health checks to an ODBC port. There are a number of common error messages that can indicate whether this is the case. Identifying Errors and CausesOne method of determining the cause of an XDMP-ODBCRCVMSGTOOBIG error is to take the size value and convert it to Characters. For example, given the following error message: 2019-01-01 01:01:25.014 Error: ODBCConnectionTask::run: XDMP-ODBCRCVMSGTOOBIG size=1195725856, conn=10.0.0.101:8110-10.0.0.103:54736 The size, 1195725856, can be converted to the hexadecimal value 47 45 54 20, which can be converted to the ASCII value "GET ". So what we see is a GET request being run against the ODBC application server. Common Errors and Values
ConclusionXDMP-ODBCRCVMSGTOOBIG errors, do not affect the operation of MarkLogic Server, but can cause error logs to fill up with clutter. Determining that the errors are caused by an http request to an ODBC port can help to identify the root cause, so the issue can be resolved. | ||||||||||||||||
|