UI Framework Error while attempting to access registration app

Hi @isears,

If you are simply trying to setup a dev environment, why not give a go at the SDK? The previous link points to a short guide for then latest Ref App 2.5-SNAPSHOT (it was before the 2.5 release). If you need the current latest (master branches of everything as they are now) you should just use 2.6-SNAPSHOT instead.

Please follow the link, and use the updated commands then:

mvn openmrs-sdk:help -U
...
mvn openmrs-sdk:setup -DserverId=distro-2-6 -Ddistro=referenceapplication:2.6-SNAPSHOT -DdbUri=jdbc:mysql://localhost:3306/openmrs_distro-2-6 -DdbUser=root -DdbPassword=pass
...
mvn openmrs-sdk:run -Dport=8080 -Ddebug=58080 -DserverId=distro-2-6
1 Like