FHIR Chat · test failures R4 package · hapi

Stream: hapi

Topic: test failures R4 package


view this post on Zulip Patrick Werner (May 28 2019 at 14:07):

On the current master 203 tests of the R4 package are failing. The validation of resources with status codes (tested with immunization) on hapi.fhir.org/R4 also fails atm.
Something seems to be wrong with the parser it seems?

view this post on Zulip Patrick Werner (May 28 2019 at 14:45):

seems to be a problem on my side. Will investigate further

view this post on Zulip Patrick Werner (May 28 2019 at 15:23):

does anyone else getting these: java.lang.ClassCastException: class org.hl7.fhir.r4.model.Bundle cannot be cast to class org.hl7.fhir.instance.model.api.IDomainResource (org.hl7.fhir.r4.model.Bundle and org.hl7.fhir.instance.model.api.IDomainResource are in unnamed module of loader 'app')

view this post on Zulip James Agnew (May 28 2019 at 18:07):

i haven't seen that... is there a stack trace?

view this post on Zulip Patrick Werner (May 28 2019 at 20:11):

got it. Something was wrong with my JDK i guess. Reinstalled/configured my java and jenv environment and it is working again.


Last updated: Apr 12 2022 at 19:14 UTC