clarin-dspace icon indicating copy to clipboard operation
clarin-dspace copied to clipboard

Investigate tomcat logs

Open kosarko opened this issue 5 months ago • 0 comments

There are some 400/422 errors in the tomcat's localhost_access_log, that seems rather suspicious (to be caused by a human/client error), maybe they are indicating some FE issue?

There's a lot of these

w.x.y.z - - [18/Jul/2025:00:02:08 +0200] "GET /repository/server/api/submission/vocabularyEntryDetails/search/top?vocabulary=undefined HTTP/1.0" 400 201
w.x.y.z - - [18/Jul/2025:06:01:43 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.0.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:44 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.1.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:45 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.2.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:46 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.3.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:47 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.4.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:47 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.5.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:48 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.6.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:49 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.7.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:50 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.8.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:06:01:51 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11234/1-1923&filename=data-plaintext-format.9.tgz HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:08:28:37 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11372/lrt-1611&filename=shared-task.html HTTP/1.0" 422 201
w.x.y.z - - [18/Jul/2025:08:28:43 +0200] "GET /repository/server/api/core/bitstreams/search/byItemHandle?handle=11372/lrt-1611&filename=shared-task.html HTTP/1.0" 422 201

kosarko avatar Jul 21 '25 12:07 kosarko