# Error in running Ehrbase webservice **Category:** [Platform](https://discourse.openehr.org/c/platform-implem/7) **Created:** 2021-04-12 10:10 UTC **Views:** 927 **Replies:** 1 **URL:** https://discourse.openehr.org/t/error-in-running-ehrbase-webservice/1456 --- ## Post #1 by @M.farokhtabar Hi everyone, I am trying to run ehrbase on windows 10 (using docker) but unfortunately I encounter the following error during the running of ehrbase webservice(**http://localhost:8080/ehrbase/**): **Whitelabel Error Page** **This application has no explicit mapping for /error, so you are seeing this as a fallback.** **Mon Apr 12 10:02:50 UTC 2021** **There was an unexpected error (type=Not Found, status=404).** I was wondering if you could help me to solve this problem. thanks. --- ## Post #2 by @jake.smolka Hey Mehdi, Thanks for trying out EHRbase! EHRbase doesn't have a classic web app UI, it is a backend service only. Once you got EHRbase up and running successfully you can just dive in and directly create an EHR. The easiest way might be to use cURL in a terminal: ``` curl --header "PREFER: return=representation" \ --request POST \ http://localhost:8080/ehrbase/rest/openehr/v1/ehr ``` For more infomation about that operation see https://ehrbase.readthedocs.io/en/latest/02_getting_started/04_create_ehr/index.html. I hope that helps! --- **Canonical:** https://discourse.openehr.org/t/error-in-running-ehrbase-webservice/1456 **Original content:** https://discourse.openehr.org/t/error-in-running-ehrbase-webservice/1456