[
https://issues.apache.org/jira/browse/SOLR-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Rowe resolved SOLR-5066.
------------------------------
Resolution: Cannot Reproduce
Assignee: Steve Rowe
I tried to reproduce this on 4.3 (source distribution), 4.4 (binary
distribution), branch_4x source, and trunk source, and I couldn't in any of
those places.
On each I tried shutting down and then restarting - the managed-schema file
gets produced at startup if it doesn't already exist, so restarting could be a
potential source of problems, since it changes the startup conditions - but
this didn't trigger the problem either.
In particular, on all versions, the Admin UI knows the correct name of the
schema file ("managed-schema") and asks for it from the ShowFileRequestHandler
({{/admin/file?file=...}}). I have no idea where the "null" shown in the error
messages came from.
Closing for now, but if anybody sees this problem in the future, please reopen
with a good set of steps to reproduce.
> Managed schema triggers a 404 error code in the Admin UI's "Schema" pane
> ------------------------------------------------------------------------
>
> Key: SOLR-5066
> URL: https://issues.apache.org/jira/browse/SOLR-5066
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Affects Versions: 4.3
> Reporter: Steve Rowe
> Assignee: Steve Rowe
>
> When using a managed schema (e.g. by setting
> {{-Dsolr.solr.home=example-schemaless/solr}} when running {{java -jar
> start.jar}} under {{solr/example/}}), the admin UI's "Schema" pane shows:
> {noformat}
> http://localhost:8983/solr/collection1/admin/file?file=null&contentType=text/xml;charset=utf-8
> {noformat}
> and
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader">
> <int name="status">404</int>
> <int name="QTime">0</int>
> </lst>
> <lst name="error">
> <str name="msg">
> Can not find: null [/path/to/solr.solr.home/collection1/conf/null]
> </str>
> <int name="code">404</int>
> </lst>
> </response>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]