FHIR Chat · ClassNotFoundException v1.1.100 · IG creation

Stream: IG creation

Topic: ClassNotFoundException v1.1.100


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

view this post on Zulip Grahame Grieve (Feb 14 2022 at 12:50):

sigh, I really can't hate git more than I do.

view this post on Zulip Grahame Grieve (Feb 14 2022 at 12:50):

I'll try again

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

view this post on Zulip Rob Hausam (Feb 14 2022 at 15:59):

1.1.99 still works - so I'll keep that for now.

view this post on Zulip Lloyd McKenzie (Feb 14 2022 at 16:36):

@Mark Iantorno, current publisher release is broken :(

view this post on Zulip Sheila Connelly (Feb 14 2022 at 17:00):

I am also getting this error with the current publisher.jar

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

view this post on Zulip Lloyd McKenzie (Feb 14 2022 at 18:15):

The "class not found" error suggests there was an issue with the pipeline somehow...

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

view this post on Zulip Grahame Grieve (Feb 14 2022 at 18:50):

@David Otasek this is definitely a pipeline problem

view this post on Zulip David Otasek (Feb 14 2022 at 18:53):

Looking into it.

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

view this post on Zulip David Otasek (Feb 14 2022 at 19:55):

The new build is now published on GitHub. Please let me know if this works correctly.

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