Login Page Not Loading

Have been trying to load the login page but have been having the error message: There was an unexpected issue on the server. Please try again

Here is the picture of the error message and have tried several solutions such as:

Hi @dtytomi, Can you check for any errors in the /opt/openmrs/log/openmrs.log file and share it here.

Thanks @binduak. Here is a screen shot of the file using vim to access the file…

Hi @dtytomi, I need more stack trace of the error to understand the issue. Can you send me the full openmrs.log. Please run the below commands before sharing the openmrs.log.

service openmrs stop mv openmrs.log openmrs.log.bck service openmrs start

Now you can share the openmrs.log using http://pastebin.com/index.php

Hi, community, I experienced the same problem yesterday, I fixed by running the command from @sravanthi17 from this link

sudo rm -rf /opt/openmrs/lucene/indexes/* sudo service openmrs restart

but today I still have the same problem and I tried the following command sudo service openmrs stop sudo rm -rf *.openmrs-lib-cache sudo service openmrs start

Any suggestions for a permanent solution, please.