Initial Sync for Registartion client

Hi @kamiri
May I know how did you run the registration client?

As Bio-SDK is a runtime dependency,

  1. If you are running through IDE: You need to add the SDK jar into the classpath or as a dependency in the registration-services pom.xml
    FYI: Registration Client Developers Guide - MOSIP Docs 1.2.0

  2. If you running from the package built using docker: Need to set this ENV “reg_client_sdk_url_env” with a valid URL of a zip file containing the required SDK jars.

Also, refer below link to set SDK related configurations with valid values:

:slight_smile:

1 Like