FHIR Chat · IG Publisher: Unable to determine type for... · implementers

Stream: implementers

Topic: IG Publisher: Unable to determine type for...


view this post on Zulip 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

view this post on Zulip Sean McIlvenna (Sep 30 2016 at 15:24):

Does anyone know what this means?

view this post on Zulip 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

view this post on Zulip Sean McIlvenna (Sep 30 2016 at 15:25):

So, not sure what other "type" it might be referring to

view this post on Zulip Grahame Grieve (Sep 30 2016 at 18:25):

it can't read the resource at all

view this post on Zulip 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?

view this post on Zulip Sean McIlvenna (Sep 30 2016 at 23:44):

The control file isn't setup right?

view this post on Zulip Sean McIlvenna (Sep 30 2016 at 23:44):

the ImplementationGuide resource doesn't reference it right?

view this post on Zulip 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

view this post on Zulip 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