openmrs-core error when starting up

I get the following error when I try to start the application using the following command in IntellijIdea mvn -e jetty:run

error: https://pastebin.com/GAbEYfc4

Java version 1.8 maven version - 3.6

Caused by: java.net.BindException: Address already in use means that you need to stop the application that is already using the port you are trying to use. Or simply choose another port.

2 Likes

I fixed it but then it gives out this error. https://pastebin.com/b5C1zrTh

When did you last update your openmrs core source?

one month ago

Do another update and run.

I’ll do that.Thank you