You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/16 20:08:26 UTC

Build failed in Hudson: Lucene-Solr-tests-only-trunk #158

See <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/158/>

------------------------------------------
[...truncated 7971 lines...]
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.696 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.spelling.SpellingQueryConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.595 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.util.PrimUtilsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.TestDistributedSearch
    [junit] Testcase: testDistribSearch(org.apache.solr.TestDistributedSearch):	FAILED
    [junit] Some threads threw uncaught exceptions!
    [junit] junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:873)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:840)
    [junit] 	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:433)
    [junit] 	at org.apache.solr.SolrTestCaseJ4.tearDown(SolrTestCaseJ4.java:76)
    [junit] 	at org.apache.solr.BaseDistributedSearchTestCase.tearDown(BaseDistributedSearchTestCase.java:144)
    [junit] 
    [junit] 
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 430.612 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] 16-Oct-2010 9:11:14 PM org.apache.solr.common.SolrException log
    [junit] SEVERE: org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
    [junit] 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318)
    [junit] 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
    [junit] 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325)
    [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337)
    [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240)
    [junit] 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    [junit] 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    [junit] 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    [junit] 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    [junit] 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    [junit] 	at org.mortbay.jetty.Server.handle(Server.java:326)
    [junit] 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    [junit] 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
    [junit] 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
    [junit] 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    [junit] 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    [junit] 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    [junit] 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
    [junit] 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:297)
    [junit] 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:513)
    [junit] 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:478)
    [junit] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    [junit] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    [junit] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    [junit] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    [junit] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    [junit] 	at java.lang.Thread.run(Thread.java:636)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: java.net.SocketException: Protocol family unavailable
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:483)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:274)
    [junit] 	... 10 more
    [junit] Caused by: java.net.SocketException: Protocol family unavailable
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
    [junit] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
    [junit] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    [junit] 	at java.net.Socket.connect(Socket.java:546)
    [junit] 	at java.net.Socket.connect(Socket.java:495)
    [junit] 	at java.net.Socket.<init>(Socket.java:392)
    [junit] 	at java.net.Socket.<init>(Socket.java:266)
    [junit] 	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
    [junit] 	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
    [junit] 	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
    [junit] 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:427)
    [junit] 	... 12 more
    [junit] 
    [junit] 16-Oct-2010 9:14:39 PM org.apache.solr.common.SolrException log
    [junit] SEVERE: org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond
    [junit] 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318)
    [junit] 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
    [junit] 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325)
    [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337)
    [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240)
    [junit] 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    [junit] 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    [junit] 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    [junit] 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    [junit] 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    [junit] 	at org.mortbay.jetty.Server.handle(Server.java:326)
    [junit] 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    [junit] 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
    [junit] 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
    [junit] 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    [junit] 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    [junit] 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    [junit] 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:483)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:511)
    [junit] 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:478)
    [junit] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    [junit] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    [junit] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    [junit] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    [junit] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    [junit] 	at java.lang.Thread.run(Thread.java:636)
    [junit] Caused by: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:427)
    [junit] 	... 11 more
    [junit] 
    [junit] The following exceptions were thrown by threads:
    [junit] *** Thread: Thread-389 ***
    [junit] java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Error executing query
    [junit] 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:324)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: Error executing query
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)
    [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)
    [junit] 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:319)
    [junit] Caused by: org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request  org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318) 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325) 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240) 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) 	at org.mortbay.jetty.Server.handle(Server.java:326) 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547) 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:297) 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:513) 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:478) 	at java.util.concurrent
    [junit] 
    [junit] org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request  org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318) 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325) 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240) 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) 	at org.mortbay.jetty.Server.handle(Server.java:326) 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547) 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:297) 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:513) 	at org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:478) 	at java.util.concurrent
    [junit] 
    [junit] request: http://localhost:51571/solr/select?q=id:[1 TO 5]&debug=timing&shards=localhost:51571/solr,localhost:51578/solr|[::1]:33332/solr&wt=javabin&version=2
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:435)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
    [junit] 	... 2 more
    [junit] *** Thread: Thread-509 ***
    [junit] java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Error executing query
    [junit] 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:324)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: Error executing query
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)
    [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)
    [junit] 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:319)
    [junit] Caused by: org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond  org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318) 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325) 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240) 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) 	at org.mortbay.jetty.Server.handle(Server.java:326) 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547) 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:483) 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.reque
    [junit] 
    [junit] org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond  org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:318) 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1325) 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240) 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) 	at org.mortbay.jetty.Server.handle(Server.java:326) 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547) 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:483) 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.reque
    [junit] 
    [junit] request: http://localhost:27408/solr/select?q=quick&shards=localhost:27407/solr,localhost:27408/solr,localhost:27409/solr&wt=javabin&version=2
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:435)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
    [junit] 	... 2 more
    [junit] ------------- ---------------- ---------------
    [junit] TEST org.apache.solr.TestDistributedSearch FAILED
    [junit] Testsuite: org.apache.solr.analysis.TestCzechStemFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestEnglishMinimalStemFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestHindiFilters
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestPortugueseLightStemFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestReverseStringFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestRussianFilters
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.analysis.TestWikipediaTokenizerFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.client.solrj.embedded.LargeVolumeEmbeddedTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.845 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.client.solrj.request.TestUpdateRequestCodec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.client.solrj.response.QueryResponseTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.cloud.ZkControllerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.289 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.common.params.ModifiableSolrParamsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.common.util.TestNamedListCodec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.492 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.core.TestQuerySenderListener
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.core.TestSolrDeletionPolicy2
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.772 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.handler.TestCSVLoader
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.125 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.handler.XmlUpdateRequestHandlerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.handler.component.DebugComponentTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.912 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.schema.IndexSchemaTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.822 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.schema.PolyFieldTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.996 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.search.TestFastLRUCache
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.search.function.TestFunctionQuery
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.337 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.servlet.SolrRequestParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.769 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.spelling.suggest.SuggesterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.26 sec
    [junit] 
    [junit] Testsuite: org.apache.solr.update.DocumentBuilderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.587 sec
    [junit] 
    [junit] Tests FAILED

BUILD FAILED
/usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/build.xml>:23: The following error occurred while executing this line:
/usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/build.xml>:391: The following error occurred while executing this line:
/usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/build.xml>:482: Tests failed!

Total time: 13 minutes 9 seconds
Recording test results


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


Hudson build is back to normal : Lucene-Solr-tests-only-trunk #159

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/159/>



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