Skip to main content
Version: 11.7.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 the config maps are all JSON files using utf8 charset
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 either __automatic__ or __fromFile[<filename>]__
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 to it
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_E0007Configurationa config map did not pass its JsonSchema validationcheck out the validation errors described by the error log and modify accordingly the invalid config map
FD_SVTG_E2001Runtime - Message Parsinga message with an unexpected format receivedverify that message causing trouble has the correct format (pr-update)
FD_SVTG_E2002Runtime - Event Storeservice found an error with the underlying event store techologycheck the service error logs to see what caused this error, it could be related to the event store configuration or simply an unavailability of the underlying technology

Single View Creator

Coming soon