Stream: IG creation
Topic: onGenerate crash
Elliot Silver (Dec 07 2020 at 23:06):
I'm getting the following error when trying to build locally. Is there somewhere I can look, or something I can do to get more details about the error?
onGenerate:
Exception generating resource /Users/elliot/src/covid-ig/fsh-generated/resources/questionnaire-WhoCrQuestionnaireCovid19Surveillance::Questionnaire/WhoCrQuestionnaireCovid19Surveillance: null (01:24.0447)
java.lang.NullPointerException
at org.hl7.fhir.r5.renderers.QuestionnaireRenderer.listOptions(QuestionnaireRenderer.java:712)
at org.hl7.fhir.r5.renderers.QuestionnaireRenderer.renderFormItem(QuestionnaireRenderer.java:525)
at org.hl7.fhir.r5.renderers.QuestionnaireRenderer.renderFormItem(QuestionnaireRenderer.java:684)
Grahame Grieve (Dec 08 2020 at 00:04):
you have a reference to a contained value set, but no actual value set
Elliot Silver (Dec 08 2020 at 00:22):
:open_mouth: How did you know that?
Brett Esler (Dec 08 2020 at 00:24):
you know Neo in The Matrix - it's a bit like that I think...
Elliot Silver (Dec 08 2020 at 00:27):
Hmm, I seem to recall that the Matrix was filmed in Sydney, so... who knows?
Grahame Grieve (Dec 08 2020 at 00:32):
I looked at line of code and asked myself what could go wrong with it. And that was the only answer.
Grahame Grieve (Dec 08 2020 at 00:33):
it won't happen again from the next release
Elliot Silver (Dec 08 2020 at 00:36):
Thank you.
Last updated: Apr 12 2022 at 19:14 UTC