Reproducing an error from the core.

Did you also drop the database?

It still gives the same error when I drop the database as well.

Do all those things at the same time before running the setup. That is, drop the database and delete that folder before running again.

There is no change, but these are the server logs here.

Do the following:

  1. Update your openmrs-core to the latest
  2. Drop the database
  3. Delete the openmrs data folder
  4. Then run the setup again.

I have done the steps a couple of times, but Still give the same error. These are the server logs

What does this command return? git reset --hard

It return this statement: “HEAD is now at be4905b7b Update Bamboo spec”

That means you are not running the latest openmrs-core. Can you update your code to have the latest changes?

I see no change, because i deleted the code and re-cloned it. But then there is no change. These are the sever logs

What does this command return? git reset --hard

It just brings this statement: HEAD is now at be4905b7b Update Bamboo spec

Which command did you use to update your code to the latest upstream changes?

I deleted the whole repository, Then i cloned it again, and then pulled the latest changes. Then after follwed the steps i have been doing.

What happens when you run this command? git pull upstream master

This is what happens in the terminal

What does this command return after having run the above? git reset --hard

It returns this D:\Git_Repositories\openmrs-core>git reset --hard
HEAD is now at 26342b5f7 TRUNK-6301 Add ElasticSearch backend for full text search (#5017)

Now delete the database and openmrs data folder and run the setup again.

This is what i get on the browser:

And these are part of the sever logs i get.