My current issue is that any modules I install seem to kill my installation of OpenMRS. For example, if I copy either formentry-2.5.omod or clinicalsummary-2.0.omod into my .../modules directory and restart Tomcat, then I get the following in the logs:
- Code: Select all
SEVERE: Exception sending context initialized event to listener instance of class org.openmrs.web.Listener
java.lang.NullPointerException
at org.openmrs.module.ModuleFileParser.parse(ModuleFileParser.java:192)
at org.openmrs.module.ModuleFactory.getModuleFromFile(ModuleFactory.java:245)
at org.openmrs.module.ModuleFactory.loadModule(ModuleFactory.java:71)
at org.openmrs.module.ModuleFactory.loadModule(ModuleFactory.java:57)
at org.openmrs.module.ModuleFactory.loadAndStartModules(ModuleFactory.java:118)
...
The same error comes up for both modules. At that point, visiting any URL within the app returns a 404. Any advice? I'm running OpenMRS v1.1.0 with the openmrs-demo-sql-1.1.0 loaded. The app comes up just fine without any modules added.
I'll have plenty of questions once the app is up and running, as well. But first things first...
Thanks for all your help, and for everyone who has contributed to this software.
Best,
Eric Nguyen
P.S. If anyone is interested in what I'm working on, here's a blog post/summary: http://mindtangle.net/2007/09/08/work-update/