Stream: IG creation
Topic: ClassNotFoundException v1.1.100
Roeland Luykx (Feb 14 2022 at 12:32):
using the new released version 1.1.100 an classnotfoundexception is thrown (@Mark Iantorno )
java -jar publisher_1.1.100.jar -ig ig.ini
Error: Could not find or load main class org.hl7.fhir.igtools.publisher.Publisher
Caused by: java.lang.ClassNotFoundException: org.hl7.fhir.igtools.publisher.Publisher
Grahame Grieve (Feb 14 2022 at 12:50):
sigh, I really can't hate git more than I do.
Grahame Grieve (Feb 14 2022 at 12:50):
I'll try again
Rob Hausam (Feb 14 2022 at 15:52):
I'm getting the same with 1.1.101:
Error: Could not find or load main class org.hl7.fhir.igtools.publisher.Publisher
Caused by: java.lang.ClassNotFoundException: org.hl7.fhir.igtools.publisher.Publisher
@Grahame Grieve @Mark Iantorno
Rob Hausam (Feb 14 2022 at 15:59):
1.1.99 still works - so I'll keep that for now.
Lloyd McKenzie (Feb 14 2022 at 16:36):
@Mark Iantorno, current publisher release is broken :(
Sheila Connelly (Feb 14 2022 at 17:00):
I am also getting this error with the current publisher.jar
Mark Iantorno (Feb 14 2022 at 18:12):
I don't really commit to this library, it looks as though recent changes were made by @Grahame Grieve and @Lloyd McKenzie . This may have impacted the ability to run the jar?
Lloyd McKenzie (Feb 14 2022 at 18:15):
The "class not found" error suggests there was an issue with the pipeline somehow...
Rick Geimer (Feb 14 2022 at 18:45):
Same error here with 1.1.100 and 1.1.101, reverting to 1.1.99 works.
Grahame Grieve (Feb 14 2022 at 18:50):
@David Otasek this is definitely a pipeline problem
David Otasek (Feb 14 2022 at 18:53):
Looking into it.
David Otasek (Feb 14 2022 at 19:25):
I could replicate locally, and have a fix going through the pipelines right now. I will trigger a build if everything works correctly, and update here when it's done.
David Otasek (Feb 14 2022 at 19:55):
The new build is now published on GitHub. Please let me know if this works correctly.
Patrick Werner (Feb 14 2022 at 22:18):
It is working fine now. Thanks for the quick fix.
Last updated: Apr 12 2022 at 19:14 UTC