BaseModuleActivator is new as of OpenMRS 1.7, so that module will not work in 1.6.x. https://source.openmrs.org/browse/OpenMRS/trunk/api/src/main/java/org/openmrs/module/BaseModuleActivator.java?r=17337
Ben On Tue, Apr 24, 2012 at 9:30 AM, Joaquín Blaya < [email protected]> wrote: > Hi Shaun, > The reason I was writing is because I tried to install the NCD module on > both 1.9RC2 and 1.6 and failed in both cases. > > For 1.6.2, when I try to install the messaging module 0.9.0-beta, I get > the following error below. Did you have this problem? > > An Internal Error has Occurred*java.lang.NoClassDefFoundError* > > > org/openmrs/module/BaseModuleActivator > > > > Consult the help document <http://dev.ehs.cl/openmrs/help.htm>. > Contact your friendly neighborhood administrator if it cannot be resolved. > > Hide stack trace <http://dev.ehs.cl/openmrs/admin/modules/module.list#> > java.lang.ClassLoader.defineClass1(Native Method) > java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) > java.lang.ClassLoader.defineClass(ClassLoader.java:615) > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) > java.net.URLClassLoader.defineClass(URLClassLoader.java:283) > java.net.URLClassLoader.access$000(URLClassLoader.java:58) > java.net.URLClassLoader$1.run(URLClassLoader.java:197) > java.security.AccessController.doPrivileged(Native Method) > java.net.URLClassLoader.findClass(URLClassLoader.java:190) > * > org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:462) > * > * > org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:374) > * > java.lang.ClassLoader.loadClass(ClassLoader.java:247) > *org.openmrs.module.Module.getActivator(Module.java:142)* > *org.openmrs.module.ModuleFactory.startModule(ModuleFactory.java:527)* > * > org.openmrs.module.web.controller.ModuleListController.onSubmit(ModuleListController.java:152) > * > > Joaquín > ___________________________________________________________________ > Gerente de Desarrollo, eHealth Systems <http://www.ehs.cl/> > Research Fellow, Escuela de Medicina de Harvard <http://hms.harvard.edu/> > Moderador, GHDOnline.org <http://www.ghdonline.org/> > > > On Wed, Apr 18, 2012 at 9:11 PM, Shaun Grannis > <[email protected]>wrote: > >> Hi Joaquin, we're running the NCD in v 1.6. What issues are you having? >> >> Shaun >> >> Sent from my iPad >> >> On Apr 18, 2012, at 3:53 PM, Joaquín Blaya <[email protected]> >> wrote: >> >> Hi, >> I wanted to see if anyone is using either the Messaging Module or the NCD >> module because I've tried to install both of them in OpenMRS 1.6 and 1.9 >> and haven't had any luck. >> >> >> Joaquín >> ___________________________________________________________________ >> Gerente de Desarrollo, eHealth Systems <http://www.ehs.cl/> >> Research Fellow, Escuela de Medicina de Harvard <http://hms.harvard.edu/> >> Moderador, GHDOnline.org <http://www.ghdonline.org/> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >> OpenMRS Implementers' mailing list >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >> OpenMRS Implementers' mailing list > > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list > _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

