You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/07/14 14:26:04 UTC

[jira] Resolved: (SOLR-118) Some admin pages stop working with "error 404" as the only symptom

     [ https://issues.apache.org/jira/browse/SOLR-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SOLR-118.
--------------------------------------

    Resolution: Fixed

We have confirmed Otis's hypothesis by deleting Jetty's work dir under /tmp while Solr runs, which causes the 404 to appear as described above.

I have added this to the Solr FAQ [1], and added Otis to my "IOU a glass of milk" list.

[1] http://wiki.apache.org/solr/FAQ#head-eff0fcf7bd2ef9385999b1b5c71fffb34e568e8b

> Some admin pages stop working with "error 404" as the only symptom
> ------------------------------------------------------------------
>
>                 Key: SOLR-118
>                 URL: https://issues.apache.org/jira/browse/SOLR-118
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>         Environment: Fedora Core 4 (Linux version 2.6.11-1.1369_FC4smp)  Sun's JVM 1.5.0_07-b03
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> This was reported to the mailing list a while ago, see http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200610.mbox/%3cf752f5320610311359y365d6322lb9b4e409f5557dfc@mail.gmail.com%3e
> Today I'm seeing the same thing on a Solr instance that has been running since January 9th (about 13 days) with the plain start.jar setup. Index contains 150'000 docs, 88322 search requests to date.
> $ curl http://localhost:8983/solr/admin/analysis.jsp
> <html>
> <head>
> <title>Error 404 /admin/analysis.jsp</title>
> </head>
> <body>
> <h2>HTTP ERROR: 404</h2><pre>/admin/analysis.jsp</pre>
> <p>RequestURI=/solr/admin/analysis.jsp</p>
> ...
> curl http://localhost:8983/solr/admin/index.jsp
> <html>
> <head>
> <title>Error 404 /admin/index.jsp</title>
> </head>
> <body>
> <h2>HTTP ERROR: 404</h2><pre>/admin/index.jsp</pre>
> <p>RequestURI=/solr/admin/index.jsp</p>
> ...
> Other admin pages work correctly, for example http://localhost:8983/solr/admin/stats.jsp
> I don't see any messages in the logs, which are capturing stdout and stderr from the JVM.
> I guess I'll have to restart this instance, I'm out of possibilities to find out what's happening exactly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.