From owner-freebsd-java@FreeBSD.ORG Mon Sep 11 16:49:59 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 6C48216A416; Mon, 11 Sep 2006 16:49:59 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E078843D62; Mon, 11 Sep 2006 16:49:57 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id k8BGnj0H022078; Mon, 11 Sep 2006 09:49:45 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id k8BGniTT022077; Mon, 11 Sep 2006 09:49:44 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 11 Sep 2006 09:49:44 -0700 From: Greg Lewis To: Bruce Burden Message-ID: <20060911164944.GA21902@misty.eyesbeyond.com> References: <200609082304.k88N4AZ7040362@www.freebsd.org> <20060909224813.GG1334@watt.intra.caraldi.com> <20060910030524.GH1045@tigerfish2.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060910030524.GH1045@tigerfish2.my.domain> User-Agent: Mutt/1.4.2.2i Cc: freebsd-gnats-submit@freebsd.org, Jean-Baptiste Quenot , freebsd-java@freebsd.org Subject: Re: java/103051: authenticateUser not found 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, 11 Sep 2006 16:49:59 -0000 On Sat, Sep 09, 2006 at 10:05:24PM -0500, Bruce Burden wrote: > On Sun, Sep 10, 2006 at 12:48:13AM +0200, Jean-Baptiste Quenot wrote: > > > The Adaptec Storage Manager is asking for the root password: > > > > Sorry but I don't see how this is related to FreeBSD ports? Are > > you referring to a specific port? In what port is this storage > > manager available? > > > It is a problem with JAVA not being able to resolve the > reference to authenticateUser, which is why it was reported > against java, and not the Adaptec Storage Manager, which is > NOT a port. But it is a java program. > > Since authenticateUser is NOT in the Adapted supplied > StorMan.jar, it seems reasonable to expect a java implementation > to be able to resolve this, and considering that it is accessing > the password file, it is reasonable to believe that this is a > platform/OS specific implementation. So you'd be able to point out the authenticateUser method in the JDK 1.5 API docs then? I'll eagerly await such a reference... If you want to spend your time more productively, take a look at the stack trace. It looks like its doing an RMI call, so you might want to take a look at your set up in terms of whether all the RMI set up is correct. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org