From owner-freebsd-java@FreeBSD.ORG Thu Sep 7 07:15:43 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 16B7016A4DE for ; Thu, 7 Sep 2006 07:15:43 +0000 (UTC) (envelope-from brucegb@realtime.net) Received: from ruth.realtime.net (mercury.realtime.net [205.238.132.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEA243D53 for ; Thu, 7 Sep 2006 07:15:42 +0000 (GMT) (envelope-from brucegb@realtime.net) Received: from tigerfish2.my.domain (cpe-70-112-156-125.austin.res.rr.com [70.112.156.125]) by realtime.net (Realtime Communications Advanced E-Mail Services V9.2) with ESMTP id 14261795-1817707 for ; Thu, 07 Sep 2006 02:15:41 -0500 Received: from tigerfish2.my.domain (localhost [127.0.0.1]) by tigerfish2.my.domain (8.13.8/8.13.8) with ESMTP id k877FfJM034373 for ; Thu, 7 Sep 2006 02:15:41 -0500 (CDT) (envelope-from brucegb@tigerfish2.my.domain) Received: (from brucegb@localhost) by tigerfish2.my.domain (8.13.8/8.13.8/Submit) id k877Ff4r034372 for freebsd-java@freebsd.org; Thu, 7 Sep 2006 02:15:41 -0500 (CDT) (envelope-from brucegb) Date: Thu, 7 Sep 2006 02:15:41 -0500 From: Bruce Burden To: freebsd-java@freebsd.org Message-ID: <20060907071541.GE1045@tigerfish2.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: Looking for "authenticateUser" 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: Thu, 07 Sep 2006 07:15:43 -0000 Hi folks, I am working with the Adaptec Storage Manager (StorMan) GUI for the Adaptec 2230SLP RAID controller. I am launching the manager with the command: + /usr/local/jdk1.5.0/bin/java -classpath /spare/usr/StorMan/RaidMan.jar:/usr/local/jdk1.5.0/jre/lib/rt.jar com.ibm.sysmgt.raidmgr.mgtGUI.Launch which results in the exception: Sep 7, 2006 2:04:35 AM Login failed java.rmi.ServerError: Error occurred in server thread; nested exception is: java.lang.UnsatisfiedLinkError: authenticateUser which would explain why I am not able to login as root to the manager. Here is the Linux command for above: java -Djava.compiler=NONE -cp ./RaidMan.jar com.ibm.sysmgt.raidmgr.mgtGUI.Launch which does not work any better - the same exception is thrown. So, how do I modify the command line to allow java to resolve the call to "authenticateUser"? FWIW, the original call was referencing "classes.zip", and that is clearly wrong for jdk1.5.0. And, yes, I need to use jdk1.5.0 as I am running this on 6.1/AMD64. Thank you, Bruce -- ------------------------------------------------------------------------ "I like bad!" Bruce Burden Austin, TX. - Thuganlitha The Power and the Prophet Robert Don Hughes