Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 22590 invoked from network); 3 Nov 2006 01:00:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 01:00:47 -0000 Received: (qmail 16734 invoked by uid 500); 3 Nov 2006 01:00:56 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 16707 invoked by uid 500); 3 Nov 2006 01:00:56 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 16696 invoked by uid 99); 3 Nov 2006 01:00:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 17:00:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 17:00:42 -0800 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 79D975B774; Thu, 2 Nov 2006 17:00:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 765307F403 for ; Thu, 2 Nov 2006 17:00:22 -0800 (PST) Date: Thu, 2 Nov 2006 17:00:22 -0800 (PST) From: Chris Hostetter To: Lucene Dev Subject: Re: Lucene nightly build failure In-Reply-To: <200611030045.kA30iq9W027694@lucene.zones.apache.org> Message-ID: References: <200611030045.kA30iq9W027694@lucene.zones.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org So that's 2 days in a row that the nightly build has failed because of a connection timeout in TestRemoteSearchable .. the tests works locally (for me anyway) I don't know a lot about RMI, but the test seems to be doing the right thing: registering an RMI resource on localhost, and then connecting to it ... there is no hardcoded IP or any obvious bug like that. Does anyone have any idea what the problem might be? : [junit] Testcase: testTermQuery(org.apache.lucene.search.TestRemoteSearchable): Caused an ERROR : [junit] Connection refused to host: 207.7.158.211; nested exception is: : [junit] java.net.ConnectException: Connection timed out : [junit] java.rmi.ConnectException: Connection refused to host: 207.7.158.211; nested exception is: : [junit] java.net.ConnectException: Connection timed out : [junit] at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567) : [junit] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) : [junit] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) : [junit] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101) : [junit] at org.apache.lucene.search.RemoteSearchable_Stub.maxDoc(Unknown Source) : [junit] at org.apache.lucene.search.MultiSearcher.(MultiSearcher.java:116) : [junit] at org.apache.lucene.search.TestRemoteSearchable.search(TestRemoteSearchable.java:72) : [junit] at org.apache.lucene.search.TestRemoteSearchable.testTermQuery(TestRemoteSearchable.java:80) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org