International-Data-Spaces-Association / IDS-AppStore

Apache License 2.0
6 stars 7 forks source link

Repository https://artifact.fit.fraunhofer.de/repository/ids-public/ Temporarily Unavailable #124

Closed alzcurda closed 1 year ago

alzcurda commented 1 year ago

Describe the bug During Docker generation the process fail with the error:

0 97.36 [ERROR] Failed to execute goal on project appstore: Could not resolve dependencies for project de.fraunhofer.fit:appstore:jar:4.1.0: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messagin

g:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids:infomodel-serializer:jar:4.2.8 -> de.fraunhofer.iais.eis.infomodel:util:jar:4.2.7-SNAPSHOT: Failed to read artifact descriptor for de.fraunhofer.iais.eis.info model:util:jar:4.2.7-SNAPSHOT: Could not transfer artifact de.fraunhofer.iais.eis.infomodel:util:pom:4.2.7-SNAPSHOT from/to fit-nexus-public (https://artifact.fit.fraunhofer.de/repository/ids-public/): transfer failed for https://artifact.fit.fraunhofer.de/repository/ids-public/de/fraunhofer/iais/eis/infomodel/util/4.2.7-SNAPSHOT/util-4.2.7-SNAPSHOT.pom, status: 503 Service Temporarily Unavailable -> [Help 1]

To Reproduce Steps to reproduce the behavior: Go to root project code and run: docker compose -f docker-compose.yml up --build -d

Expected behavior Docker instance will be created and running.

Screenshots & Logs image

Desktop (please complete the following information):

Additional context I guess the server is down. There are some prevision to get it up?

SebastianOpriel commented 1 year ago

@timwirtz86 do you know, who can help with Artifactory at FIT?

timwirtz86 commented 1 year ago

@SebastianOpriel sadly not, but why not using the artifactory of IAIS? you should find all artifacts there https://maven.iais.fraunhofer.de/ui/native/eis-ids-public/

alzcurda commented 1 year ago

@timwirtz86 I replaced

https://artifact.fit.fraunhofer.de/repository/ids-public/

for:

https://maven.iais.fraunhofer.de/ui/native/eis-ids-public/ image

But now I am having several missing errors:

image

I am using the main version of AppStore's POM:

https://github.com/International-Data-Spaces-Association/IDS-AppStore/blob/2b9b612a463a965187b444035d0b3f93d29e7904/pom.xml#L552-L562

Am I using the correct version?

Thank you for all.

boxer-code commented 1 year ago

I'm facing the same issue and it seems like the naming of the artifacts at the iais repo could be different? Are there any updates or quick fixes yet? Thanks in advance!

alzcurda commented 1 year ago

It appears that the server is up again. I was able to build docker image again, but I think that there is some kind of access problem becouse the proccess lasted about 30 minutes.

image