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

Robert Muir commented on SOLR-2865:
-----------------------------------

{noformat}
Error Message

java.lang.AssertionError: Some threads threw uncaught exceptions!
Stacktrace

java.lang.RuntimeException: java.lang.AssertionError: Some threads threw 
uncaught exceptions!
        at 
org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:744)
        at org.apache.solr.SolrTestCaseJ4.tearDown(SolrTestCaseJ4.java:89)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51)
        at 
org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:772)
        at 
org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:716)
Standard Error

org.apache.solr.client.solrj.SolrServerException: 
org.apache.commons.httpclient.ConnectTimeoutException: The host did not accept 
the connection within timeout of 100 ms
        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:484)
        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:246)
        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:104)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:70)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:55)
        at 
org.apache.solr.client.solrj.LargeVolumeTestBase$DocThread.run(LargeVolumeTestBase.java:105)
Caused by: org.apache.commons.httpclient.ConnectTimeoutException: The host did 
not accept the connection within timeout of 100 ms
        at 
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:155)
        at 
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
        at 
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
        at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
        at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
        at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:428)
        ... 5 more
Caused by: java.net.SocketTimeoutException
        at java.net.SocksSocketImpl.remainingMillis(SocksSocketImpl.java:110)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
        at java.net.Socket.connect(Socket.java:579)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
        ... 13 more
NOTE: reproduce with: ant test -Dtestcase=LargeVolumeBinaryJettyTest 
-Dtestmethod=testMultiThreaded 
-Dtests.seed=-7f4f91c999300a93:-7985784c094bb460:-260bf1c48e505860 
-Dtests.multiplier=3
The following exceptions were thrown by threads:
*** Thread: DocThread-0 ***
java.lang.AssertionError: 
DocThread-0---org.apache.commons.httpclient.ConnectTimeoutException: The host 
did not accept the connection within timeout of 100 ms
        at org.junit.Assert.fail(Assert.java:91)
        at 
org.apache.solr.client.solrj.LargeVolumeTestBase$DocThread.run(LargeVolumeTestBase.java:120)
NOTE: reproduce with: ant test -Dtestcase=LargeVolumeBinaryJettyTest 
-Dtestmethod=testMultiThreaded 
-Dtests.seed=-7f4f91c999300a93:-7985784c094bb460:-260bf1c48e505860 
-Dtests.multiplier=3
WARNING: test class left thread running: 
Thread[MultiThreadedHttpConnectionManager cleanup,5,main]
RESOURCE LEAK: test class left 1 thread(s) running
NOTE: test params are: codec=RandomCodecProvider: 
{id=MockFixedIntBlock(blockSize=1909), text=MockSep, cat=Memory}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=false): {}, locale=ca, 
timezone=Africa/Dakar
NOTE: all tests run in this JVM:
[LargeVolumeBinaryJettyTest]
NOTE: FreeBSD 8.2-RELEASE amd64/Oracle Corporation 1.7.0 
(64-bit)/cpus=16,threads=2,free=204673760,total=344784896
{noformat}
                
> LargeVolumeBinaryJettyTest.testMultiThreaded fails
> --------------------------------------------------
>
>                 Key: SOLR-2865
>                 URL: https://issues.apache.org/jira/browse/SOLR-2865
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>
> fail from hudson

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to