You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2015/08/26 02:51:45 UTC

[jira] [Created] (SOLR-7973) JettyWebappTest bug - exceptions at end

Yonik Seeley created SOLR-7973:
----------------------------------

             Summary: JettyWebappTest bug - exceptions at end
                 Key: SOLR-7973
                 URL: https://issues.apache.org/jira/browse/SOLR-7973
             Project: Solr
          Issue Type: Bug
            Reporter: Yonik Seeley


The following always appears near the end of the test run:

{code}
3806 ERROR (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CoreContainer Error creating core [collection1]: This CoreContainer has been close
java.lang.IllegalStateException: This CoreContainer has been close
	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:662)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:735)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:447)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:438)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
3808 ERROR (coreContainerWorkExecutor-2-thread-1) [    ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [collection1]
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.core.CoreContainer$2.run(CoreContainer.java:476)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Unable to create core [collection1]
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:741)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:447)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:438)
	... 5 more
Caused by: java.lang.IllegalStateException: This CoreContainer has been close
	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:662)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:735)
	... 7 more
{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