Lisa, If you can get access to the database, then you can execute a single sql statement to update that global property.
update global_property set property_value = '1.1' where property = 'logic.database_version'; On Thu, Sep 29, 2011 at 10:23 AM, Lisa Muga <[email protected]> wrote: > Hi, > > Thanks for your suggestions > How do i go to the admin page, while OpenMRS cannot load because of the > logic 0.5 failure??? That means cannnot log in > > Lisa > > > > On Wed, Sep 28, 2011 at 6:09 PM, Nyoman Ribeka <[email protected]> wrote: >> >> Lisa, >> >> Looking at the log, I think what you can do is go to the admin page >> and then open the manage global properties page. From there update the >> logic database version to 1.1 >> >> So set the following property: >> >> logic.database_version = 1.1 >> >> And then restart your tomcat. I hope that will solve the problem. >> >> On Wed, Sep 28, 2011 at 5:36 PM, Lisa Muga <[email protected]> wrote: >> > Hi, >> > >> > My colleague Eric posted this error(Upgrading form version 1.6.2 to >> > 1.8.2 >> > )Logic module fails to start. >> > >> > Ben Wolfe advised we attach our log file. >> > I have done so. >> > >> > Please advice on the way forward. >> > >> > >> > Regards >> > Lisa >> > KEMRI-FACES >> > ________________________________ >> > Click here to unsubscribe from OpenMRS Implementers' mailing list >> >> >> >> -- >> Thanks, >> >> Nyoman Ribeka >> >> _________________________________________ >> >> 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] > > ________________________________ > Click here to unsubscribe from OpenMRS Implementers' mailing list -- Thanks, Nyoman Ribeka _________________________________________ 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]

