-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
After finally creating a few working servers, the new ones I make give me these errors every 30 seconds in the server console, one right after the other:
WARNING: Could not lock User prefs. Unix error code 2.
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
Why does it now have this problem? I didn't change anything in docker. It started when I copied a server container to a new working directory to test changes. But the identical server won't run without this error when the original runs fine. And now I get this error in every container I try to make.
What gives?