java issue while bahmni installation process

Thanks @mksrom. We will do a patch release for 89. I will post again when we upload the artefacts to bintray.

There are 2 parts to it

  1. For the Java 8 download - pretty straight forward, inline with what you have already suggested. Someone not intending to install PACs can go ahead (as above) without pulling in the patch.
  2. Java 7 - is also no longer available for download (requires login now). Although there are some external mirrors, where Java 7 rpm is available, we are no longer downloading Java 7 automatically. You can download and put in a specific path and specify that using “java_file_url” variable using “setup.yml”. Even without the variable in setup.yml, the default location is “/opt”. The java 7 version is mandated as “1.7.0_79”, as this the version we have tested with. If you want to use another version like “java 1.7.0_80”, (which most likely will work), then you will modify the startup script of Dcm4Che, (“/etc/init.d/dcm4chee”) for JAVA_HOME.

Going forward, Bahmni v0.90 will use only Java 8.

1 Like