From user-return-8996-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Feb 27 07:01:03 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 63203 invoked from network); 27 Feb 2010 07:01:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2010 07:01:03 -0000 Received: (qmail 1602 invoked by uid 500); 27 Feb 2010 07:01:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 1421 invoked by uid 500); 27 Feb 2010 07:01:02 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 32931 invoked by uid 99); 26 Feb 2010 17:00:06 -0000 X-ASF-Spam-Status: No, hits=4.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAB704.FCB07FBC" Subject: OS Error with exit status code 139 in CouchDB Date: Sat, 27 Feb 2010 02:59:07 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OS Error with exit status code 139 in CouchDB Thread-Index: Acq3BQJzaXS77ZZuQwKxsunNtzJwog== From: "Vikas Charak" To: X-OriginalArrivalTime: 26 Feb 2010 16:59:32.0843 (UTC) FILETIME=[116B13B0:01CAB705] ------_=_NextPart_001_01CAB704.FCB07FBC Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi , I installed couchdb on CentOS release 5.4. The server comes up fine. I can create databases, documents and views. But I am getting following error , when I try to execute a view query to get data. Also if I run coucdb tests , I get the same error. [error] [<0.455.0>] OS Process Error <0.1293.0> :: {os_process_error,{exit_status,139}} =20 I ran couchdb in "DEBUG" mode , see the output below =20 Apache CouchDB 0.11.0b911931 (LogLevel=3Ddebug) is starting. Configuration Settings ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]: [attachments] compressible_types=3D"text/* application/javascript application/json application/xml" [attachments] compression_level=3D"8" [couch_httpd_auth] authentication_db=3D"_users" [couch_httpd_auth] require_valid_user=3D"false" [couchdb] batch_save_interval=3D"1000" [couchdb] batch_save_size=3D"1000" [couchdb] database_dir=3D"/usr/local/var/lib/couchdb" [couchdb] delayed_commits=3D"true" [couchdb] max_attachment_chunk_size=3D"4294967296" [couchdb] max_dbs_open=3D"100" [couchdb] max_document_size=3D"4294967296" [couchdb] os_process_timeout=3D"5000" [couchdb] util_driver_dir=3D"/usr/local/lib/couchdb/erlang/lib/couch-0.11.0b911931/= p riv/lib" [couchdb] view_index_dir=3D"/usr/local/var/lib/couchdb" [daemons] db_update_notifier=3D"{couch_db_update_notifier_sup, start_link, []}" [daemons] external_manager=3D"{couch_external_manager, start_link, = []}" [daemons] httpd=3D"{couch_httpd, start_link, []}" [daemons] query_servers=3D"{couch_query_servers, start_link, []}" [daemons] stats_aggregator=3D"{couch_stats_aggregator, start, []}" [daemons] stats_collector=3D"{couch_stats_collector, start, []}" [daemons] uuids=3D"{couch_uuids, start, []}" [daemons] view_manager=3D"{couch_view, start_link, []}" [httpd] authentication_handlers=3D"{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}" [httpd] bind_address=3D"0.0.0.0" [httpd] default_handler=3D"{couch_httpd_db, handle_request}" [httpd] port=3D"5984" [httpd_db_handlers] _changes=3D"{couch_httpd_db, handle_changes_req}" [httpd_db_handlers] _compact=3D"{couch_httpd_db, handle_compact_req}" [httpd_db_handlers] _design=3D"{couch_httpd_db, handle_design_req}" [httpd_db_handlers] _temp_view=3D"{couch_httpd_view, handle_temp_view_req}" [httpd_db_handlers] _view_cleanup=3D"{couch_httpd_db, handle_view_cleanup_req}" [httpd_design_handlers] _info=3D"{couch_httpd_db, handle_design_info_req}" [httpd_design_handlers] _list=3D"{couch_httpd_show, handle_view_list_req}" [httpd_design_handlers] _rewrite=3D"{couch_httpd_rewrite, handle_rewrite_req}" [httpd_design_handlers] _show=3D"{couch_httpd_show, handle_doc_show_req}" [httpd_design_handlers] _update=3D"{couch_httpd_show, handle_doc_update_req}" [httpd_design_handlers] _view=3D"{couch_httpd_view, handle_view_req}" [httpd_global_handlers] /=3D"{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}" [httpd_global_handlers] _active_tasks=3D"{couch_httpd_misc_handlers, handle_task_status_req}" [httpd_global_handlers] _all_dbs=3D"{couch_httpd_misc_handlers, handle_all_dbs_req}" [httpd_global_handlers] _config=3D"{couch_httpd_misc_handlers, handle_config_req}" [httpd_global_handlers] _log=3D"{couch_httpd_misc_handlers, handle_log_req}" [httpd_global_handlers] _oauth=3D"{couch_httpd_oauth, = handle_oauth_req}" [httpd_global_handlers] _replicate=3D"{couch_httpd_misc_handlers, handle_replicate_req}" [httpd_global_handlers] _restart=3D"{couch_httpd_misc_handlers, handle_restart_req}" [httpd_global_handlers] _session=3D"{couch_httpd_auth, handle_session_req}" [httpd_global_handlers] _sleep=3D"{couch_httpd_misc_handlers, handle_sleep_req}" [httpd_global_handlers] _stats=3D"{couch_httpd_stats_handlers, handle_stats_req}" [httpd_global_handlers] _utils=3D"{couch_httpd_misc_handlers, handle_utils_dir_req, \"/usr/local/share/couchdb/www\"}" [httpd_global_handlers] _uuids=3D"{couch_httpd_misc_handlers, handle_uuids_req}" [httpd_global_handlers] favicon.ico=3D"{couch_httpd_misc_handlers, handle_favicon_req, \"/usr/local/share/couchdb/www\"}" [log] file=3D"/usr/local/var/log/couchdb/couch.log" [log] level=3D"debug" [query_server_config] reduce_limit=3D"true" [query_servers] javascript=3D"/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js" [stats] rate=3D"1000" [stats] samples=3D"[0, 60, 300, 900]" [uuids] algorithm=3D"sequential" Apache CouchDB has started. Time to relax. [info] [<0.30.0>] Apache CouchDB has started on http://0.0.0.0:5984/ =20 [root@dev-dbms3 ~]# clear [root@dev-dbms3 ~]# couchdb Apache CouchDB 0.11.0b911931 (LogLevel=3Ddebug) is starting. Configuration Settings ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]: [attachments] compressible_types=3D"text/* application/javascript application/json application/xml" [attachments] compression_level=3D"8" [couch_httpd_auth] authentication_db=3D"_users" [couch_httpd_auth] require_valid_user=3D"false" [couchdb] batch_save_interval=3D"1000" [couchdb] batch_save_size=3D"1000" [couchdb] database_dir=3D"/usr/local/var/lib/couchdb" [couchdb] delayed_commits=3D"true" [couchdb] max_attachment_chunk_size=3D"4294967296" [couchdb] max_dbs_open=3D"100" [couchdb] max_document_size=3D"4294967296" [couchdb] os_process_timeout=3D"5000" [couchdb] util_driver_dir=3D"/usr/local/lib/couchdb/erlang/lib/couch-0.11.0b911931/= p riv/lib" [couchdb] view_index_dir=3D"/usr/local/var/lib/couchdb" [daemons] db_update_notifier=3D"{couch_db_update_notifier_sup, start_link, []}" [daemons] external_manager=3D"{couch_external_manager, start_link, = []}" [daemons] httpd=3D"{couch_httpd, start_link, []}" [daemons] query_servers=3D"{couch_query_servers, start_link, []}" [daemons] stats_aggregator=3D"{couch_stats_aggregator, start, []}" [daemons] stats_collector=3D"{couch_stats_collector, start, []}" [daemons] uuids=3D"{couch_uuids, start, []}" [daemons] view_manager=3D"{couch_view, start_link, []}" [httpd] authentication_handlers=3D"{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}" [httpd] bind_address=3D"0.0.0.0" [httpd] default_handler=3D"{couch_httpd_db, handle_request}" [httpd] port=3D"5984" [httpd_db_handlers] _changes=3D"{couch_httpd_db, handle_changes_req}" [httpd_db_handlers] _compact=3D"{couch_httpd_db, handle_compact_req}" [httpd_db_handlers] _design=3D"{couch_httpd_db, handle_design_req}" [httpd_db_handlers] _temp_view=3D"{couch_httpd_view, handle_temp_view_req}" [httpd_db_handlers] _view_cleanup=3D"{couch_httpd_db, handle_view_cleanup_req}" [httpd_design_handlers] _info=3D"{couch_httpd_db, handle_design_info_req}" [httpd_design_handlers] _list=3D"{couch_httpd_show, handle_view_list_req}" [httpd_design_handlers] _rewrite=3D"{couch_httpd_rewrite, handle_rewrite_req}" [httpd_design_handlers] _show=3D"{couch_httpd_show, handle_doc_show_req}" [httpd_design_handlers] _update=3D"{couch_httpd_show, handle_doc_update_req}" [httpd_design_handlers] _view=3D"{couch_httpd_view, handle_view_req}" [httpd_global_handlers] /=3D"{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}" [httpd_global_handlers] _active_tasks=3D"{couch_httpd_misc_handlers, handle_task_status_req}" [httpd_global_handlers] _all_dbs=3D"{couch_httpd_misc_handlers, handle_all_dbs_req}" [httpd_global_handlers] _config=3D"{couch_httpd_misc_handlers, handle_config_req}" [httpd_global_handlers] _log=3D"{couch_httpd_misc_handlers, handle_log_req}" [httpd_global_handlers] _oauth=3D"{couch_httpd_oauth, = handle_oauth_req}" [httpd_global_handlers] _replicate=3D"{couch_httpd_misc_handlers, handle_replicate_req}" [httpd_global_handlers] _restart=3D"{couch_httpd_misc_handlers, handle_restart_req}" [httpd_global_handlers] _session=3D"{couch_httpd_auth, handle_session_req}" [httpd_global_handlers] _sleep=3D"{couch_httpd_misc_handlers, handle_sleep_req}" [httpd_global_handlers] _stats=3D"{couch_httpd_stats_handlers, handle_stats_req}" [httpd_global_handlers] _utils=3D"{couch_httpd_misc_handlers, handle_utils_dir_req, \"/usr/local/share/couchdb/www\"}" [httpd_global_handlers] _uuids=3D"{couch_httpd_misc_handlers, handle_uuids_req}" [httpd_global_handlers] favicon.ico=3D"{couch_httpd_misc_handlers, handle_favicon_req, \"/usr/local/share/couchdb/www\"}" [log] file=3D"/usr/local/var/log/couchdb/couch.log" [log] level=3D"debug" [query_server_config] reduce_limit=3D"true" [query_servers] javascript=3D"/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js" [stats] rate=3D"1000" [stats] samples=3D"[0, 60, 300, 900]" [uuids] algorithm=3D"sequential" Apache CouchDB has started. Time to relax. [info] [<0.30.0>] Apache CouchDB has started on http://0.0.0.0:5984/ =20 Does anyone had such issue? =20 Regards, Vikas=20 =20 ------_=_NextPart_001_01CAB704.FCB07FBC--