Stream: hapi
Topic: Failed install from hhsidelab-hapi-fhir
Keith Baker (Jun 30 2021 at 20:52):
I'm attempting to follow the directions from: https://github.com/CMSgov/bluebutton-sample-client-spring-boot
But at:
$ git clone https://github.com/HHSIDEAlab/hapi-fhir.git hhsidealab-hapi-fhir.git
$ cd hhsidealab-hapi-fhir.git
$ mvn clean install -DskipITs=true -DskipTests=true
It runs and chokes at:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project hapi-fhir-validation: Compilation failure
[ERROR] /Users/keith.baker02/projects/git/hhsidealab-hapi-fhir.git/hapi-fhir-validation/src/main/java/org/hl7/fhir/r4/validation/InstanceValidator.java:[11,22] error: package javax.rmi.CORBA does not exist
mvn -version returns:
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/Cellar/maven/3.8.1/libexec
Java version: 16.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/16.0.1/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
java -version:
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-bre_2021_01_20_16_06-b00)
OpenJDK 64-Bit Server VM (build 25.282-b00, mixed mode)
Am I missing something obvious?
Last updated: Apr 12 2022 at 19:14 UTC