You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/01/29 13:26:58 UTC

[jira] Updated: (SOLR-2165) TestReplicationHandler test failure (branch_3x)

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

Robert Muir updated SOLR-2165:
------------------------------

    Fix Version/s:     (was: 4.0)
                       (was: 3.1)
                   Next

Moving out all unassigned issues set to 3.1 per this email: http://www.lucidimagination.com/search/document/f026cc56081b5a51/unassigned_jira_issues_set_for_3_1


> TestReplicationHandler test failure (branch_3x)
> -----------------------------------------------
>
>                 Key: SOLR-2165
>                 URL: https://issues.apache.org/jira/browse/SOLR-2165
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1, 4.0
>         Environment: Hudson
>            Reporter: Robert Muir
>             Fix For: Next
>
>
> TestReplicationHandler failed in hudson: looks like the root cause is an xml parsing issue:
>     [junit] [Fatal Error] :-1:-1: Premature end of file.
>     [junit] 13 Oct 2010 23:41:57 org.apache.solr.common.SolrException log
>     [junit] SEVERE: Exception during parsing file: schema:org.xml.sax.SAXParseException; Premature end of file.
> Note: the fail occurred with branch_3x, but maybe affects trunk too (i set versions to both aggressively)
> Here is the stacktrace:
> {noformat}
>     [junit] Testsuite: org.apache.solr.handler.TestReplicationHandler
>     [junit] Testcase: testIndexAndConfigReplication(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] Jetty/Solr unresponsive
>     [junit] java.lang.RuntimeException: Jetty/Solr unresponsive
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:149)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:111)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:103)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigReplication(TestReplicationHandler.java:260)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:38047/solr/select?q={!raw+f=junit_test_query}ping
>     [junit] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1269)
>     [junit] 	at java.net.URL.openStream(URL.java:1029)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:137)
>     [junit] 
>     [junit] 
>     [junit] Testcase: testStopPoll(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] java.net.ConnectException: Operation timed out
>     [junit] org.apache.solr.client.solrj.SolrServerException: java.net.ConnectException: Operation timed out
>     [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.request.QueryRequest.process(QueryRequest.java:89)
>     [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.query(TestReplicationHandler.java:142)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.clearIndexWithReplication(TestReplicationHandler.java:85)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testStopPoll(TestReplicationHandler.java:285)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.net.ConnectException: Operation timed out
>     [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] 
>     [junit] 
>     [junit] Testcase: testSnapPullWithMasterUrl(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] Jetty/Solr unresponsive
>     [junit] java.lang.RuntimeException: Jetty/Solr unresponsive
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:149)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:111)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:103)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testSnapPullWithMasterUrl(TestReplicationHandler.java:357)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:56802/solr/select?q={!raw+f=junit_test_query}ping
>     [junit] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1269)
>     [junit] 	at java.net.URL.openStream(URL.java:1029)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:137)
>     [junit] 
>     [junit] 
>     [junit] Testcase: testReplicateAfterStartup(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] java.net.ConnectException: Operation timed out
>     [junit] org.apache.solr.client.solrj.SolrServerException: java.net.ConnectException: Operation timed out
>     [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.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
>     [junit] 	at org.apache.solr.client.solrj.SolrServer.deleteByQuery(SolrServer.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testReplicateAfterStartup(TestReplicationHandler.java:405)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.net.ConnectException: Operation timed out
>     [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] 
>     [junit] 
>     [junit] Testcase: testIndexAndConfigAliasReplication(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] java.net.ConnectException: Operation timed out
>     [junit] org.apache.solr.client.solrj.SolrServerException: java.net.ConnectException: Operation timed out
>     [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.request.QueryRequest.process(QueryRequest.java:89)
>     [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.query(TestReplicationHandler.java:142)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.clearIndexWithReplication(TestReplicationHandler.java:85)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigAliasReplication(TestReplicationHandler.java:454)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.net.ConnectException: Operation timed out
>     [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] 
>     [junit] 
>     [junit] Testcase: testBackup(org.apache.solr.handler.TestReplicationHandler):	Caused an ERROR
>     [junit] Jetty/Solr unresponsive
>     [junit] java.lang.RuntimeException: Jetty/Solr unresponsive
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:149)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:111)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:103)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testBackup(TestReplicationHandler.java:529)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:13660/solr/select?q={!raw+f=junit_test_query}ping
>     [junit] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1269)
>     [junit] 	at java.net.URL.openStream(URL.java:1029)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(JettySolrRunner.java:137)
>     [junit] 
>     [junit] 
>     [junit] Tests run: 7, Failures: 0, Errors: 6, Time elapsed: 1,279.869 sec
>     [junit] 
>     [junit] ------------- Standard Output ---------------
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testIndexAndConfigReplication -Dtests.seed=-5015258875090400527:-100246941195897010
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testStopPoll -Dtests.seed=-5015258875090400527:-7153203285644517022
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testSnapPullWithMasterUrl -Dtests.seed=-5015258875090400527:1189204882663254706
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testReplicateAfterStartup -Dtests.seed=-5015258875090400527:2206643412748834404
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testIndexAndConfigAliasReplication -Dtests.seed=-5015258875090400527:-2151252260942367397
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandler -Dtestmethod=testBackup -Dtests.seed=-5015258875090400527:-3585258834049424081
>     [junit] NOTE: test params are: locale=en_MT, timezone=America/Montserrat
>     [junit] ------------- ---------------- ---------------
>     [junit] ------------- Standard Error -----------------
>     [junit] [Fatal Error] :-1:-1: Premature end of file.
>     [junit] 13 Oct 2010 23:34:53 org.apache.solr.common.SolrException log
>     [junit] SEVERE: Exception during parsing file: schema:org.xml.sax.SAXParseException; Premature end of file.
>     [junit] 	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>     [junit] 	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>     [junit] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
>     [junit] 	at org.apache.solr.core.Config.<init>(Config.java:118)
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:422)
>     [junit] 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:122)
>     [junit] 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:462)
>     [junit] 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:526)
>     [junit] 	at org.apache.solr.handler.SnapPuller$2.run(SnapPuller.java:494)
>     [junit] 
>     [junit] 13 Oct 2010 23:34:53 org.apache.solr.handler.SnapPuller$2 run
>     [junit] SEVERE: Could not restart core 
>     [junit] org.apache.solr.common.SolrException: Schema Parsing Failed
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:678)
>     [junit] 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:122)
>     [junit] 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:462)
>     [junit] 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:526)
>     [junit] 	at org.apache.solr.handler.SnapPuller$2.run(SnapPuller.java:494)
>     [junit] Caused by: org.xml.sax.SAXParseException; Premature end of file.
>     [junit] 	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>     [junit] 	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>     [junit] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
>     [junit] 	at org.apache.solr.core.Config.<init>(Config.java:118)
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:422)
>     [junit] 	... 4 more
>     [junit] 13 Oct 2010 23:34:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:35:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:36:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:37:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:38:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:39:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:40:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:04 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:09 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:14 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:19 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:24 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:29 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:34 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:39 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:44 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:49 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] 13 Oct 2010 23:41:54 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] [Fatal Error] :-1:-1: Premature end of file.
>     [junit] 13 Oct 2010 23:41:57 org.apache.solr.common.SolrException log
>     [junit] SEVERE: Exception during parsing file: schema:org.xml.sax.SAXParseException; Premature end of file.
>     [junit] 	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>     [junit] 	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>     [junit] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
>     [junit] 	at org.apache.solr.core.Config.<init>(Config.java:118)
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:422)
>     [junit] 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:122)
>     [junit] 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:462)
>     [junit] 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:315)
>     [junit] 	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:131)
>     [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:86)
>     [junit] 	at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:662)
>     [junit] 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>     [junit] 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
>     [junit] 	at org.mortbay.jetty.Server.doStart(Server.java:224)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:109)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:103)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testSnapPullWithMasterUrl(TestReplicationHandler.java:357)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     [junit] 	at java.lang.reflect.Method.invoke(Method.java:616)
>     [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>     [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>     [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>     [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>     [junit] 	at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:48)
>     [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>     [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>     [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>     [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>     [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>     [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>     [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>     [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>     [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>     [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>     [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
>     [junit] 
>     [junit] 13 Oct 2010 23:41:57 org.apache.solr.common.SolrException log
>     [junit] SEVERE: org.apache.solr.common.SolrException: Schema Parsing Failed
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:678)
>     [junit] 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:122)
>     [junit] 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:462)
>     [junit] 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:315)
>     [junit] 	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:131)
>     [junit] 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:86)
>     [junit] 	at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:662)
>     [junit] 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>     [junit] 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
>     [junit] 	at org.mortbay.jetty.Server.doStart(Server.java:224)
>     [junit] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:109)
>     [junit] 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:103)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:110)
>     [junit] 	at org.apache.solr.handler.TestReplicationHandler.testSnapPullWithMasterUrl(TestReplicationHandler.java:357)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     [junit] 	at java.lang.reflect.Method.invoke(Method.java:616)
>     [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>     [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>     [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>     [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>     [junit] 	at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:48)
>     [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>     [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>     [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:693)
>     [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:666)
>     [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>     [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>     [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>     [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>     [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>     [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>     [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>     [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>     [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
>     [junit] Caused by: org.xml.sax.SAXParseException; Premature end of file.
>     [junit] 	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>     [junit] 	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>     [junit] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
>     [junit] 	at org.apache.solr.core.Config.<init>(Config.java:118)
>     [junit] 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:422)
>     [junit] 	... 44 more
>     [junit] 
>     [junit] 13 Oct 2010 23:41:59 org.apache.solr.handler.SnapPuller fetchLatestIndex
>     [junit] SEVERE: Master at: http://localhost:38025/solr/replication is not available. Index fetch failed. Exception: The host did not accept the connection within timeout of 5000 ms
>     [junit] ------------- ---------------- ---------------
>     [junit] TEST org.apache.solr.handler.TestReplicationHandler FAILED
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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