Thanks Ben. So a question Shaun, how do you have the NCD module working in 1.6 if it requires the messaging module. and the only version of the messaging module I see on the module repository is 0.9.0-beta. ( https://dev.openmrs.org/modules/view.jsp?module=messaging).
I also tried using the NCD module in 1.9, and when I try to start the NCD module, I get the following error. Error while trying to start module Error while running sql: ALTER TABLE openmrs.ncdconcept_con_cdp DROP COLUMN name . Message: Table 'openmrs.ncdconcept_con_cdp' doesn't exist ** org.openmrs.util.DatabaseUtil.executeSQL(DatabaseUtil.java:139) My guess is that the module has the openmrs hard coded in it. Is there a way to change that? 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 Tue, Apr 24, 2012 at 12:47 PM, Ben Wolfe <[email protected]> wrote: > 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 >> > > ------------------------------ > 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]

