internetarchive / iiif

The official Internet Archive IIIF service
GNU General Public License v3.0
21 stars 4 forks source link

504 Gateway Time-out on IIIF image and presentation manifest requests #60

Closed mprove closed 4 months ago

mprove commented 4 months ago

Since yesterday 22-Feb-2024 I get "504 Gateway Time-out" on all IIIF image calls and even on some IIIF presentation calls. 2 examples: resource (ok): https://archive.org/details/TNM_Handwritten_notes_Ted_Nelson_20180227_0129 manifest (ok): https://iiif.archive.org/iiif/TNM_Handwritten_notes_Ted_Nelson_20180227_0129/manifest.json image (504): https://iiif.archive.org/image/iiif/3/TNM_Handwritten_notes_Ted_Nelson_20180227_0129%2FTNM_Handwritten_notes_Ted_Nelson_20180227_0129_jp2.zip%2FTNM_Handwritten_notes_Ted_Nelson_20180227_0129_jp2%2FTNM_Handwritten_notes_Ted_Nelson_20180227_0129_0000.jp2/full/max/0/default.jpg

resource (ok): https://archive.org/details/VE-IMG-17305 manifest (504): https://iiif.archive.org/iiif/3/VE-IMG-17305/manifest.json image (504): https://iiif.archive.org/image/iiif/3/VE-IMG-17305%2Fnazca_IKO_2001015.jpg/full/max/0/default.jpg

mprove commented 4 months ago

fixed. No problems anymore.

mprove commented 4 months ago

Feb-25: again: 504 Mar-4: no problem Mar-5 (1pmGMT): service down Mar-7 (3pmGMT): ok

digitaldogsbody commented 4 months ago

IA staff have bumped the allocated resources for the service, so hopefully these problems should now be resolved

mprove commented 4 months ago

ok, let me do some rough checks. Most of the stuff looks much better already. Some issues:

error 500 Internal Server Error. Java heap space. java.lang.OutOfMemoryError: Java heap space ) for

At least Error 500 is four places better than 504! ;o) (And the majority of my tests are ok.)

mprove commented 4 months ago

ok, I consider 504 issues as resolved. I've opened a new issuer for error 500 >> #65