From owner-freebsd-java@FreeBSD.ORG Wed Dec 27 16:51:53 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE0EC16A492 for ; Wed, 27 Dec 2006 16:51:53 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from aurynhome1sv1.zirakzigil.org (mail.zirakzigil.org [82.63.178.63]) by mx1.freebsd.org (Postfix) with SMTP id D204C13C46E for ; Wed, 27 Dec 2006 16:51:52 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: (qmail 12721 invoked by uid 98); 27 Dec 2006 16:25:10 -0000 Received: from 192.168.229.11 by aurynhome1sv1.zirakzigil.org (envelope-from , uid 89) with qmail-scanner-1.25 ( Clear:RC:1(192.168.229.11):. Processed in 0.039892 secs); 27 Dec 2006 16:25:10 -0000 X-Qmail-Scanner-Mail-From: auryn@zirakzigil.org via aurynhome1sv1.zirakzigil.org X-Qmail-Scanner: 1.25 (Clear:RC:1(192.168.229.11):. Processed in 0.039892 secs) Received: from unknown (HELO ?192.168.229.11?) (auryn@zirakzigil.org@192.168.229.11) by 0 with SMTP; 27 Dec 2006 16:25:10 -0000 Message-ID: <45929E60.7050101@zirakzigil.org> Date: Wed, 27 Dec 2006 17:25:04 +0100 From: Giulio Ferro User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with rmi 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: Wed, 27 Dec 2006 16:51:53 -0000 I'm trying to make geronimo work on freebsd. I've downloaded the tar and unpackad it. The problem is when I try to launch it, it aborts with this message: java.io.IOException: Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: 0.0.0.0; nested exception is: java.net.SocketException: Invalid argument] It seems that rmi has issues, can't bind to the address. I've tried with the LAN ip, with 127.0.0.1, the hostname is listed both on the dns and /etc/hosts (both short name and fqdn), but to no avail. Any ideas?