Apologies -- I haven't been following the commits closely this week.

Does anyone have any idea what changed at the low levels of the Solr 
testing class hierarchy to cause these failures in a variety of tests?

: SolrCore 'collection1' is not available due to init failure: Error 
: instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

: Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
:       at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:532)
:       at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
:       at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
:       at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
:       at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
:       at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
:       at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
:       at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
:       ... 8 more
: Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
:       at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
:       at java.lang.Class.newInstance(Class.java:368)
:       at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
:       ... 15 more

:    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SampleTest 
-Dtests.method=testSimple -Dtests.seed=2E6E8F9ADADFEACF -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese 
-Dtests.timezone=Europe/Lisbon -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII


-Hoss
http://www.lucidworks.com/

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

Reply via email to