FHIR Chat · New error generating sample IG · IG creation

Stream: IG creation

Topic: New error generating sample IG


view this post on Zulip Lloyd McKenzie (Apr 29 2020 at 04:06):

CI build is producing this:
Translating CQL source in folder /scratch/ig-build-temp-6F95VW/repo/input/cql (00:15.0854)
Translating CQL source in file /scratch/ig-build-temp-6F95VW/repo/input/cql/notincluded.cql (00:15.0859)
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/module/jaxb/JaxbAnnotationModule
at org.hl7.fhir.igtools.publisher.CqlSubSystem.translateFile(CqlSubSystem.java:331)
at org.hl7.fhir.igtools.publisher.CqlSubSystem.translateFolder(CqlSubSystem.java:275)
at org.hl7.fhir.igtools.publisher.CqlSubSystem.execute(CqlSubSystem.java:189)
at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:2793)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:814)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:680)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:7145)
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:606)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 7 more

view this post on Zulip Lloyd McKenzie (Apr 29 2020 at 04:06):

Presume it's an issue with the newest publisher, because the Sample IG is definitely not using CQL...

view this post on Zulip Grahame Grieve (Apr 29 2020 at 04:21):

this will be fixed as soon as I get a new version out


Last updated: Apr 12 2022 at 19:14 UTC