Application Name: Reference Application Version Number: 2.12.0-SNAPSHOT
Question: I have finished installing OpenMRS platform on Tomcat and it is running successfully. Now, I am trying to install the Reference Application (2.12.0-SNAPSHOT) on top of it. The configuration of my machine is as below:
OpenMRS Platform/ core: 2.4.0-SNAPSHOT
Reference Application: 2.12.0-SNAPSHOT
Ubuntu (Linux): 18.04.2 LTS
Java (openjdk): 1.8.0_275
Apache Tomcat: 9.0.26
MySQL: 14.14 Distrib 5.7.32
The source of the RefApp was downloaded from:
GitHub - openmrs/openmrs-distro-referenceapplication
The RefApp from the above source was built locally to generate all the omod files. The omod files were then copied to the modules directory of OpenMRS (the necessary file permissions were also set) and the server was restarted but the modules are not getting integrated with the platform. The tomcat error log is as below:
Please help me solve the above error. Thank you!