Issues with installing OpenMRS distribution.

I followed all the steps from https://wiki.openmrs.org/display/docs/OpenMRS+SDK Everything completes fine. However, step after hitting the URL fails (where data base is updated) with following error

https://pastebin.com/P17X8yQi

Could anyone please help me with the issue.

1 Like

It should be en_GB I think this has to be fixed within the code.

@ravi991 Could you please let us know what is the version of the distribution you have installed?

Followed the steps as it is from the link https://wiki.openmrs.org/display/docs/OpenMRS+SDK. Any command to check the version.

1 Like

The setup prompts to select a version while setting up a server.

I’m trying to reproduce your error. Could you run this simple java code and send me the output? Also could you please mention what is the OS version you are using?

import java.util.Locale;

class A{
  public static void main ( String[] args ){
    System.out.println( "Default Locale = " + Locale.getDefault() );
  }
}

The output of above command is :-

Default Locale = en_GB

sw_vers

ProductName: Mac OS X
ProductVersion: 10.15.3
1 Like

You can check the version in ~/openmrs/<server-id>/openmrs-distro.properties

Hi @ravi991, Please have you resolved the issue? If not, yet might want to have a look at this link.

1 Like