FHIR Chat · Changing the Name of a Resource · committers

Stream: committers

Topic: Changing the Name of a Resource


view this post on Zulip Melva Peters (May 07 2019 at 13:28):

I'm trying to the change the name of a resource and am getting the following error, but am getting the following error: [java] Errors: 0 Warnings: 644 Hints: 981
[java]
[java] ===Resources with FMM forced to 0===
[java] FHIR Infrastructure:
[java] CapabilityStatement(5), Group(1), ImplementationGuide(1), OperationDefinition(5), SearchParameter(3), StructureMap(2)
[java] 5.963 324sec 3926MB
[java] This was a Full Build 0.334 325sec 3926MB
[java] FHIR build failure @ Tue, May 7, 2019 09:26-0400 0.83 326sec 3926MB
[java] Error: unable to find resource or composite type MedicationStatement
[java] java.lang.Exception: unable to find resource or composite type MedicationStatement
[java] at org.hl7.fhir.definitions.model.Definitions.getElementDefn(Definitions.java:208)
[java] at org.hl7.fhir.definitions.generators.specification.ResourceDependencyGenerator.addTypeToAnalysis(ResourceDependencyGenerator.java:274)
[java] at org.hl7.fhir.definitions.generators.specification.ResourceDependencyGenerator.genElement(ResourceDependencyGenerator.java:123)
[java] at org.hl7.fhir.definitions.generators.specification.ResourceDependencyGenerator.genElement(ResourceDependencyGenerator.java:217)
[java] at org.hl7.fhir.definitions.generators.specification.ResourceDependencyGenerator.generate(ResourceDependencyGenerator.java:53)
[java] at org.hl7.fhir.tools.publisher.PageProcessor.genDependencyGraph(PageProcessor.java:6797)
[java] at org.hl7.fhir.tools.publisher.PageProcessor.processResourceIncludes(PageProcessor.java:6474)
[java] at org.hl7.fhir.tools.publisher.Publisher.produceResource2(Publisher.java:4207)
[java] at org.hl7.fhir.tools.publisher.Publisher.produceSpec(Publisher.java:2429)
[java] at org.hl7.fhir.tools.publisher.Publisher.produceSpecification(Publisher.java:2243)
[java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:623)
[java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:481)

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

Has anyone had this error and know where I should look to fix?

view this post on Zulip Grahame Grieve (May 07 2019 at 13:37):

some other resource is referencing the old name, possibly in narrative somewhere


Last updated: Apr 12 2022 at 19:14 UTC