Hi,
I am trying to setup OpenMRS SDK with Reference application on Mac computer.
UI Framework Error
Root Error
org.openmrs.ui.framework.UiFrameworkException: viewProvider referenceapplication does not have a view named home at org.openmrs.ui.framework.page.PageFactory.getView(PageFactory.java:295) at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:183) at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
@krishnashetty0000 Am sorry it seems i initially misunderstood you. My understanding was that you wanted to run the reference app on thelatest openmrs core version (2.3.0-SNAPSHOT) .
If your need is just running the reff app ,especialy fordebugging and development, simply running the reff app -standalone is best for you. every thing you need to run it comes out of the box (pre-configured) , including mysql , tomcat , modules, etc.
see Setting up Openmrs
My whole point of giving you that distro-file was for a case where you wanted to run ref-app specifically on the latest core version
in other words if your use case is just for development and debugging, just Download the reference application-standalone . You dont need any extra configuration. Youll just click and run
Issue resolved:
I just had to change the “coreapps” version to 1.11.1 and “emrapi” version to 1.26.0 in the distro file given by @mozzy. Thanks a lot.
Yes, my goal is to run ref-app specifically on the latest core version.