From owner-freebsd-java Tue Apr 25 15:22: 1 2000 Delivered-To: freebsd-java@freebsd.org Received: from research.lyrisoft.com (cc577769-a.jrsycty1.nj.home.com [24.11.67.11]) by hub.freebsd.org (Postfix) with SMTP id 9945737C0B3 for ; Tue, 25 Apr 2000 15:21:55 -0700 (PDT) (envelope-from taso@lyrisoft.com) Received: (qmail 14090 invoked from network); 25 Apr 2000 22:21:53 -0000 Received: from localhost (HELO lyrisoft.com) (taso@127.0.0.1) by localhost with SMTP; 25 Apr 2000 22:21:53 -0000 Message-ID: <39061A80.C6EED679@lyrisoft.com> Date: Tue, 25 Apr 2000 18:21:52 -0400 From: Taso Lyristis X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Re: Turbine (ant?) build problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Max Khon wrote: > > we can't use 1.2.2 because JServ 1.1 has problems with 1.2.2 (linux) > ("Resource temporary unavailable" error messages on start) > and yes, I can compile turbine successfully with linux 1.2.2 This is most likely the same socket-related bug that I posted yesterday, subject titled "Socket bug and workaround example for FreeBSD JDK 1.2.2". As it turns out, my workaround isn't really good enough. Anyway, I believe that the fix for this bug has to be within native code since that's where the exception originates. Trying to work around it in java was silly. Question: does any TCP/IP server socket code work at all under FreeBSD's JDK1.2.2, without throwing "SocketException: Resource temporarily unavailable"?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message