SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.07k stars 211 forks source link

Error loading binder #149

Closed himito closed 5 months ago

himito commented 5 months ago

Hi, I clicked on the binder badge, but there is an error when loading the container I think.

Ign:9 http://deb.debian.org/debian stretch/main all Packages
Err:10 http://deb.debian.org/debian stretch/main amd64 Packages
  404  Not Found
Err:11 http://deb.debian.org/debian stretch-updates/main amd64 Packages
  404  Not Found
Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
Reading package lists...
W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Removing intermediate container 7e5255aac187
The command '/bin/sh -c apt-get update' returned a non-zero code: 100

Thank you for all,

Cheers, Jaime

SpencerPark commented 5 months ago

@himito should be working again. Please reopen if not.

Sometimes it may timeout pulling the image, nothing we can do about that if mybinder is busy, but you can also build the docker container locally to try it that way. See https://github.com/SpencerPark/ijava-binder#running-locally.

himito commented 5 months ago

Thank you @SpencerPark