mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Linux launch.sh script not working #207

Open boggilicious opened 1 month ago

boggilicious commented 1 month ago

I wanted to try your platform but wasn't able to start it. Docker threw an error: ERROR COPY platform/ ./platform/ from the dockerfile.

the npm instructions did not help either.

Any tipps?

barnettwilliam commented 1 month ago

I see the error you describe when trying to start the platform via docker compose while in the following directory:

If you're not already, try switching to the top-level directory and starting the platform from there

Where educationplatform-docker is a clone of the https://github.com/mdenet/educationplatform-docker repo.

boggilicious commented 1 month ago

Thanks! This time it seems to be doing more, but I ran into fetching problems:

=> ERROR [mdenet-tool-conversion toolservice 2/10] RUN apt-get update 112.1s

 112.0 Fetched 61.1 MB in 1min 29s (685 kB/s)
112.0 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/glib2.0/libglib2.0-0_2.66.8-1%2bdeb11u3_amd64.deb  Connection timed out [IP: 146.75.118.132 80]
112.0 E: Failed to fetch http://deb.debian.org/debian/pool/main/libc/libcommons-lang3-java/libcommons-lang3-java_3.11-1_all.deb  Connection timed out [IP: 146.75.118.132 80]
112.0 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Any ideas what could have gone wrong?

szschaler commented 1 month ago

This may be a networking issue on your end or possibly an issue with the Debian servers? If the latter (I haven't checked their status), then I would expect this to be temporary only.