FHIR Chat · Local build failed · committers

Stream: committers

Topic: Local build failed


view this post on Zulip Melva Peters (Sep 25 2020 at 13:01):

I ran a successful build yesterday after I updated the Master locally, then created a branch and ran a build again - no local changes except to create a branch and now my build fails with the following: [java] Load Package hl7.terminology#1.0.0
[java] Load Terminology Cache from /Users/jenaker1/Documents/Github/FHIR/vscache 0.888 3sec 102MB
[java] .. loaded 5.822 8sec 737MB
[java] Checking Source for /Users/jenaker1/Documents/Github/FHIR 0.013 8sec 737MB
[java] Full Build 1.066 9sec 759MB
[java] Version 4.5.0-725b5f1cf8
[java] Load Loinc 0.474 10sec 767MB
[java] Loading 0.49 10sec 831MB
[java] Load Common Bindings 0.016 10sec 831MB
[java] Exception in thread "main" java.lang.NoSuchMethodError: org.hl7.fhir.r5.terminologies.CodeSystemUtilities.hasOID(Lorg/hl7/fhir/r5/model/CodeSystem;)Z
[java] at org.hl7.fhir.definitions.parsers.BindingsParser.touchVS(BindingsParser.java:198)
[java] at org.hl7.fhir.definitions.parsers.BindingsParser.processLine(BindingsParser.java:167)
[java] at org.hl7.fhir.definitions.parsers.BindingsParser.parse(BindingsParser.java:103)
[java] at org.hl7.fhir.definitions.parsers.SourceParser.loadGlobalBindings(SourceParser.java:999)
[java] at org.hl7.fhir.definitions.parsers.SourceParser.parse(SourceParser.java:202)
[java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:594)
[java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:488)

BUILD FAILED
/Users/jenaker1/Documents/Github/FHIR/build.xml:30: The following error occurred while executing this line:
/Users/jenaker1/Documents/Github/FHIR/tools/java/org.hl7.fhir.tools.core/build.xml:70: Java returned: 1

Does anyone have any ideas?

view this post on Zulip Melva Peters (Sep 25 2020 at 20:31):

@Lloyd McKenzie

view this post on Zulip Melva Peters (Sep 25 2020 at 20:33):

@Grahame Grieve any ideas what is causing this?

view this post on Zulip Grahame Grieve (Sep 25 2020 at 20:47):

try deleting all your .class files?

view this post on Zulip Rob Hausam (Sep 25 2020 at 20:51):

yeah, I certainly can try that (and I hadn't actually done that yet)

view this post on Zulip Rob Hausam (Sep 25 2020 at 20:53):

that's usually about the first thing that I think of - but this set of errors seemed somehow a bit different and hadn't triggered the thought

view this post on Zulip Melva Peters (Sep 25 2020 at 21:09):

@Grahame Grieve all .class files or just ones is a particular folder?

view this post on Zulip Grahame Grieve (Sep 25 2020 at 21:21):

all of them


Last updated: Apr 12 2022 at 19:14 UTC