Stream: IG creation
Topic: mis-identified package
Jose Costa Teixeira (Aug 16 2018 at 21:15):
Hi. I am getting this exception - any guess where I should be looking at?
[java] Jekyll: done in 2.154 seconds. (54.0868sec) [java] java.io.IOException: Attempt to import a mis-identified package null [java] at org.hl7.fhir.utilities.cache.PackageCacheManager.addPackageToCache(PackageCacheManager.java:247) [java] at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:2667) [java] at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:528) [java] at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:479) [java] at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:4645) [java] Exception in thread "main" java.lang.NullPointerException [java] at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:4655)
Grahame Grieve (Aug 16 2018 at 21:17):
do you have an npm-name in your config file?
Jose Costa Teixeira (Aug 16 2018 at 21:19):
...No, i didn't. Thanks ( i was associating Package with the implementationGuide.definition.package...)
Jose Costa Teixeira (Aug 16 2018 at 21:20):
.. and it builds ok now. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC