Stream: IG creation
Topic: NPE depending on folder location..?
Jose Costa Teixeira (Sep 23 2019 at 11:18):
When I run my local build in c:\hl7\IGs\hl7be, i get an NPE.
When I copy the exact same content to C:\hl7be, it runs ok.
Jose Costa Teixeira (Sep 23 2019 at 11:18):
Any ideas what I should check?
Grahame Grieve (Sep 23 2019 at 11:28):
what gives an NTE
Jose Costa Teixeira (Sep 23 2019 at 11:32):
java.lang.NullPointerException at org.hl7.fhir.igtools.publisher.Publisher.loadPrePages(Publisher.java:2744) at org.hl7.fhir.igtools.publisher.Publisher.loadPrePages(Publisher.java:2732) at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:2504) at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:720) at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:612) at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6453) Exception in thread "main" java.lang.NullPointerException
Grahame Grieve (Sep 23 2019 at 11:34):
looks like a @Lloyd McKenzie issue to me?
Lloyd McKenzie (Sep 24 2019 at 18:59):
Not sure. Does the capitalization of "IGs" matter? Is there a place this is checked in I could grab it to test?
Jose Costa Teixeira (Sep 24 2019 at 19:31):
i'll post when I can replicate (today I'm not having the issue)
Last updated: Apr 12 2022 at 19:14 UTC