[ https://issues.apache.org/jira/browse/SOLR-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406300#comment-13406300 ]
Stefan Matheis (steffkes) commented on SOLR-3591: ------------------------------------------------- Just for reproducing the UI-Steps, i changed {{elevate.xml}} into {{elevate.xm}} to produce an exception: * We're trying to get Information about available cores from {{/solr/admin/cores?wt=json}}: {code}{ responseHeader: { status: 0, QTime: 1 }, defaultCoreName: "collection1", status: { } }{code} * Afterwards we try to fetch System Information (from the first available core), because there are no cores listed .. we end up with {{/solr/null/admin/system?wt=json}} - which just gives an {{404 Not Found}} So how to decide if the user has no admin-handler defined or we have an startup error? my first idea was to display the latest logentry when we display this error message, so the user may decide himself what happend - but this will not work because {{/solr/admin/logging}} also responds with a {{404 Not Found}} Right now i don't really have an idea how to solve that? > Startup error not reflected in Solr web view > -------------------------------------------- > > Key: SOLR-3591 > URL: https://issues.apache.org/jira/browse/SOLR-3591 > Project: Solr > Issue Type: Bug > Components: web gui > Affects Versions: 4.0-ALPHA > Reporter: Erik Hatcher > Assignee: Stefan Matheis (steffkes) > Priority: Blocker > Fix For: 4.0 > > Attachments: screenshot-1.jpg > > > When Solr has a fatal startup error, it used to be reflected in general > responses from Solr. With the new UI, it's relegated to only the logs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org