Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Error_messages" page has been changed by EKastelijn: https://wiki.apache.org/couchdb/Error_messages?action=diff&rev1=29&rev2=30 Your Spidermonkey installation is not correct, this usually happens on Ubuntu, [[Installing_on_Ubuntu|Installing on Ubuntu]] for all the details. + === OS Process Error {os_process_error,{exit_status,139}} === + + '''Problem''' + + On a system that has SELinux enabled the following error can occur. + + {{{ + … OS Process Error … {os_process_error,{exit_status,139}} + }}} + + This is caused by the fact that SELinux blocks access to certain areas of the filesystem. + + '''Solution''' + + Disable SELinux using the command + {{{ + setenforce 0 + }}} + + If possible, please file a bug in the bug-tracking system of your Linux distribution. + === erlang stack trace contains '''bad_utf8_character_code''' === CouchDB 1.1.1 and later contains stricter handling of UTF8 encoding. If you are
