Skip to content

Instantly share code, notes, and snippets.

@snej
Created October 31, 2012 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snej/3989063 to your computer and use it in GitHub Desktop.
Save snej/3989063 to your computer and use it in GitHub Desktop.
CouchDB barfage
{progress,preloaded}
{progress,kernel_load_completed}
{progress,modules_loaded}
{start,heart}
{start,error_logger}
{start,application_controller}
{progress,init_kernel_started}
{apply,{application,load,[{application,stdlib,[{description,"ERTS CXC 138 10"},{vsn,"1.18.1"},{id,[]},{modules,[array,base64,beam_lib,binary,c,calendar,dets,dets_server,dets_sup,dets_utils,dets_v8,dets_v9,dict,digraph,digraph_utils,edlin,edlin_expand,epp,eval_bits,erl_bits,erl_compile,erl_eval,erl_expand_records,erl_internal,erl_lint,erl_parse,erl_posix_msg,erl_pp,erl_scan,erl_tar,error_logger_file_h,error_logger_tty_h,escript,ets,file_sorter,filelib,filename,gb_trees,gb_sets,gen,gen_event,gen_fsm,gen_server,io,io_lib,io_lib_format,io_lib_fread,io_lib_pretty,lib,lists,log_mf_h,math,ms_transform,orddict,ordsets,otp_internal,pg,pool,proc_lib,proplists,qlc,qlc_pt,queue,random,re,sets,shell,shell_default,slave,sofs,string,supervisor,supervisor_bridge,sys,timer,unicode,win32reg,zip]},{registered,[timer_server,rsh_starter,take_over_monitor,pool_master,dets]},{applications,[kernel]},{included_applications,[]},{env,[]},{maxT,infinity},{maxP,infinity}]}]}}
{progress,applications_loaded}
{apply,{application,start_boot,[kernel,permanent]}}
{apply,{application,start_boot,[stdlib,permanent]}}
{apply,{c,erlangrc,[]}}
{progress,started}
Apache CouchDB 1.3.0a-88c52b2-git (LogLevel=debug) is starting.
Configuration Settings ["/Couchbase/couchdb-bin/etc/couchdb/default.ini",
"/Couchbase/couchdb-bin/etc/couchdb/local.ini"]:
[attachments] compressible_types="text/*, application/javascript, application/json, application/xml"
[attachments] compression_level="8"
[compaction_daemon] check_interval="300"
[compaction_daemon] min_file_size="131072"
[couch_httpd_auth] allow_persistent_cookies="false"
[couch_httpd_auth] auth_cache_size="50"
[couch_httpd_auth] authentication_db="_users"
[couch_httpd_auth] authentication_redirect="/_utils/session.html"
[couch_httpd_auth] iterations="10000"
[couch_httpd_auth] require_valid_user="false"
[couch_httpd_auth] timeout="600"
[couch_httpd_oauth] use_users_db="false"
[couchdb] attachment_stream_buffer_size="4096"
[couchdb] database_dir="/Couchbase/couchdb-bin/var/lib/couchdb"
[couchdb] delayed_commits="true"
[couchdb] file_compression="snappy"
[couchdb] index_dir="/Couchbase/couchdb-bin/var/lib/couchdb"
[couchdb] max_dbs_open="100"
[couchdb] max_document_size="4294967296"
[couchdb] os_process_timeout="5000"
[couchdb] uri_file="/Couchbase/couchdb-bin/var/run/couchdb/couch.uri"
[couchdb] util_driver_dir="/Couchbase/couchdb-bin/lib/couchdb/erlang/lib/couch-1.3.0a-88c52b2-git/priv/lib"
[daemons] auth_cache="{couch_auth_cache, start_link, []}"
[daemons] compaction_daemon="{couch_compaction_daemon, start_link, []}"
[daemons] external_manager="{couch_external_manager, start_link, []}"
[daemons] httpd="{couch_httpd, start_link, []}"
[daemons] index_server="{couch_index_server, start_link, []}"
[daemons] os_daemons="{couch_os_daemons, start_link, []}"
[daemons] query_servers="{couch_query_servers, start_link, []}"
[daemons] replicator_manager="{couch_replicator_manager, start_link, []}"
[daemons] stats_aggregator="{couch_stats_aggregator, start, []}"
[daemons] stats_collector="{couch_stats_collector, start, []}"
[daemons] uuids="{couch_uuids, start, []}"
[daemons] vhosts="{couch_httpd_vhost, start_link, []}"
[database_compaction] checkpoint_after="5242880"
[database_compaction] doc_buffer_size="524288"
[httpd] allow_jsonp="false"
[httpd] authentication_handlers="{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}"
[httpd] bind_address="127.0.0.1"
[httpd] default_handler="{couch_httpd_db, handle_request}"
[httpd] log_max_chunk_size="1000000"
[httpd] port="6984"
[httpd] secure_rewrites="true"
[httpd] vhost_global_handlers="_utils, _uuids, _session, _oauth, _users"
[httpd_db_handlers] _all_docs="{couch_mrview_http, handle_all_docs_req}"
[httpd_db_handlers] _changes="{couch_httpd_db, handle_changes_req}"
[httpd_db_handlers] _compact="{couch_httpd_db, handle_compact_req}"
[httpd_db_handlers] _design="{couch_httpd_db, handle_design_req}"
[httpd_db_handlers] _temp_view="{couch_mrview_http, handle_temp_view_req}"
[httpd_db_handlers] _view_cleanup="{couch_mrview_http, handle_cleanup_req}"
[httpd_design_handlers] _compact="{couch_mrview_http, handle_compact_req}"
[httpd_design_handlers] _info="{couch_mrview_http, handle_info_req}"
[httpd_design_handlers] _list="{couch_mrview_show, handle_view_list_req}"
[httpd_design_handlers] _rewrite="{couch_httpd_rewrite, handle_rewrite_req}"
[httpd_design_handlers] _show="{couch_mrview_show, handle_doc_show_req}"
[httpd_design_handlers] _update="{couch_mrview_show, handle_doc_update_req}"
[httpd_design_handlers] _view="{couch_mrview_http, handle_view_req}"
[httpd_global_handlers] /="{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}"
[httpd_global_handlers] _active_tasks="{couch_httpd_misc_handlers, handle_task_status_req}"
[httpd_global_handlers] _all_dbs="{couch_httpd_misc_handlers, handle_all_dbs_req}"
[httpd_global_handlers] _config="{couch_httpd_misc_handlers, handle_config_req}"
[httpd_global_handlers] _log="{couch_httpd_misc_handlers, handle_log_req}"
[httpd_global_handlers] _oauth="{couch_httpd_oauth, handle_oauth_req}"
[httpd_global_handlers] _replicate="{couch_replicator_httpd, handle_req}"
[httpd_global_handlers] _restart="{couch_httpd_misc_handlers, handle_restart_req}"
[httpd_global_handlers] _session="{couch_httpd_auth, handle_session_req}"
[httpd_global_handlers] _stats="{couch_httpd_stats_handlers, handle_stats_req}"
[httpd_global_handlers] _utils="{couch_httpd_misc_handlers, handle_utils_dir_req, \"/Couchbase/couchdb-bin/share/couchdb/www\"}"
[httpd_global_handlers] _uuids="{couch_httpd_misc_handlers, handle_uuids_req}"
[httpd_global_handlers] favicon.ico="{couch_httpd_misc_handlers, handle_favicon_req, \"/Couchbase/couchdb-bin/share/couchdb/www\"}"
[log] file="/Couchbase/couchdb-bin/var/log/couchdb/couch.log"
[log] include_sasl="true"
[log] level="debug"
[query_server_config] os_process_limit="25"
[query_server_config] reduce_limit="true"
[query_servers] coffeescript="/Couchbase/couchdb-bin/bin/couchjs /Couchbase/couchdb-bin/share/couchdb/server/main-coffee.js"
[query_servers] javascript="/Couchbase/couchdb-bin/bin/couchjs /Couchbase/couchdb-bin/share/couchdb/server/main.js"
[replicator] connection_timeout="30000"
[replicator] db="_replicator"
[replicator] http_connections="20"
[replicator] max_replication_retry_count="10"
[replicator] retries_per_request="10"
[replicator] socket_options="[{keepalive, true}, {nodelay, false}]"
[replicator] ssl_certificate_max_depth="3"
[replicator] verify_ssl_certificates="false"
[replicator] worker_batch_size="500"
[replicator] worker_processes="4"
[ssl] port="6984"
[ssl] ssl_certificate_max_depth="1"
[ssl] verify_ssl_certificates="false"
[stats] rate="1000"
[stats] samples="[0, 60, 300, 900]"
[uuids] algorithm="sequential"
[vendor] name="The Apache Software Foundation"
[vendor] version="1.3.0a-88c52b2-git"
[view_compaction] keyvalue_buffer_size="2097152"
{"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/Couchbase/couchdb-bin/etc/couchdb/default.ini","/Couchbase/couchdb-bin/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}}},[{couch,start,0,[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment