You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Timothy Potter (JIRA)" <ji...@apache.org> on 2014/05/22 01:22:38 UTC

[jira] [Created] (SOLR-6106) Sometimes all the cores on a SolrCloud node cannot find their config when intializing the ManagedResourceStorage storageIO impl

Timothy Potter created SOLR-6106:
------------------------------------

             Summary: Sometimes all the cores on a SolrCloud node cannot find their config when intializing the ManagedResourceStorage storageIO impl
                 Key: SOLR-6106
                 URL: https://issues.apache.org/jira/browse/SOLR-6106
             Project: Solr
          Issue Type: Bug
          Components: SolrCloud
            Reporter: Timothy Potter
            Assignee: Timothy Potter
            Priority: Minor


Had one of my many nodes have problems initializing all cores due to the following problem. It was resolved by restarting the node (hence the minor classification).

2014-05-21 20:39:17,898 [coreLoadExecutor-4-thread-27] ERROR solr.core.CoreContainer  - Unable to create core: small46_shard1_replica1
org.apache.solr.common.SolrException: Could not find config name for collection:small46
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:858)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:641)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:261)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:253)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:small46
	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:99)
	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2339)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:845)
	... 10 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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