it gives me this: Expected mime type application/octet-stream but got text/html. <!doctype html>HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}
HTTP Status 404 – Not Found
Type Status Report
Message /solr/search/select
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.50
when I go to: http://localhost:8080/xmlui/handle/123456789/1/browse?type=author
my dspace access log: 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "GET /xmlui/handle/123456789/1 HTTP/1.1" 200 16116 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "GET /xmlui/static/icons/feed.png HTTP/1.1" 200 691 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "GET /xmlui/handle/123456789/1/browse?type=author HTTP/1.1" 500 40838 127.0.0.1 - - [17/Jan/2025:11:38:53 -0500] "GET /solr HTTP/1.1" 404 713
I tried to overwrite the solr,jspui,xmlui and oai file, restart Tomcat but nothing happened
it gives me this: Expected mime type application/octet-stream but got text/html. <!doctype html>HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}
HTTP Status 404 – Not Found
Type Status Report
Message /solr/search/select
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.50
when I go to: http://localhost:8080/xmlui/handle/123456789/1/browse?type=author
my dspace access log: 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "GET /xmlui/handle/123456789/1 HTTP/1.1" 200 16116 127.0.0.1 - - [17/Jan/2025:11:37:35 -0500] "GET /xmlui/static/icons/feed.png HTTP/1.1" 200 691 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "POST /solr/search/select HTTP/1.1" 404 735 127.0.0.1 - - [17/Jan/2025:11:37:38 -0500] "GET /xmlui/handle/123456789/1/browse?type=author HTTP/1.1" 500 40838 127.0.0.1 - - [17/Jan/2025:11:38:53 -0500] "GET /solr HTTP/1.1" 404 713
I tried to overwrite the solr,jspui,xmlui and oai file, restart Tomcat but nothing happened
Share Improve this question asked Jan 17 at 16:58 lets getitlets getit 11 Answer
Reset to default 0Solr is not running. You'll need to look in Tomcat's other logs to find out why. catalina.log
is where I would start, but sometimes you'll also need to look in local.log
. (These are not access logs.)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745353643a4623989.html
评论列表(0条)