Created
April 2, 2011 22:59
-
-
Save reiddraper/899988 to your computer and use it in GitHub Desktop.
erlang.log.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {kernel, [ | |
| {inet_dist_listen_max, 7999}, | |
| {inet_dist_listen_min, 6000} | |
| ]}, | |
| {riak_kv, [ | |
| {stats_urlpath, "stats"}, | |
| {pb_ip, "0.0.0.0"}, | |
| {mapred_queue_dir, "/var/lib/riak/mr_queue"}, | |
| {mapred_name, "mapred"}, | |
| {hook_js_vm_count, 2}, | |
| {riak_kv_stat, true}, | |
| {raw_name, "riak"}, | |
| {storage_backend, riak_kv_bitcask_backend}, | |
| {mapper_batch_size, 5}, | |
| {reduce_js_vm_count, 6}, | |
| {pb_port, 8087}, | |
| {map_js_vm_count, 8}, | |
| {js_thread_stack, 16}, | |
| {js_max_vm_mem, 8} | |
| ]}, | |
| {luwak, [ | |
| {enabled, false} | |
| ]}, | |
| {bitcask, [ | |
| {max_file_size, 2147483648}, | |
| {small_file_threshold, 10485760}, | |
| {open_timeout, 4}, | |
| {sync_strategy, none}, | |
| {dead_bytes_merge_trigger, 536870912}, | |
| {data_root, "/var/lib/riak/bitcask"}, | |
| {frag_merge_trigger, 60}, | |
| {expiry_secs, -1}, | |
| {dead_bytes_threshold, 134217728}, | |
| {frag_threshold, 40} | |
| ]}, | |
| {sasl, [ | |
| {error_logger_mf_maxfiles, 5}, | |
| {sasl_error_logger, {file, "/var/log/riak/sasl-error.log"}}, | |
| {error_logger_mf_maxbytes, 10485760}, | |
| {errlog_type, error}, | |
| {error_logger_mf_dir, "/var/log/riak/sasl"} | |
| ]}, | |
| {riak_core, [ | |
| {handoff_port, 8099}, | |
| {http, [{"127.0.0.1", 8098}]}, | |
| {cluster_name, "foobar"}, | |
| {ring_state_dir, "/var/lib/riak/ring"}, | |
| {ring_creation_size, 128} | |
| ]}, | |
| {riak_err, [ | |
| {fmt_max_bytes, 65536}, | |
| {term_max_size, 65536} | |
| ]} | |
| ]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===== | |
| ===== LOGGING STARTED Sat Apr 2 15:53:30 PDT 2011 | |
| ===== | |
| Exec: /usr/lib/riak/erts-5.7.5/bin/erlexec -boot /usr/lib/riak/releases/0.14.0/riak -embedded -config /etc/riak/app.config -args_file /etc/riak/vm.args -- console | |
| Root: /usr/lib/riak | |
| {error_logger,{{2011,4,2},{15,53,31}},"~s~n",["Error in process <0.7.0> with exit value: {{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[\"/etc/riak/app.config\",\"128\"],[]]},{lists,foldl,3},{application_controller,check_conf,0},{application_controller,init,2}]}}},[{application_controller... \n"]}^M | |
| {"could not start kernel pid",application_controller,"{{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[[47,101,116,99,47,114,105,97,107,47,97,112,112,46,99,111,110,102,105,103],[49,50,56]],[]]},{lists,foldl,3},{application_controller,check_conf,0},{application_controller,init,2}]}}},[{application_controller,init,2}]}"}^M | |
| could not start kernel pid (application_controller) ({{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[[47,101,116,99,47,114,105,97,107,47,97,112,112,46,99,111 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment