From owner-freebsd-questions Fri Oct 31 05:41:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA05925 for questions-outgoing; Fri, 31 Oct 1997 05:41:01 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA05918 for ; Fri, 31 Oct 1997 05:40:57 -0800 (PST) (envelope-from etxelin@kk.etx.ericsson.se) Received: from kkb3 (kkb3.kk.etx.ericsson.se [130.100.97.23]) by penguin.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-1.12) with SMTP id OAA08270; Fri, 31 Oct 1997 14:40:48 +0100 (MET) Received: from kk667.kk.etx.ericsson.se by kkb3 (SMI-8.6/LME-2.2.6) id OAA12471; Fri, 31 Oct 1997 14:40:45 +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 OAA05874; Fri, 31 Oct 1997 14:40:47 +0100 Date: Fri, 31 Oct 1997 14:40:47 +0100 Message-Id: <199710311340.OAA05874@kk667.kk.etx.ericsson.se> To: freebsd-questions@freebsd.org, rmi-users@javasoft.com Subject: java rmi on Win95 and freebsd X-Sun-Charset: US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a standalone application using java rmi, which is running fine between Windows 95 computers. It is also working on FreeBSD, although I have only tried to run it on one computer. Now I want to run one part on the FreeBSD machine (which is using jdk1.1.3 for Linux, with Linux emulation) and one part on the windows 95 machine. It works fine in the beginning, the client object finds the server object, but when the server object spawns off a new object, and the client object tries to invoke a method on that, the following error occurs: ServerRemoteException; nested exception is: java.rmi.ConnectionException: Error connecting to [client.computer.name:1045]; nested exception is: java.net.SocketException: Transport endpoint is already connected This error does _not_ occur when I run between two Win95 machines. It seems like it tries to connect to a socket that is already taken or something. Has anyone had any experience in the same problem, or have any idea of what might help? Is it perhaps a Linux-freeBSD problem? I appreciate any help! -- Elin Wedlund, elin.wedlund@etx.ericsson.se