From owner-freebsd-java Fri Mar 7 19:23: 4 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E889737B401; Fri, 7 Mar 2003 19:23:02 -0800 (PST) Received: from smak.uberduper.com (12-213-188-143.client.attbi.com [12.213.188.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E6FF43F75; Fri, 7 Mar 2003 19:23:02 -0800 (PST) (envelope-from james@uberduper.com) Received: from sphynx (unknown [192.168.235.15]) by smak.uberduper.com (Postfix) with ESMTP id C50FC9CFDD; Fri, 7 Mar 2003 19:23:21 -0800 (PST) Message-ID: <000e01c2e522$4e6a3ff0$0feba8c0@sphynx> From: "James Satterfield" To: Cc: Subject: DVArchive + jdk1.4.1 Date: Fri, 7 Mar 2003 19:25:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm hoping some of you have played with dvarchive in the past or may have a use for it in the future. http://dvarchive.sourceforge.net It seems to work okayish with linux-sun-jdk141 With jdk-1.4.1p3, it almost works. It has a server component that launches and binds two sockets. Port 80 and one other. When this server comes up, it says that it cannot open the server socket because the address is already in use. However, looking at netstat and sockstat, I see that it did open the sockets. tcp4 0 0 192.168.235.1.http *.* LISTEN tcp4 0 0 192.168.235.1.8042 *.* LISTEN root java 60398 17 tcp4 192.168.235.1:8042 *:* root java 60398 19 tcp4 192.168.235.1:80 *:* I don't know how to get any useful debug info for anyone to look at. I've gotten this behavior in patchset2, pre3, and 3. Thanks. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message