Note that there are some explanatory texts on larger screens.

plurals
  1. POCouchdb server error (500 system_limit)
    primarykey
    data
    text
    <p>My program is written in python. I use couchdb-python for data storage. But when the program stores datas, it gives an error.:</p> <pre><code>File "/home/koc/dnsReputation/dnsDatabase.py", line 45, in checkHashValue if len(result) == 0: File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/client.py", line 987, in __len__ File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/client.py", line 1003, in rows File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/client.py", line 990, in _fetch File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/client.py", line 914, in _exec File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/http.py", line 399, in post_json File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/http.py", line 381, in post File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/http.py", line 419, in _request File "/usr/local/lib/python2.6/dist-packages/CouchDB-0.8-py2.6.egg/couchdb/http.py", line 310, in request couchdb.http.ServerError: (500, ('error', 'system_limit')) </code></pre> <p>I didn't understand why. any answer is appriciated. Thanks</p> <p>Edited 13.07:</p> <p>In couch.log, these lines are written:</p> <pre><code>{error_report,&lt;0.32.0&gt;, {&lt;0.125.0&gt;,crash_report, [[{initial_call, {mochiweb_socket_server,init,['Argument__1']}}, {pid,&lt;0.125.0&gt;}, {registered_name,[]}, {error_info, {exit,eaddrinuse, [{gen_server,init_it,6}, {proc_lib,init_p_do_apply,3}]}}, {ancestors, [couch_secondary_services,couch_server_sup, &lt;0.33.0&gt;]}, {messages,[]}, {links,[&lt;0.95.0&gt;]}, {dictionary,[]}, {trap_exit,true}, {status,running}, {heap_size,987}, {stack_size,24}, {reductions,460}], []]}} </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload