Can we keep Reference Application modules (omod files) in openmrs-webapp's /WEB-INF/view/module/ folder?

Hi @ssmusoke, could you please help me on this.

Thanks

Can you try clear your browser cache and then reload the page? Or while in your browser address bar, press CTRL + SHIFT + R

I tried but no luck.

Can you share contents of your server log at pastebin.com?

Hi @dkayiwa, As the pastebin is blocked for us attaching the logfile.openmrs_log.txt (6.6 KB)

That is too short, a log file. Are you sure this is all?

Here is the server/pod log: openmrs-server_log.txt (60.7 KB)

Did you get this from the same file as the previous log?

yes @dkayiwa. As we hosted our app on OpenShift Origin, we get two different log files. one is for Pod and one for app.

Was the previous file that short? Or did you just leave out some contents?

No… its the full log only

How do you tell that the modules are started and running?

for the modules the global property has been updated like ‘started’.

INFO - LoggingAdvice.invoke(116) |2019-02-07 02:43:43,496| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,

INFO - LoggingAdvice.invoke(156) |2019-02-07 02:43:43,794| Exiting method saveGlobalProperty

INFO - LoggingAdvice.invoke(116) |2019-02-07 02:43:43,805| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,

INFO - LoggingAdvice.invoke(156) |2019-02-07 02:43:43,993| Exiting method saveGlobalProperty

What does this return? select property, property_value from global_property where property like ‘%.started’

idgen.started true
legacyui.started true
webservices.rest.started true

Which versions of these modules are you running? What is the OpenMRS platform version that you are running?

  • OpenMRS Platform 2.2.0-SNAPSHOT
  • idgen-4.5.0.omod
  • legacyui-1.4.0.omod
  • webservices.rest-2.22.0.omod

Can you use another browser and tell us what you get?

Getting the same page.

Are those two the only log files that you have?