You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Anshum Gupta (JIRA)" <ji...@apache.org> on 2014/11/20 01:09:34 UTC

[jira] [Updated] (SOLR-6767) Improve user experience when starting Solr in standalone mode using scripts

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

Anshum Gupta updated SOLR-6767:
-------------------------------
    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).
bq. 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, 
{code}
> rm -rf .. ; svn up # (if it's a repo check out). 
{code}

  was:
As of now, starting Solr in standalone mode using './solr start' starts up Solr without any core. Trying to create a core from coreadmin doesn't work and errors out (when using defaults).
bq. 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, 
{code}
> rm -rf .. ; svn up # (if it's a repo check out). 
{code}


> Improve user experience when starting Solr in standalone mode using scripts
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-6767
>                 URL: https://issues.apache.org/jira/browse/SOLR-6767
>             Project: Solr
>          Issue Type: Bug
>          Components: scripts and tools
>            Reporter: Anshum Gupta
>
> 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).
> bq. 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, 
> {code}
> > rm -rf .. ; svn up # (if it's a repo check out). 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org