Details
-
Bug
-
Status: Closed
-
Could
-
Resolution: Fixed
-
OpenMRS 1.9.0
-
None
-
None
-
Low
Description
If there is an error at startup, the user sees this unhelpful message in the webapp:
Unable to start openmrs as web daemon
at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:66)
at org.openmrs.web.Listener.contextInitialized(Listener.java:161)
...
...
Caused by: org.openmrs.module.OpenmrsCoreModuleException: The following modules are marked as 'core' by OpenMRS but were unable to start: logic v0.5.2,
at org.openmrs.module.ModuleUtil.checkOpenmrsCoreModulesStarted(ModuleUtil.java:871)
The "Caused by" is the true error and is hidden.