Added the logLevel=debug worked perfectly. I managed to get a stack trace. Now it gets even stranger. It reads to me like the exception is happening in H2, not in LiquiBase. The problem I have with that is the only thing I’m changing is the version of LiquiBase, H2 is version 1.3.176 in both cases.
Here is the full exception I’m getting, do you see anything else?
Thanks for your time.
Tony
DEBUG 6/25/14 11:04 AM: liquibase: com/starpoint/instihire/db/changelog/db.changelog-master.xml: com/starpoint/instihire/db/changelog/db.20120322-reference-data.xml::devdata-defaultuser::tnelson: Executing EXECUTE database command: INSERT INTO USERS
(userid, companyid, useremail, firstname, lastname, password,
createuserid, createdate, updateuserid, updatedate, forcepasswordchange, wizardcomplete,
sendnewjobnotification, sendmodifiedjobnotification, active)
VALUES
(1, 86, ‘instihire@starpoint.com’, ‘System’, ‘User’, ‘INVALID’,
2, ‘2000-01-01’, 3, ‘2000-01-01’, ‘N’, ‘Y’, ‘N’, ‘N’, ‘N’)
SEVERE 6/25/14 11:04 AM: liquibase: com/starpoint/instihire/db/changelog/db.changelog-master.xml: com/starpoint/instihire/db/changelog/db.20120322-reference-data.xml::devdata-defaultuser::tnelson: Change Set com/starpoint/instihire/db/changelog/db.20120322-reference-data.xml::devdata-defaultuser::tnelson failed. Error: Error executing SQL INSERT INTO USERS
(userid, companyid, useremail, firstname, lastname, password,
createuserid, createdate, updateuserid, updatedate, forcepasswordchange, wizardcomplete,
sendnewjobnotification, sendmodifiedjobnotification, active)
VALUES
(1, 86, ‘instihire@starpoint.com’, ‘System’, ‘User’, ‘INVALID’,
2, ‘2000-01-01’, 3, ‘2000-01-01’, ‘N’, ‘Y’, ‘N’, ‘N’, ‘N’): Data conversion error converting “0.0”; SQL statement:
INSERT INTO USERS
(userid, companyid, useremail, firstname, lastname, password,
createuserid, createdate, updateuserid, updatedate, forcepasswordchange, wizardcomplete,
sendnewjobnotification, sendmodifiedjobnotification, active)
VALUES
(1, 86, ‘instihire@starpoint.com’, ‘System’, ‘User’, ‘INVALID’,
2, ‘2000-01-01’, 3, ‘2000-01-01’, ‘N’, ‘Y’, ‘N’, ‘N’, ‘N’) [22018-176]
liquibase.exception.DatabaseException: Error executing SQL INSERT INTO USERS
(userid, companyid, useremail, firstname, lastname, password,
createuserid, createdate, updateuserid, updatedate, forcepasswordchange, wizardcomplete,
sendnewjobnotification, sendmodifiedjobnotification, active)
VALUES
(1, 86, ‘instihire@starpoint.com’, ‘System’, ‘User’, ‘INVALID’,
2, ‘2000-01-01’, 3, ‘2000-01-01’, ‘N’, ‘Y’, ‘N’, ‘N’, ‘N’): Data conversion error converting “0.0”; SQL statement:
INSERT INTO USERS
(userid, companyid, useremail, firstname, lastname, password,
createuserid, createdate, updateuserid, updatedate, forcepasswordchange, wizardcomplete,
sendnewjobnotification, sendmodifiedjobnotification, active)
VALUES
(1, 86, ‘instihire@starpoint.com’, ‘System’, ‘User’, ‘INVALID’,
2, ‘2000-01-01’, 3, ‘2000-01-01’, ‘N’, ‘Y’, ‘N’, ‘N’, ‘N’) [22018-176]
… 21 more