FHIR Chat · Build error UML Class type not found · committers

Stream: committers

Topic: Build error UML Class type not found


view this post on Zulip Melva Peters (Mar 17 2021 at 21:36):

I'm trying to run the build and am getting the following error almost immediately. I haven't made any changes...I just did a pull to get the changes and tried a build - anyone have any ideas?..Exception in thread "main" java.lang.Error: UML Class Type not found
at org.hl7.fhir.definitions.uml.UMLPackage.getClassByName(UMLPackage.java:114)
at org.hl7.fhir.definitions.generators.specification.ProfileGenerator.genUml(ProfileGenerator.java:812)
at org.hl7.fhir.definitions.generators.specification.ProfileGenerator.generate(ProfileGenerator.java:743)
at org.hl7.fhir.definitions.parsers.SourceParser.genTypeProfile(SourceParser.java:1115)
at org.hl7.fhir.definitions.parsers.SourceParser.loadCompositeType(SourceParser.java:1146)
at org.hl7.fhir.definitions.parsers.SourceParser.parse(SourceParser.java:241)
at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:580)
at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:473)

view this post on Zulip Lloyd McKenzie (Mar 17 2021 at 22:42):

Is this for core? I just pulled changes and kicked off a build. It's been running for 20 minutes - no issues so far...

view this post on Zulip Melva Peters (Mar 17 2021 at 23:11):

Yes for Core. Any idea what I should do? All I did was pull the latest. Haven’t made a change

view this post on Zulip Lloyd McKenzie (Mar 18 2021 at 00:55):

Don't know. Like I said, I pulled and it ran fine. Have you tried reverting everything in your local?

view this post on Zulip Mark Iantorno (Mar 18 2021 at 17:51):

When was the last time you pulled in master to your branch.

view this post on Zulip Mark Iantorno (Mar 18 2021 at 17:51):

this looks like the type of error we were seeing with an older version of the build tools

view this post on Zulip Melva Peters (Mar 18 2021 at 18:17):

I actually did a pull just before I ran the build. I decided to re-clone the repository and am running the build now.


Last updated: Apr 12 2022 at 19:14 UTC