Lisa, your logic module is trying to update its database on startup. This is the error that causes it not to start:
Error while running sql: CREATE TABLE `logic_rule_definition` Somehow your *global_property* table has a bad value for * logic.database_version*. Did you copy values from another earlier database? To fix this, you must set the logic.database_version to the current version for your database. Win suggested that you use "1.1". After setting that using his sql statement, does it start up correctly? Ben On Wed, Oct 5, 2011 at 5:32 PM, Lisa Muga <[email protected]> wrote: > Hi, > > In my scenario, they are all there both logic.default and rule java > directory. I wonder wats wrong. The same error still appears > > Lisa > > On Fri, Sep 30, 2011 at 1:06 PM, Yves GAKUBA <[email protected]> wrote: > >> I got this error and realized that GP *logic.default.ruleClassDirectory * >> and *logic.default.ruleJavaDirectory *were missing, I added these 2 GP >> and restarted tomcat and it worked fine, maybe it's the same problem for >> you. >> >> -- >> Yves GAKUBA >> EMR Developer >> *MoH - RBC/IHDPC* >> >> >> ------------------------------ >> 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]

