Native jdk1.4.1 working

Daniel Eischen eischen at vigrid.com
Thu Aug 28 12:37:45 PDT 2003


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



More information about the freebsd-java mailing list