You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to use DataspaceConnector version 8.0.2 for deployment within Docker, I got the following error:
#0 429.0 [ERROR] Failed to execute goal on project dataspaceconnector: Could not resolve dependencies for project io:dataspaceconnector:jar:8.0.2: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messaging:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: Failed to read artifact descriptor for de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: The following artifacts could not be resolved: de.fraunhofer.iais.eis.ids.infomodel:java:pom:4.2.7 (absent): Could not transfer artifact de.fraunhofer.iais.eis.ids.infomodel:java:pom:4.2.7 from/to eis-ids-public (https://maven.iais.fraunhofer.de/artifactory/eis-ids-public): PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Fri Oct 20 06:19:06 UTC 2023 -> [Help 1]
#0 429.0 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project dataspaceconnector: Could not resolve dependencies for project io:dataspaceconnector:jar:8.0.2: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messaging:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7
It looks like it is caused by an expired PKIX certificate, which I have never encountered before.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I tried to use DataspaceConnector version 8.0.2 for deployment within Docker, I got the following error:
#0 429.0 [ERROR] Failed to execute goal on project dataspaceconnector: Could not resolve dependencies for project io:dataspaceconnector:jar:8.0.2: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messaging:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: Failed to read artifact descriptor for de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: The following artifacts could not be resolved: de.fraunhofer.iais.eis.ids.infomodel:java:pom:4.2.7 (absent): Could not transfer artifact de.fraunhofer.iais.eis.ids.infomodel:java:pom:4.2.7 from/to eis-ids-public (https://maven.iais.fraunhofer.de/artifactory/eis-ids-public): PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Fri Oct 20 06:19:06 UTC 2023 -> [Help 1]
#0 429.0 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project dataspaceconnector: Could not resolve dependencies for project io:dataspaceconnector:jar:8.0.2: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messaging:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7
It looks like it is caused by an expired PKIX certificate, which I have never encountered before.
Beta Was this translation helpful? Give feedback.
All reactions