Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 42562 invoked from network); 12 Mar 2011 00:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Mar 2011 00:36:13 -0000 Received: (qmail 60332 invoked by uid 500); 12 Mar 2011 00:36:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 60288 invoked by uid 500); 12 Mar 2011 00:36:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 60281 invoked by uid 99); 12 Mar 2011 00:36:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2011 00:36:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcmuir@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2011 00:36:05 +0000 Received: by bwz8 with SMTP id 8so4442761bwz.35 for ; Fri, 11 Mar 2011 16:35:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=EeRh8uRmgIA9hSPY0oH9pGaqNLgjCkY/PfrEDZrdgUM=; b=oC7dV3342kZK88BFj5jE+kGBiTHjfOWBWM94tpCdcKraoXJbFzFyOQ9ALOiOVA6jB4 kjIqS4ZGtE9WVd4zgzqk1/62jHGUJ5WLgLIMrdTa+DHGHgaEvdDF0tUyKUoBNa9TyypK AAzZBTJstaUBQ0+tGBlNhfbBIAlaEm8m9eQ3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=CyVU4mkVWsZJpWhB2bdP9uzlA03mce3kZjGClivQ7HdqwZpgJBNfgc0kfJNoJ47Xwy yJbhSsBFOIxRzfLwMjyF+VhoNtw8aqvMX3a95MZ3glHpb02grFdOfTYmYPfvqj2wIwhw E9D2/NYvBYS6cDFTklFZO1j/3cjtHUjM2cNiQ= Received: by 10.204.6.195 with SMTP id a3mr2491875bka.80.1299890144128; Fri, 11 Mar 2011 16:35:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.80.143 with HTTP; Fri, 11 Mar 2011 16:35:24 -0800 (PST) In-Reply-To: <149514516.12041299889660687.JavaMail.hudson@aegis> References: <149514516.12041299889660687.JavaMail.hudson@aegis> From: Robert Muir Date: Fri, 11 Mar 2011 19:35:24 -0500 Message-ID: Subject: Re: [HUDSON] Lucene-Solr-tests-only-3.x - Build # 5816 - Failure To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sorry, was trying to upgrade openjdk (from b20 to b22) to hopefully get past our jvm crashes in tests. The problem is that we cannot do this without having procfs mounted, as b22 now requires this for the native freebsd version. (http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjdk6/pkg-message?rev= =3D1.2) Furthermore, both the linux 1.5 and 1.6 versions require linprocfs, so we can't use those either. In other words, we are stuck on ancient jvms for the indefinite future, I don't see anyway around this except for getting procfs/linprocfs in our jail, which Uwe says apache will not do? On Fri, Mar 11, 2011 at 7:27 PM, Apache Hudson Server wrote: > Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/58= 16/ > > 1 tests failed. > REGRESSION: =C2=A0org.apache.solr.handler.clustering.DistributedClusterin= gComponentTest.testDistribSearch > > Error Message: > java.net.SocketException: Bad address > > Stack Trace: > org.apache.solr.client.solrj.SolrServerException: java.net.SocketExceptio= n: Bad address > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.client.solrj.impl.CommonsHt= tpSolrServer.request(CommonsHttpSolrServer.java:484) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.client.solrj.impl.CommonsHt= tpSolrServer.request(CommonsHttpSolrServer.java:245) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.client.solrj.request.Abstra= ctUpdateRequest.process(AbstractUpdateRequest.java:105) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.client.solrj.SolrServer.del= eteByQuery(SolrServer.java:110) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.BaseDistributedSearchTestCa= se.del(BaseDistributedSearchTestCase.java:252) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.handler.clustering.Distribu= tedClusteringComponentTest.doTest(DistributedClusteringComponentTest.java:3= 4) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.BaseDistributedSearchTestCa= se.testDistribSearch(BaseDistributedSearchTestCase.java:540) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.lucene.util.LuceneTestCase$Lucen= eTestCaseRunner.runChild(LuceneTestCase.java:1075) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.lucene.util.LuceneTestCase$Lucen= eTestCaseRunner.runChild(LuceneTestCase.java:1007) > Caused by: java.net.SocketException: Bad address > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.net.PlainSocketImpl.socketGetOption(Na= tive Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.net.AbstractPlainSocketImpl.getOption(= AbstractPlainSocketImpl.java:299) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.net.Socket.getSendBufferSize(Socket.ja= va:1107) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.HttpConnectio= n.open(HttpConnection.java:737) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.MultiThreaded= HttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectio= nManager.java:1361) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.HttpMethodDir= ector.executeWithRetry(HttpMethodDirector.java:387) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.HttpMethodDir= ector.executeMethod(HttpMethodDirector.java:171) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.HttpClient.ex= ecuteMethod(HttpClient.java:397) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.commons.httpclient.HttpClient.ex= ecuteMethod(HttpClient.java:323) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.solr.client.solrj.impl.CommonsHt= tpSolrServer.request(CommonsHttpSolrServer.java:428) > > > > > Build Log (for compile errors): > [...truncated 10801 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org