bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

tomcat fails when run as unpriviliged user #117

Closed cehbrecht closed 7 years ago

cehbrecht commented 8 years ago

when running tomcat as nobody on centos tomcat complains:

Aug 19, 2016 6:33:58 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock System prefs. Unix error code 0.
Aug 19, 2016 6:33:58 PM java.util.prefs.FileSystemPreferences syncWorld 
WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.

need to configure this:

http://stackoverflow.com/questions/23960451/java-system-preferences-under-different-users-in-linux

cehbrecht commented 7 years ago

was fixed in tomcat recipe 0.3.2