Hello, i recently implemented this guide to install openmrs platform on my ubuntu 24 vm, it all worked fine until i used the refrenece files and restarted the app, it failed with java stack error
Can you share more error logs ?
That log doesn’t look like it necessarily failed, just failed to load the existing session store. Were you able to access the application? You may have to clear out your Tomcat working directory. I’m not entirely sure where it would be following that guide, but maybe in /var/lib/tomcat9/work
or somewhere similar.
I found the solution, it was version issue, java 8 openjdk is wat not working for the addons for some reason, i used java 11 and the app is working now, but i had another issue, that is when i add visit notes the app throws an error like the following screenshot.
thank you, i found the solution it was java version mismatch, for some reason the guide suggested java 8 and the the app needed java 11
@ibacher can you help me with this
Can you provide the server log from your server via something like Pastebin?