Apache Jenkins Server | 1 Jan 2012 01:58
Picon

[JENKINS] Lucene-3.x - Build # 598 - Still Failing

Build: https://builds.apache.org/job/Lucene-3.x/598/

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriter.testDiverseDocs

Error Message:
expected:<1300> but was:<1000>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1300> but was:<1000>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:147)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:50)
	at org.apache.lucene.index.TestIndexWriter.testDiverseDocs(TestIndexWriter.java:642)
	at org.apache.lucene.util.LuceneTestCase$2$1.evaluate(LuceneTestCase.java:432)

Build Log (for compile errors):
[...truncated 15546 lines...]
Picon
Favicon

[jira] [Created] (SOLR-2997) Defining <uniqueKey> as a "long" type throws an error on startup

Defining <uniqueKey> as a "long" type throws an error on startup
----------------------------------------------------------------

                 Key: SOLR-2997
                 URL: https://issues.apache.org/jira/browse/SOLR-2997
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0
            Reporter: Erick Erickson
            Priority: Blocker

I'm looking at a client index that has the <uniqueKey> defined as a long and Solr trunk (updated 31-Dec)
blows up with the stack traces below on startup. I insured that multiValued="false" when testing.

I don't quite know anything about other types. "string" and "lowercase" (both solr.TextField) work so I'm
guessing it's really "anything other than a TextField" that blows things up.

3.x allows this, so I'm calling it a blocker. It'll certainly mess up this client if/when they go to 4.x.

Dec 31, 2011 7:59:21 PM org.apache.solr.common.SolrException log
SEVERE: java.lang.NullPointerException
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:167)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1471)
	at org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:59)
	at org.apache.solr.core.SolrCore$3.call(SolrCore.java:1248)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
(Continue reading)

Apache Jenkins Server | 1 Jan 2012 03:04
Picon

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 11978 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/11978/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexWriterForceMerge.testMaxNumSegments2

Error Message:
java.lang.AssertionError: Some threads threw uncaught exceptions!

Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: Some threads threw uncaught exceptions!
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:657)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:685)
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:629)

Build Log (for compile errors):
[...truncated 1338 lines...]
Apache Jenkins Server | 1 Jan 2012 05:10
Picon

[JENKINS] Lucene-trunk - Build # 1786 - Failure

Build: https://builds.apache.org/job/Lucene-trunk/1786/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexWriter.testDiverseDocs

Error Message:
expected:<1300> but was:<1000>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1300> but was:<1000>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.index.TestIndexWriter.testDiverseDocs(TestIndexWriter.java:459)
	at org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:528)

Build Log (for compile errors):
[...truncated 12691 lines...]
Picon
Favicon

[jira] [Commented] (SOLR-2997) Defining <uniqueKey> as a "long" type throws an error on startup


    [
https://issues.apache.org/jira/browse/SOLR-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178122#comment-13178122
] 

Yonik Seeley commented on SOLR-2997:
------------------------------------

bq. Caused by: java.lang.NumberFormatException: For input string: "MA147LL/A"

Quick guess: the existing elevate config uses string keys which aren't valid if the uniqueKey is a number?

> Defining <uniqueKey> as a "long" type throws an error on startup
> ----------------------------------------------------------------
>
>                 Key: SOLR-2997
>                 URL: https://issues.apache.org/jira/browse/SOLR-2997
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Priority: Blocker
>
> I'm looking at a client index that has the <uniqueKey> defined as a long and Solr trunk (updated 31-Dec)
blows up with the stack traces below on startup. I insured that multiValued="false" when testing.
> I don't quite know anything about other types. "string" and "lowercase" (both solr.TextField) work so
I'm guessing it's really "anything other than a TextField" that blows things up.
> 3.x allows this, so I'm calling it a blocker. It'll certainly mess up this client if/when they go to 4.x.
> Dec 31, 2011 7:59:21 PM org.apache.solr.common.SolrException log
> SEVERE: java.lang.NullPointerException
(Continue reading)

Shai Erera (Updated) (JIRA | 1 Jan 2012 12:19
Picon
Favicon

[jira] [Updated] (LUCENE-3649) Facet userguide link is broken after "ant javadocs-all"


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

Shai Erera updated LUCENE-3649:
-------------------------------

    Attachment: LUCENE-3649.patch

Patch against 3x:
* Move docs/ under src/java/org/apache/lucene/facet/doc-files -- that way the javadocs tool takes
these files as they are
* Fix references to the userguide in overview.html and o.a.l.facet/package.html.
* Remove 'javadocs' target from facet/build.xml.

I will commit this shortly.

> Facet userguide link is broken after "ant javadocs-all"
> -------------------------------------------------------
>
>                 Key: LUCENE-3649
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3649
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3649.patch, LUCENE-3649.patch
(Continue reading)

Picon
Favicon

[jira] [Resolved] (LUCENE-3649) Facet userguide link is broken after "ant javadocs-all"


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

Shai Erera resolved LUCENE-3649.
--------------------------------

    Resolution: Fixed

Committed rev 1226235 (3x).
Committed rev 1226236 (trunk).

Thanks all for the comments.

> Facet userguide link is broken after "ant javadocs-all"
> -------------------------------------------------------
>
>                 Key: LUCENE-3649
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3649
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3649.patch, LUCENE-3649.patch
>
>
> Spinoff from http://mail-archives.apache.org/mod_mbox/lucene-java-user/201112.mbox/%3CCAO9cvUaZePZ3faWo==Xx7X8-5+snWLsbDqqjo_N-YCxR0LJFpQ <at> mail.gmail.com%3E.
(Continue reading)

Martijn v Groningen | 1 Jan 2012 12:49
Picon
Gravatar

Re: [JENKINS] Lucene-trunk - Build # 1786 - Failure

I think this is just a broken test case. If this test is ran with: "-Dtests.seed=-289aae8d40093437:-2c1c9ffc76ccb3bd:71f64018e9abbebb -Dtests.multiplier=3 -Dtests.nightly=true" then 1300 documents with term "aaa" are indexed. During searching the maximum number of documents to retrieve is hard coded to 1000. 

In that case the assertion on line 460 fails. 

Replacing:
ScoreDoc[] hits = searcher.search(new TermQuery(new Term("field", "aaa")), null, 1000).scoreDocs;
with:
ScoreDoc[] hits = searcher.search(new TermQuery(new Term("field", "aaa")), null, n*100).scoreDocs;
will fix this failure.

Martijn

On 1 January 2012 05:10, Apache Jenkins Server <jenkins <at> builds.apache.org> wrote:
Build: https://builds.apache.org/job/Lucene-trunk/1786/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexWriter.testDiverseDocs

Error Message:
expected:<1300> but was:<1000>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1300> but was:<1000>
       at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
       at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
       at org.apache.lucene.index.TestIndexWriter.testDiverseDocs(TestIndexWriter.java:459)
       at org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:528)




Build Log (for compile errors):
[...truncated 12691 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe <at> lucene.apache.org
For additional commands, e-mail: dev-help <at> lucene.apache.org
Picon
Favicon

[jira] [Resolved] (SOLR-2997) Defining <uniqueKey> as a "long" type throws an error on startup


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

Erick Erickson resolved SOLR-2997.
----------------------------------

    Resolution: Not A Problem

Thanks Yonik, you nailed it!

Problem was I copied parts of the schema from the customer's 3.5 to a trunk installation (to work with your
suggestions for LukeRequestHandler if you must know <G>) but not the solrconfig. And I forgot all about
QEV issue. And of course the client's solrconfig.xml had QEV commented out.....
 That'll teach me to try to read through the stack trace more carefully, had I seen the QEV part of the trace it
might have jogged my memory.

> Defining <uniqueKey> as a "long" type throws an error on startup
> ----------------------------------------------------------------
>
>                 Key: SOLR-2997
>                 URL: https://issues.apache.org/jira/browse/SOLR-2997
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Priority: Blocker
>
> I'm looking at a client index that has the <uniqueKey> defined as a long and Solr trunk (updated 31-Dec)
blows up with the stack traces below on startup. I insured that multiValued="false" when testing.
> I don't quite know anything about other types. "string" and "lowercase" (both solr.TextField) work so
I'm guessing it's really "anything other than a TextField" that blows things up.
> 3.x allows this, so I'm calling it a blocker. It'll certainly mess up this client if/when they go to 4.x.
> Dec 31, 2011 7:59:21 PM org.apache.solr.common.SolrException log
> SEVERE: java.lang.NullPointerException
> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:167)
> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1471)
> 	at org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:59)
> 	at org.apache.solr.core.SolrCore$3.call(SolrCore.java:1248)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:680)
> Dec 31, 2011 7:59:21 PM org.apache.solr.core.SolrCore execute
> INFO: [] webapp=null path=null
params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml} status=500
QTime=5 
> Dec 31, 2011 7:59:21 PM org.apache.solr.core.SolrCore close
> INFO: []  CLOSING SolrCore org.apache.solr.core.SolrCore <at> 11ae9aaa
> Dec 31, 2011 7:59:21 PM org.apache.solr.core.QuerySenderListener newSearcher
> INFO: QuerySenderListener done.
> Dec 31, 2011 7:59:21 PM
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener newSearcher
> INFO: Loading spell index for spellchecker: default
> Dec 31, 2011 7:59:21 PM org.apache.solr.core.SolrCore registerSearcher
> INFO: [] Registered new searcher Searcher <at> 444b0bbb
main{DirectoryReader(segments_14f:1323299267166 _ya(3.5):C31842780/6262183
_23l(3.5):C15905038/558657 _1ld(3.5):C34968625/9411287 _1oh(3.5):C4743459 _21d(3.5):C5192301
_24q(3.5):C110671/6962 _27a(3.5):C4807349/783 _21x(3.5):C204964/2 _24f(3.5):C697763/2
_26f(3.5):C162725/1 _25i(3.5):C96/1 _26g(3.5):C9881/1 _26i(3.5):C4630/1 _26l(3.5):C9745/4851
_26q(3.5):C5560 _270(3.5):C70889 _271(3.5):C29112/1 _272(3.5):C65536 _273(3.5):C34465/1
_274(3.5):C67683 _275(3.5):C32318/1 _276(3.5):C64460 _277(3.5):C35541/1 _278(3.5):C68546
_279(3.5):C31455 _27b(3.5):C784)}
> Dec 31, 2011 7:59:21 PM org.apache.solr.core.SolrCore closeSearcher
> INFO: [] Closing main searcher on request.
> Dec 31, 2011 7:59:21 PM org.apache.solr.search.SolrIndexSearcher close
> INFO: Closing Searcher <at> 444b0bbb main
> 	fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
> 	filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
> 	queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
> 	documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
> Dec 31, 2011 7:59:21 PM org.apache.solr.update.DirectUpdateHandler2 close
> INFO: closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> Dec 31, 2011 7:59:21 PM org.apache.solr.update.DirectUpdateHandler2 close
> INFO: closed DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> Dec 31, 2011 7:59:21 PM org.apache.solr.common.SolrException log
> SEVERE: org.apache.solr.common.SolrException
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:504)
> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:655)
> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:409)
> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:294)
> 	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:240)
> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:93)
> 	at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:713)
> 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
> 	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
> 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
> 	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> 	at org.mortbay.jetty.Server.doStart(Server.java:224)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.mortbay.start.Main.invokeMain(Main.java:194)
> 	at org.mortbay.start.Main.start(Main.java:534)
> 	at org.mortbay.start.Main.start(Main.java:441)
> 	at org.mortbay.start.Main.main(Main.java:119)
> Caused by: org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.
> 	at org.apache.solr.handler.component.QueryElevationComponent.inform(QueryElevationComponent.java:218)
> 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:542)
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> 	... 31 more
> Caused by: java.lang.NumberFormatException: For input string: "MA147LL/A"
> 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> 	at java.lang.Long.parseLong(Long.java:410)
> 	at java.lang.Long.parseLong(Long.java:468)
> 	at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:310)
> 	at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:295)
> 	at org.apache.solr.handler.component.QueryElevationComponent$ElevationObj.<init>(QueryElevationComponent.java:116)
> 	at org.apache.solr.handler.component.QueryElevationComponent.loadElevationMap(QueryElevationComponent.java:279)
> 	at org.apache.solr.handler.component.QueryElevationComponent.inform(QueryElevationComponent.java:201)
> 	... 33 more
> Dec 31, 2011 7:59:21 PM org.apache.solr.servlet.SolrDispatchFilter init
> SEVERE: Could not start Solr. Check solr/home property and the logs
> org.apache.solr.common.SolrException: No cores were created, please check the logs for errors
> 	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:249)
> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:93)
> 	at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:713)
> 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
> 	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
> 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
> 	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> 	at org.mortbay.jetty.Server.doStart(Server.java:224)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.mortbay.start.Main.invokeMain(Main.java:194)
> 	at org.mortbay.start.Main.start(Main.java:534)
> 	at org.mortbay.start.Main.start(Main.java:441)
> 	at org.mortbay.start.Main.main(Main.java:119)
> Dec 31, 2011 7:59:21 PM org.apache.solr.common.SolrException log
> SEVERE: org.apache.solr.common.SolrException: No cores were created, please check the logs for errors
> 	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:249)
> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:93)
> 	at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:713)
> 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
> 	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
> 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
> 	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> 	at org.mortbay.jetty.Server.doStart(Server.java:224)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.mortbay.start.Main.invokeMain(Main.java:194)
> 	at org.mortbay.start.Main.start(Main.java:534)
> 	at org.mortbay.start.Main.start(Main.java:441)
> 	at org.mortbay.start.Main.main(Main.java:119)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Apache Jenkins Server | 1 Jan 2012 18:17
Picon

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 12000 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/12000/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest

Error
Message:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/solr-core/test/4/solrtest-SignatureUpdateProcessorFactoryTest-1325437938350/index/_e.frq
(No such file or directory)

Stack Trace:
java.io.FileNotFoundException:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/solr-core/test/4/solrtest-SignatureUpdateProcessorFactoryTest-1325437938350/index/_e.frq
(No such file or directory)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:218)
	at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:345)
	at org.apache.lucene.store.MockDirectoryWrapper.crash(MockDirectoryWrapper.java:248)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:559)
	at org.apache.solr.SolrTestCaseJ4.closeDirectories(SolrTestCaseJ4.java:82)
	at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:290)
	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:72)

FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest

Error Message:
java.lang.AssertionError: directory of test was not closed, opened from: org.apache.solr.core.MockDirectoryFactory.open(MockDirectoryFactory.java:34)

Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: directory of test was not closed, opened
from: org.apache.solr.core.MockDirectoryFactory.open(MockDirectoryFactory.java:34)
	at org.apache.lucene.util.LuceneTestCase.afterClassLuceneTestCaseJ4(LuceneTestCase.java:310)
	at org.apache.lucene.util.LuceneTestCase.checkResourcesAfterClass(LuceneTestCase.java:349)
	at org.apache.lucene.util.LuceneTestCase.afterClassLuceneTestCaseJ4(LuceneTestCase.java:278)

Build Log (for compile errors):
[...truncated 15158 lines...]

Gmane