ModelPolisher icon indicating copy to clipboard operation
ModelPolisher copied to clipboard

Running with docker-compose run -u $(id -u):$(id -g) potentially locks up execution

Open mephenor opened this issue 5 years ago • 0 comments

Running the docker container as non-root consistently produces May 13, 2020 6:47:47 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode --- WARNING: Could not lock User prefs. Unix error code 2. May 13, 2020 6:47:47 AM java.util.prefs.FileSystemPreferences syncWorld --- WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. after random intervals of time, which potentially locks up the process indefinitely.

Creating .java/.userPrefs and .java/.systemPrefs within the container does not seem to work.

mephenor avatar May 13 '20 07:05 mephenor