I have a challenge when I build reports in OpenMRS it saves and runs well, after restarting the server all the reports disappear, from the logs I found out that the serialized objects have a class which cannot be found org.openmrs.User_$$_jvstd4e_4e
Iam forced to be running this script to update
update serialized_objectset serialized_data=replace(serialized_data,‘org.openmrs.User_$$_jvst200_4e’,‘org.openmrs.User’)where serialized_data like’%org.openmrs.User_$$_jvst200_4e%’;
Am looking for a long lasting solution to this kindly help.
Error while trying to start module
Unable to update data model using liquibase.xml. Module: Reporting
From the log
Cannot add or update a child row: a foreign key constraint fails (openmrs.#sql-efc_d1, CONSTRAINT creator_for_reporting_report_design FOREIGN KEY (creator) REFERENCES users (user_id))