Greeting
I am getting the following error on executing mvn jetty:run.
Got exception while starting up:
org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: The following modules are marked as 'core' by OpenMRS but were unable to start: logic v0.5.2,
I followed the developer step by step guide and was able to set up OpenMRS and the corresponding database.
However it showed error as "module missing".
However the next time when I ran mvn jetty run, it showed the error that it is unable to start: logic v0.5.2
The full trace is as follows:
http://pastebin.com/QLU7h6GsI have tried setting up again a couple of times, by dropping database as well as removing OpenMRS directory.
I have module logicv0.5.2, in WEB-INF/module bundles/.
I have tried both with JDK 1.7 and 1.6.
I have also tried running mvn clean install and then running mvn jetty:run.
I checked out code from master branch, with latest commit as:
https://github.com/openmrs/openmrs-core/commit/4035598b75d8f2335f14244748d1bb02f6ae34dfAny kind of help is appreciated
Thanks and regards
Rakshit