Trouble setting up my openMRS

@dkayiwa, I am finding trouble installing openMRS 2.9.0. why extraction files don’t have any execution file to run. any pieces of advice will be greatly appreciated

Hi @spkabugo1, what he meant was that even if you are not seeing your entries being captured, just proceed typing in all the proceedings then press enter. Normally when you are typing in the password nothing tends to be displayed but its actually being captured. so you should just proceed typing it in.

1 Like

Can you share the error log that you are getting?

hello @lgilbert, you just made my evening start off very well. https://pastebin.com/LfZEMV6K. I guess my database is now set up. Thank you very much. Hope to revenge sometime in future when you also have an issue to fix

1 Like

hello @dkayiwa.when I finished extracting files from the zip file, this is what I only get https://snag.gy/zsbEyx.jpg. I don’t have any executable file amongst all the files in the folder. can you identify any?

I am a bit confused what you want, are you trying to run openmrs as the standalone version or using the Reference Application? Because after that build success for the SDK, you can continue and run mvn openmrs-sdk:run on your command-line. And openmrs will be able to run on your browser as a localhost (localhost:8080/openmrs/)

Otherwise as a Standalone you can follow this or this guide to help you successfully run openmrs

1 Like

hello what could have led to this failure? https://pastebin.com/b8nS4Xet @dkayiwa

Just set up a new server and when it comes to debug options, choose no.

how do i set up more servers?

Just run mvn openmrs-sdk:setup again

1 Like

I had already figured out how to create new servers. already running my basic example. will share my outcomes shortly with you. Thanks for the advice

1 Like

i was getting this error The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\user). Please verify you invoked Maven from the correct directory. thanks your solution helped me. i just needed to change the directory and then do the install command.