Stream: IG creation
Topic: NPE
Jose Costa Teixeira (Jan 30 2020 at 05:27):
I 'm getting an NPE and even as I trim down all my content, it persists. I have no idea what to do to debug.
Any thoughts?
Processing Conformance Resources (00:34.0411)
Publishing Content Failed: null (00:35.0835)
(00:35.0836)
Use -? to get command line help (00:35.0837)
(00:35.0837)
Stack Dump (for debugging): (00:35.0838)
java.lang.NullPointerException
at org.hl7.fhir.igtools.publisher.Publisher.generateSnapshot(Publisher.java:3918)
at org.hl7.fhir.igtools.publisher.Publisher.generateSnapshots(Publisher.java:3876)
at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:3309)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:774)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:663)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6893)
Grahame Grieve (Jan 30 2020 at 05:29):
whoops. you have a profile with an emptry differential, and I overlooked something when I tried to handle this case. fixed next release
Last updated: Apr 12 2022 at 19:14 UTC