Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6767

Improve user experience when starting Solr in standalone mode using scripts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • None
    • Admin UI, scripts and tools
    • None

    Description

      As of now, starting Solr in standalone mode using './solr start' starts up Solr without any core. Trying to create a core from coreadmin UI doesn't work and errors out (when using defaults).

      Error CREATEing SolrCore 'new_core': Unable to create core [new_core] Caused by: Can't find resource 'solrconfig.xml' in classpath or '/lucene-solr/solr/server/solr/new_core/conf'

      The only way to get it to work would be to use the /server/<configset> directory to be the instance directory and then, the core creation would create unwanted directories in there. The only way to clean that up being,

      > rm -rf .. ; svn up # (if it's a repo check out). 
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              anshum Anshum Gupta
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: