vinay72
(Vinay Sagar Sharma)
March 16, 2019, 5:21pm
1
@ssmusoke I have followed the Official Readme file of OpenMRS and trying to execute cd openmrs-core/webapp mvn jetty:run
commands in my terminal .
Here are my screenshots 
How do I solve this ?
tendomart
(tendo kiiza Martyn)
March 17, 2019, 7:46pm
2
@vinay72 did you run " openmrs-core/webapp mvn jetty:run
" at once ?It looks like your server did not create a runtime.properties
file and hence server cannot start.
1 Like
vinay72
(Vinay Sagar Sharma)
March 17, 2019, 8:31pm
3
Yes, I have run cd openmrs-core/webapp mvn jetty:run
at once in my Terminal . To solve this , what would I do now?
tendomart
(tendo kiiza Martyn)
March 18, 2019, 9:56am
4
can you separate the commands and give us results.
rakshir
(Rishav Rakshit)
March 18, 2019, 2:08pm
5
@vinay72 Looking at the first line in the terminal, I hope you ran a mvn clean install in the root folder before trying to run the jetty server?