FHIR Chat · NPE on build.fhir.org · IG creation

Stream: IG creation

Topic: NPE on build.fhir.org


view this post on Zulip Nagesh Bashyam (Sep 25 2019 at 20:35):

Hello

Anyone experiencing this issue with the latest publisher. The build used to run without errors previously for Patient-reported-outcomes and now it fails with the error below without much information.

The IG is : http://build.fhir.org/ig/HL7/patient-reported-outcomes.

java.lang.UnsupportedOperationException: JsonNull
at com.google.gson.JsonElement.getAsString(JsonElement.java:192)
at org.hl7.fhir.r4.formats.JsonParser.parseElementDefinitionProperties(JsonParser.java:1649)
at org.hl7.fhir.r4.formats.JsonParser.parseElementDefinition(JsonParser.java:1517)
at org.hl7.fhir.r4.formats.JsonParser.parseStructureDefinitionStructureDefinitionSnapshotComponentProperties(JsonParser.java:23681)
at org.hl7.fhir.r4.formats.JsonParser.parseStructureDefinitionStructureDefinitionSnapshotComponent(JsonParser.java:23672)
at org.hl7.fhir.r4.formats.JsonParser.parseStructureDefinitionProperties(JsonParser.java:23621)
at org.hl7.fhir.r4.formats.JsonParser.parseStructureDefinition(JsonParser.java:23489)
at org.hl7.fhir.r4.formats.JsonParser.parseResource(JsonParser.java:27666)
at org.hl7.fhir.r4.formats.JsonParserBase.parse(JsonParserBase.java:113)
at org.hl7.fhir.igtools.publisher.Publisher.loadFromPackage(Publisher.java:2168)
at org.hl7.fhir.igtools.publisher.Publisher.loadIg(Publisher.java:2251)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromJson(Publisher.java:1731)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1120)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:607)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6493)
Exception in thread "main" java.lang.NullPointerException
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6503)

view this post on Zulip Lloyd McKenzie (Sep 27 2019 at 15:07):

Is everything checked in?


Last updated: Apr 12 2022 at 19:14 UTC