Hi,
I’m attempting host the mock-sdk with the bioservice.
when I call (this call was from the develop branch but the same issue is seen when called on the v1.2.0.1 branch)
java -Dlogging.level.root=DEBUG -Dloader.path=…/…/mosip-mock-services/mock-sdk/target/mock-sdk-1.2.1-SNAPSHOT-jar-with-dependencies.jar -Dbiosdk_bioapi_impl=io.mosip.mock.sdk.impl.SampleSDKV2 -jar target/biosdk-services-1.2.1-SNAPSHOT.jar
I get the following error:
{“@timestamp”:“2023-05-19T12:49:52.367-06:00”,“@version”:“1”,“message”:“\n\n***************************\nAPPLICATION FAILED TO START\n***************************\n\nDescription:\n\nField iBioApi in io.mosip.biosdk.services.impl.spec_1_0.BioSdkServiceProviderImpl_V_1_0 required a bean of type ‘io.mosip.kernel.biometrics.spi.IBioApiV2’ that could not be found.\n\n\nAction:\n\nConsider defining a bean of type ‘io.mosip.kernel.biometrics.spi.IBioApiV2’ in your configuration.\n”,“logger_name”:“org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter”,“thread_name”:“main”,“level”:“ERROR”,“level_value”:40000}
I’m able to run with v1.1.5.