From owner-freebsd-hackers Tue Nov 25 06:07:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA14015 for hackers-outgoing; Tue, 25 Nov 1997 06:07:39 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from glacier.wise.edt.ericsson.se (glacier-ext.wise.edt.ericsson.se [193.180.251.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA13999 for ; Tue, 25 Nov 1997 06:07:32 -0800 (PST) (envelope-from etxelin@kk.etx.ericsson.se) Received: from kkb3 (kkb3.kk.etx.ericsson.se [130.100.97.23]) by glacier.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-0.9) with SMTP id PAA05670 for ; Tue, 25 Nov 1997 15:07:26 +0100 (MET) Received: from kk667.kk.etx.ericsson.se by kkb3 (SMI-8.6/LME-2.2.6) id PAA11349; Tue, 25 Nov 1997 15:04:04 +0100 From: etxelin@kk.etx.ericsson.se (ETX-B-SL Elin Wedlund) Received: by kk667.kk.etx.ericsson.se (SMI-8.6/client-1.6) id PAA25920; Tue, 25 Nov 1997 15:04:07 +0100 Date: Tue, 25 Nov 1997 15:04:07 +0100 Message-Id: <199711251404.PAA25920@kk667.kk.etx.ericsson.se> To: freebsd-hackers@freebsd.org Subject: linux jdk - sockets X-Sun-Charset: US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm trying to use the linux jdk1.1.3 on freebsd with linux emulation. Everything works fine, except the most important for me: I cannot connect to a ServerSocket, getting the error message "transport endpoint already connected", even though no connection has been established to that server socket (and that shouldn't matter, either!) I am SURE that it is not my program that is wrong (e.g. it works with the same jdk on Linux). The problem is not in the ServerSocket, since I can connect e.g. from a Linux machine to a ServerSocket on a freebsd machine. It also works fine within a freebsd machine. It is only when I try to connect FROM a FreeBSD machine (to any type of machine) it goes wrong. I have the impression that quite a few of you are using the linux jdk on freebsd, and at least someone must have tried to use TCP sockets? Anyone have any idea of what I could do to fix it? Appreciate _any_ response! /Elin