From owner-freebsd-questions@FreeBSD.ORG Sun Nov 22 11:35:40 2009 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF8AA1065672 for ; Sun, 22 Nov 2009 11:35:40 +0000 (UTC) (envelope-from neuhauser@sigpipe.cz) Received: from isis.sigpipe.cz (fw.sigpipe.cz [213.192.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7205E8FC12 for ; Sun, 22 Nov 2009 11:35:40 +0000 (UTC) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 14683147C50; Sun, 22 Nov 2009 12:50:00 +0100 (CET) Date: Sun, 22 Nov 2009 12:49:59 +0100 From: Roman Neuhauser To: Frank Staals Message-ID: <20091122114959.GO54137@isis.sigpipe.cz> References: <4B07F2D3.30501@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B07F2D3.30501@gmx.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: questions@FreeBSD.org Subject: Re: Glassfish v3 server: Admin port in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 11:35:40 -0000 On Sat, Nov 21, 2009 at 03:01:55PM +0100, Frank Staals wrote: > Hey everyone, > > I'm trying to deploy a Glassfish v3 server on my workstation since I > need to do some jsf-developement. However when I try to start the server > it keeps telling me the admin port I'm trying to use is allready in use > by an other process, no matter what port I use. However I'm 100% certain > there is nothing running on the port it should use (sockstat confirms > that). Has anyone seen this type of behaviour and/or knows how to fix it > ? I'm running FreeBSD 8.0-RC1 with jdk16 installed from ports. Full log > is here: http://fstaals.net/junk/glassfish.txt this from https://glassfish.dev.java.net/downloads/v3-preview.html : "For supported operating systems except MacOS, the minimum required version is 1.6.0_13." this from your log: frank@Rena# java -version java version "1.6.0_03-p4" that might be related.