Steve Rowe created SOLR-5066:
--------------------------------

             Summary: 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


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]

Reply via email to