From owner-freebsd-java@FreeBSD.ORG Thu Aug 28 12:37:44 2003 Return-Path: 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 DC78216A4BF for ; Thu, 28 Aug 2003 12:37:44 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2873B43FBD for ; Thu, 28 Aug 2003 12:37:44 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h7SJbhtp005697 for ; Thu, 28 Aug 2003 15:37:43 -0400 (EDT) Date: Thu, 28 Aug 2003 15:37:43 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: java@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Native jdk1.4.1 working X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 19:37:45 -0000 So we've got this home-grown java application here at work and I'm now running it under native jdk1.4.1 and it works. Great job guys! A question, though. When the application first started I get these messages: Aug 28, 2003 11:14:40 AM java.util.prefs.FileSystemPreferences$3 run WARNING: Could not create system preferences directory. System preferences are unusable. Aug 28, 2003 11:14:40 AM java.util.prefs.FileSystemPreferences$5 run INFO: Created user preferences directory. After that, at every 30 second or so interval, I get: Aug 28, 2003 11:15:12 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode WARNING: Could not lock System prefs.Unix error code 671660902. Aug 28, 2003 11:15:12 AM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. Aug 28, 2003 11:15:42 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode WARNING: Could not lock System prefs.Unix error code 671660902. Aug 28, 2003 11:15:42 AM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. Last 4 lines repeat every 30 seconds. What is it trying to tell me? -- Dan Eischen