highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

Build of dsf-bpe-server fails on downloading dependency jul-to-slf4j #159

Closed Robin-Brandt closed 3 years ago

Robin-Brandt commented 3 years ago

I've tried following the build instructions, but the build keeps failing through timeout during the build of dsf-bpe-server.

Relevant maven output:

INFO] -------------------< org.highmed.dsf:dsf-bpe-server >-------------------
[INFO] Building dsf-bpe-server 0.3.0                                    [30/40]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/springframework/spring-web/5.2.9.RELEASE/spring-web-5.2.9.RELEASE.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/springframework/spring-jdbc/5.2.9.RELEASE/spring-jdbc-5.2.9.RELEASE.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/springframework/spring-tx/5.2.9.RELEASE/spring-tx-5.2.9.RELEASE.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/glassfish/jersey/containers/jersey-container-servlet/2.32/jersey-container-servlet-2.32.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/glassfish/jersey/containers/jersey-container-servlet-core/2.32/jersey-container-servlet-core-2.32.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/apache/commons/commons-dbcp2/2.8.0/commons-dbcp2-2.8.0.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/postgresql/postgresql/42.2.17/postgresql-42.2.17.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/de/hs-heilbronn/mi/db-test-utils/0.9.1/db-test-utils-0.9.1.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/liquibase/liquibase-core/4.1.1/liquibase-core-4.1.1.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/com/opentable/components/otj-pg-embedded/0.13.3/otj-pg-embedded-0.13.3.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar
Downloading from camunda-bpm: https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/slf4j/jul-to-slf4j/1.8.0-beta4/jul-to-slf4j-1.8.0-beta4.jar

Maven version details:

[root@mi0093n dsf-bpe-server]# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/maven
Java version: 11.0.9.1, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.9.11-4.fc32.x86_64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.11-100.fc32.x86_64", arch: "amd64", family: "unix"

Is this dependency needed and if not, where can I find it to remove it from the relevant pom.xml? I did not find it in the file of the dsf-bpe-server. Alternatively, could you please supply instructions to add the jar to the project manually?

Robin-Brandt commented 3 years ago

Issue was seemingly caused by corrupted maven install cache, restart of the machine fixed the issue, closing this.