PDA

View Full Version : File lock Warning??



rshepard
04-09-2004, 04:03 AM
Saw this msg go flashing past on my Linux box this morning:


Apr 9, 2004 2:59:17 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock System prefs.Unix error code 4.
Apr 9, 2004 2:59:17 AM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.

Is this a Bad Thing? Didn't seem to bother the client; it continued on with no problems.

michaelgarvie
04-09-2004, 10:32 AM
This is a "feature" of Java 1.4. Read more here:

http://www.allaboutbalance.com/disableprefs/index.html

rshepard
04-09-2004, 10:40 AM
OK- I guess that's all right then

:bang: