A recent error log indicates a RuntimeException triggered by a JsonParseException, caused by an illegal unquoted character (CTRL-CHAR, code 10). The exception message states that the character must be escaped with a backslash to be included in the string value. The error originates from a source file that has INCLUDE_SOURCE_IN_LOCATION disabled, occurring at line 1, column 486. The stack trace lists java.lang.RuntimeException and com.fasterxml.jackson.core.JsonParseException as the underlying cause. This incident highlights the importance of proper JSON formatting and escaping of control characters to prevent parsing errors. The stack trace includes the full exception chain: java.lang.RuntimeException: com.fasterxml.jackson.core.JsonParseException… The error occurred during parsing of a JSON payload. The message specifies that the unescaped character is a newline control character (code 10) which must be escaped as ‘n’. The source location is redacted. The feature StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION was disabled, which prevents inclusion of source file name in the exception details.
© European Central Bank, 2025.
Summary derived from the ECB website (https://www.ecb.europa.eu ).
Made by AI. If you spot anything of concern write us at contact@cybach.com. We’ll promptly correct irregularities.