Dear MOSIP Team,
I am new to MOSIP and followed the official guide for the Pre-Registration Module setup:
https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/pre-registration/develop/pre-registration-developer-setup
The build is successful, but I am facing errors while running the application.
For reference, I have attached:
-
Runtime Error screenshots
-
application.properties and bootstrap.properties
-
Screenshot of External JAR files
Error Log File: https://drive.google.com/file/d/1xtoFgZ6mVWKSk8W3vppiXmZ1Ma05pA31/view?usp=sharing
Requesting your guidance to resolve this issue.
Thanks & Regards,
Aditya
Hi @Aditya_scube ,
Thank you for reaching out to us. Let us check on the issue and revert back to you as soon as possible
Regards,
Aswin
on behalf of Team MOSIP
Hello @ASWIN.G ,
Thank you for the prompt response. I’ll wait for your update.
Appreciate your support!
Hi @Aditya_scube,
We noticed in your Eclipse screenshot that the four MOSIP dependencies (kernel-auth-adapter
, kernel-transliteration-icu4j
, kernel-ref-idobjectvalidator
, kernel-virusscanner-clamav
) appear as *-javadoc.jar
instead of the runtime JARs.
Please replace the *-javadoc.jar
files with the runtime JARs for these four libraries, as listed in the developer documentation 1.2.0.
If the issue persists, kindly share with us the following for the pre-registration-application-service
module (the one you are trying to start):
-
pom.xml
-
bootstrap.properties
-
application.properties
Regards,
Team MOSIP
Hi @ymahtat ,
Thank you for your guidance regarding replacing the *-javadoc.jar files.
I have replaced them with the runtime JARs , but I am still encountering the runtime error:
Detailed Console Log:
[Google Drive link]
As requested, here are the resources for the pre-registration-application-service module:
Kindly review and guide me further.