From owner-freebsd-java@FreeBSD.ORG Mon Oct 30 23:52:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 6B5B616A4E0 for ; Mon, 30 Oct 2006 23:52:28 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311A743D6E for ; Mon, 30 Oct 2006 23:51:52 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 423 invoked from network); 31 Oct 2006 10:51:52 +1100 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 31 Oct 2006 10:51:52 +1100 Date: Tue, 31 Oct 2006 10:51:49 +1100 From: Norberto Meijome To: freebsd user Message-ID: <20061031105149.4f67bf5e@localhost> In-Reply-To: <4545FCE9.10907@bsd.miki.eu.org> References: <4545FCE9.10907@bsd.miki.eu.org> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 23:52:28 -0000 On Mon, 30 Oct 2006 14:23:53 +0100 freebsd user wrote: > INFO 2006-10-29 17:33:51 RMIRepositoryServerImpl:main - Exception in > main() > java.rmi.ConnectIOException: error during JRMP connection establishment; > nested exception is: > java.net.SocketTimeoutException: Read timed out > at > sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274) > at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) do you have any firewall in place dropping packets to that tcp port? (dropping, instead of blocking, as block would send a RST or other, giving an almost instant failure) B _________________________ {Beto|Norberto|Numard} Meijome "As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality." Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.