Stream: implementers
Topic: IG Publisher: Unable to determine type for...
Sean McIlvenna (Sep 30 2016 at 15:24):
I am getting this error:
java.lang.Exception: Unable to determine type for <XXXXXX>: null
at org.hl7.fhir.igtools.publisher.Publisher.determineType(Publisher.java:1364)
at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:914)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:246)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:2958)
Caused by: java.lang.NullPointerException
at org.hl7.fhir.igtools.publisher.Publisher.determineType(Publisher.java:1337)
... 3 more
Sean McIlvenna (Sep 30 2016 at 15:24):
Does anyone know what this means?
Sean McIlvenna (Sep 30 2016 at 15:25):
It is occurring on a StructureDefinition, and I have confirmed that a "type" field is present on the StructureDefinition
Sean McIlvenna (Sep 30 2016 at 15:25):
So, not sure what other "type" it might be referring to
Grahame Grieve (Sep 30 2016 at 18:25):
it can't read the resource at all
Sean McIlvenna (Sep 30 2016 at 23:44):
What do you mean by that? it can't find the file? it can't parse it? there's a missing field?
Sean McIlvenna (Sep 30 2016 at 23:44):
The control file isn't setup right?
Sean McIlvenna (Sep 30 2016 at 23:44):
the ImplementationGuide resource doesn't reference it right?
Grahame Grieve (Sep 30 2016 at 23:48):
it's trying to parse the resouce, and it cna't even work out what kind of resource it is - typically, there's some thing really wrong with the syntax or the set up
Sean McIlvenna (Oct 03 2016 at 16:27):
ok. so I've validated (with schema and schematron) the content of the resource successfully.
Last updated: Apr 12 2022 at 19:14 UTC