Jens Kristian Villadsen

Results 87 comments of Jens Kristian Villadsen

@kiwisky those tests actually require docker as test containers (https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/fdfa6fd711f411c58b9175223c05141cea0598fe/src/test/java/ca/uhn/fhir/jpa/starter/ElasticsearchLastNR4IT.java#L63) are used to spin up an elasticsearch instance

@edclement is this still an issue for you? Are you still using DSTU2?

The server shouldn't return the error `Unable to access lob stream; nested exception is org.hibernate.HibernateException: Unable to access lob stream`. Please address this to https://github.com/hapifhir/hapi-fhir

The Dockerfile actually deploys the war file to Tomcat (https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/Dockerfile#L28). I don't see any errors when running the service from Docker @krisdas73

Have you checked the documentation at https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/40d7b9ce27355fedb3fb70fcd79a09d7bd8290bb/src/main/resources/application.yaml#L108 - there may be some options to allow such use

Hmmm ... changing back to master and now I can't reproduce ...

🤦 - I forgot that I now overwrite that in the yaml file ...

@tadgh if you remove https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/deefd595dd0189efe9f1945a7aac7757a04f3cba/src/main/resources/application.yaml#L2 and https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml#L3 you can see the error on the master branch