It is because liquibase expects the database to be still locked since it wasn't successfully unlocked from the previous failed upgrade/install attempt, to go past it i sometimes just set it to locked manually to trick it, use the sql statement below:
UPDATE liquibasechangeloglock SET locked = 1; If that fails, can you try clearing all rows from the liquibasechangeloglock table? Wyclif On Wed, Apr 18, 2012 at 2:25 AM, Manu Tars <[email protected]> wrote: > Thanks Kayiwa, > > we have adjusted the max allowed packet however there is a problem > updating change log lock correctly. > Error log link from the import server > > http://pastebin.com/sPTFgRFy > > > > > On Mon, Apr 16, 2012 at 6:11 PM, Daniel Kayiwa <[email protected]>wrote: > >> >> Thanks Manu for the immediate response!!! >> Can you please increase the value for "max_allowed_packet" to something >> like 100M >> >> If you are using the standalone, it already exists in the connection >> string as: server.max_allowed_packet=32M >> In that case, just change the 32 to 100 >> >> Then restart (the test server that you are trying to import test data >> into), and tell us how it goes this time. >> >> >> >> On Mon, Apr 16, 2012 at 3:55 PM, Manu Tars <[email protected]> wrote: >> >>> hi Kayiwa, >>> >>> We are using Release Testing Helper module 1.2 >>> >>> >>> On Mon, Apr 16, 2012 at 3:30 PM, Daniel Kayiwa >>> <[email protected]>wrote: >>> >>>> >>>> Hi Manu, >>>> >>>> Which version of the Release Testing Helper module are you using? >>>> >>>> On Mon, Apr 16, 2012 at 10:59 AM, Manu Tars <[email protected]>wrote: >>>> >>>>> Hi, >>>>> >>>>> We are using the release helper module to import test data from a >>>>> remote 1.8 OpenMRS instance. >>>>> However, we are experiencing a problem while its in the process of >>>>> adding data. >>>>> >>>>> Error log link >>>>> http://pastebin.com/vBvazXuD >>>>> >>>>> >>>>> >>>>> Manu Tarus >>>>> >>>>> --Systems Admin-- >>>>> --AMPATH--- >>>>> >>>>> >>>>> ------------------------------ >>>>> Click here to >>>>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >>>>> OpenMRS Implementers' mailing list >>>> >>>> >>>> >>>> >>>> -- >>>> If we keep uppermost in our minds the unkind and unjust acts of others, >>>> we shall find it impossible to love them as Christ has loved us; but if our >>>> thoughts dwell upon the wondrous love and pity of Christ for us, the same >>>> spirit will flow out to others. >>>> ------------------------------ >>>> 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 >>> >> >> >> >> -- >> If we keep uppermost in our minds the unkind and unjust acts of others, >> we shall find it impossible to love them as Christ has loved us; but if our >> thoughts dwell upon the wondrous love and pity of Christ for us, the same >> spirit will flow out to others. >> ------------------------------ >> 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]

