Stream: IG creation
Topic: error while updating IG urls
Jose Costa Teixeira (Nov 13 2020 at 09:28):
I'm in the process of updating some resource URLs and I get this error often:
Exception in thread "main" java.lang.Error: investigate this (prefix)
at org.hl7.fhir.igtools.renderers.StructureDefinitionRenderer.txDetails(StructureDefinitionRenderer.java:600)
at org.hl7.fhir.igtools.renderers.StructureDefinitionRenderer.txItem(StructureDefinitionRenderer.java:539)
at org.hl7.fhir.igtools.renderers.StructureDefinitionRenderer.tx(StructureDefinitionRenderer.java:509)
at org.hl7.fhir.igtools.publisher.Publisher.generateOutputsStructureDefinition(Publisher.java:7650)
at org.hl7.fhir.igtools.publisher.Publisher.generateResourceHtml(Publisher.java:6667)
at org.hl7.fhir.igtools.publisher.Publisher.generateHtmlOutputs(Publisher.java:6611)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:4873)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:884)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:728)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8373)
What should I look for ?
Jose Costa Teixeira (Nov 13 2020 at 09:29):
(i can always go back and forth to figure out what causes it, but would be good to understand what to look for exactly)
Grahame Grieve (Nov 13 2020 at 09:29):
Oh dear. I didn't mean for that to be released. But since it is... how do you make that happen?
Jose Costa Teixeira (Nov 13 2020 at 09:32):
if only I knew... I can push my broken commit if you want to see
Jose Costa Teixeira (Nov 13 2020 at 09:34):
my broken commit was actually already there: https://github.com/hl7-be/riziv-inami/tree/master
Grahame Grieve (Nov 13 2020 at 09:58):
ok I'll have a look
Grahame Grieve (Nov 13 2020 at 11:50):
you have a binding to a value set that starts with a space
Jose Costa Teixeira (Nov 13 2020 at 12:57):
thanks. I did, two actually.
Last updated: Apr 12 2022 at 19:14 UTC