Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2003 15:37:43 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        java@freebsd.org
Subject:   Native jdk1.4.1 working
Message-ID:  <Pine.GSO.4.10.10308281531530.4610-100000@pcnet5.pcnet.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10308281531530.4610-100000>