Stream: implementers
Topic: HAPI FHIR local Server
Mavid Deyers (Jan 13 2017 at 10:09):
Hey, i just started a local server with the hapi-fhir-jpaserver-example but im getting a
"Warning! Failed to load conformance statement, error was: ca.uhn.fhir.rest.server.exceptions.InvalidRequestException: HTTP 400 Bad Request: Unknown resource type 'eDstu2' - Server knows how to handle:"- Exception.
Somebody got an idea bout this issue ? :)
James Agnew (Jan 14 2017 at 16:41):
Hi David,
Is this a clean deploy of the example project, or have you customized anything? That looks to me like the configuration for the web tester probably has a space added to the base URL for the server...
That's the config file here, for what it's worth: https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-jpaserver-example/src/main/java/ca/uhn/fhir/jpa/demo/FhirTesterConfig.java
Last updated: Apr 12 2022 at 19:14 UTC