Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mephenor opened this issue May 13, 2020 · 0 comments
Labels
Projects

Comments

@mephenor
Copy link
Collaborator

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 mephenor added this to Backlog in Release 2.1 via automation May 13, 2020
@mephenor mephenor self-assigned this May 13, 2020
@mephenor mephenor added the bug label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Release 2.1
  
Todo
Development

No branches or pull requests

1 participant