Could this link https://wiki.openmrs.org/display/docs/Tickets be of help?
@jwnasambu, @rushikesh, @mozzy, @sharif have not yet succeeded in deploying my first Openmrs module. Have tried to follow the advise given but am failing to succeed. I need help I failed to know why error is persisting
Kindly which error?
After building the module, deploying it at http://localhost:8080/openmrs/admin/ throws this error. The error is being pointed to Openmrs runtime properties file
Try the username and password in the openmrs-runtime.properties
Are you meaning changing database username and password to substitute it with those which are in openmrs runtime.properties
Or Viseversa
What is in the openmrs-runtime.properties
is your database username and password
Currently they are the same
Sorry, I don’t know if you can still reply now, but I don’t know what the old data you mentioned is because the content of the openmrs-runtime.properties file has many places that I don’t understand what it is? Below is the content of the openmrs-runtime.properties file from the previous failed installation, I’m reinstalling and I don’t know what the parameters “encryption.vector”, “encryption.key” are and if it is necessary to change, if it is necessary to change, how to change?
#Auto generated by OpenMRS initialization wizard #Tue Jan 14 09:21:23 ICT 2025 encryption.vector=JVu6fyb+0Ml84CG0eLdF+w== connection.url=jdbc:mysql://localhost:3306/openmrs?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true characterEncoding=UTF-8 module.allow_web_admin=true connection.username=openmrs_user auto_update_database=false encryption.key=nsXK61gGcl0B/nF5lunbCg== connection.password=openmrs_user
I m so sorry for the late response. Kindly do you mind sharing the challenge you are facing please(if possible share the error logs in your terminal)?
@birdy.tom kindly was your issue fixed?