Skip to main content
Version: 10.9.x

Fast Data Error Codes

In this page are collected all the codes associated to errors that may be generated by Fast Data core components.
Each error code is grouped under a specific category to help understanding which component operation may have raised the error. Moreover, for each of them is provided a brief explanation of what caused it and which are the steps that should be taken to potentially resolve the encountered issue.

Real-Time Updater

Coming soon

Single View Trigger Generator

In case of any doubt, please refer to service documentation, which can be found here.

Error codeCategoryCauseAction
FD_SVTG_E0001Configurationfailed loading one of the service config mapverify that files provided in KAFKA_PROJECTION_UPDATES_FOLDER, ER_SCHEMA_FOLDER and PROJECTION_CHANGES_SCHEMA_FOLDER folders are all JSON files respecting their schema structure
FD_SVTG_E0002Configurationone or more strategy is invalidin the config map loaded from KAFKA_PROJECTION_UPDATES_FOLDER verify that the value of identifier property in each strategy path matches one among __automatic__, __fromFile[<filename>]__ and __lookup__
FD_SVTG_E0003Configurationsingle view does not have any strategy pathin the config map loaded from KAFKA_PROJECTION_UPDATES_FOLDER verify that specified single view exists and it has at least one strategy path associated with
FD_SVTG_E0004Configurationno manual strategy folder has been providedspecify a value for environmental variable MANUAL_STRATEGIES_FOLDER, representing the folder path where manual strategies files can be found
FD_SVTG_E0005Configurationmanual strategy identifier is malformedin the config map loaded from KAFKA_PROJECTION_UPDATES_FOLDER ensure that each identifier configured as __fromFile[<strategy-identifier>]__ has a <strategy-identifier> defined
FD_SVTG_E0006Configurationmanual strategy has not been found or was not possible to load itin the config map loaded from KAFKA_PROJECTION_UPDATES_FOLDER ensure that each identifier configured as __fromFile[<strategy-identifier>]__ has a <strategy-identifier> pointing to an existing javascript file (containing an async generator function exported by default) in the folder defined in environment variable MANUAL_STRATEGIES_FOLDER
FD_SVTG_E1001Runtime - Batch Processingno strategy associated to topicin the config map loaded from KAFKA_PROJECTION_UPDATES_FOLDER verify that each topic the service is subscribed to is mapped to one or more strategies
FD_SVTG_E2001Runtime - Message Parsinga message with empty key has been receivedverify the topic on which such event happened to understand whether this event was generated from the events producers or it was received by mistake
FD_SVTG_E2002Runtime - Message Parsinga message with empty payload has been receivedverify the topic on which such event happened to understand whether this event was generated from the events producers or it was received by mistake
FD_SVTG_E2003Runtime - Message Parsingbefore and after properties in message payload are emptyverify the topic on which such event happened to understand whether this event was generated from the events producers or it was received by mistake
FD_SVTG_E2004Runtime - Message ParsingprimaryKeys property in message payload is emptyverify the topic on which such event happened to understand whether this event was generated from the events producers or it was received by mistake

Single View Creator

Coming soon