Created
July 19, 2011 15:56
-
-
Save mschoch/1092883 to your computer and use it in GitHub Desktop.
Android Couchbase Custom App
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
07-19 11:54:20.190: VERBOSE/CouchDB(2254): Apache CouchDB 1.0.2 (LogLevel=debug) is starting. | |
07-19 11:54:20.240: VERBOSE/CouchDB(2254): Configuration Settings ["/data/data/com.hexeditreality/couchdb/etc/couchdb/default.ini", | |
07-19 11:54:20.240: VERBOSE/CouchDB(2254): "/data/data/com.hexeditreality/couchdb/etc/couchdb/local.ini"]: | |
07-19 11:54:20.270: VERBOSE/CouchDB(2254): [attachments] compressible_types="text/*, application/javascript, application/json, application/xml" | |
07-19 11:54:20.280: VERBOSE/CouchDB(2254): [attachments] compression_level="8" | |
07-19 11:54:20.300: VERBOSE/CouchDB(2254): [couch_httpd_auth] auth_cache_size="50" | |
07-19 11:54:20.300: VERBOSE/CouchDB(2254): [couch_httpd_auth] authentication_db="_users" | |
07-19 11:54:20.310: VERBOSE/CouchDB(2254): [couch_httpd_auth] authentication_redirect="/_utils/session.html" | |
07-19 11:54:20.320: VERBOSE/CouchDB(2254): [couch_httpd_auth] require_valid_user="false" | |
07-19 11:54:20.330: VERBOSE/CouchDB(2254): [couch_httpd_auth] timeout="600" | |
07-19 11:54:20.350: VERBOSE/CouchDB(2254): [couchdb] database_dir="/sdcard/Android/data/com.hexeditreality/db" | |
07-19 11:54:20.350: VERBOSE/CouchDB(2254): [couchdb] delayed_commits="true" | |
07-19 11:54:20.350: VERBOSE/CouchDB(2254): [couchdb] max_attachment_chunk_size="4294967296" | |
07-19 11:54:20.350: VERBOSE/CouchDB(2254): [couchdb] max_dbs_open="100" | |
07-19 11:54:20.370: VERBOSE/CouchDB(2254): [couchdb] max_document_size="4294967296" | |
07-19 11:54:20.400: VERBOSE/CouchDB(2254): [couchdb] os_process_timeout="5000" | |
07-19 11:54:20.400: VERBOSE/CouchDB(2254): [couchdb] uri_file="/sdcard/Android/data/com.hexeditreality/db/couch.uri" | |
07-19 11:54:20.400: VERBOSE/CouchDB(2254): [couchdb] util_driver_dir="/data/data/com.hexeditreality/couchdb/lib/couchdb/android_icu/10" | |
07-19 11:54:20.410: VERBOSE/CouchDB(2254): [couchdb] view_index_dir="/sdcard/Android/data/com.hexeditreality/db" | |
07-19 11:54:20.410: VERBOSE/CouchDB(2254): [daemons] auth_cache="{couch_auth_cache, start_link, []}" | |
07-19 11:54:20.410: VERBOSE/CouchDB(2254): [daemons] db_update_notifier="{couch_db_update_notifier_sup, start_link, []}" | |
07-19 11:54:20.420: VERBOSE/CouchDB(2254): [daemons] external_manager="{couch_external_manager, start_link, []}" | |
07-19 11:54:20.420: VERBOSE/CouchDB(2254): [daemons] httpd="{couch_httpd, start_link, []}" | |
07-19 11:54:20.450: VERBOSE/CouchDB(2254): [daemons] query_servers="{couch_query_servers, start_link, []}" | |
07-19 11:54:20.450: VERBOSE/CouchDB(2254): [daemons] spatial_manager="{couch_spatial, start_link, []}" | |
07-19 11:54:20.460: VERBOSE/CouchDB(2254): [daemons] stats_aggregator="{couch_stats_aggregator, start, []}" | |
07-19 11:54:20.460: VERBOSE/CouchDB(2254): [daemons] stats_collector="{couch_stats_collector, start, []}" | |
07-19 11:54:20.470: VERBOSE/CouchDB(2254): [daemons] uuids="{couch_uuids, start, []}" | |
07-19 11:54:20.480: VERBOSE/CouchDB(2254): [daemons] view_manager="{couch_view, start_link, []}" | |
07-19 11:54:20.480: VERBOSE/CouchDB(2254): [httpd] allow_jsonp="false" | |
07-19 11:54:20.490: VERBOSE/CouchDB(2254): [httpd] authentication_handlers="{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}" | |
07-19 11:54:20.500: VERBOSE/CouchDB(2254): [httpd] bind_addr ess="0.0.0.0" | |
07-19 11:54:20.500: VERBOSE/CouchDB(2254): [httpd] bind_address="127.0.0.1" | |
07-19 11:54:20.510: VERBOSE/CouchDB(2254): [httpd] default_handler="{couch_httpd_db, handle_request}" | |
07-19 11:54:20.520: VERBOSE/CouchDB(2254): [httpd] max_connections="2048" | |
07-19 11:54:20.520: VERBOSE/CouchDB(2254): [httpd] port="0" | |
07-19 11:54:20.530: VERBOSE/CouchDB(2254): [httpd] secure_rewrites="true" | |
07-19 11:54:20.530: VERBOSE/CouchDB(2254): [httpd] vhost_global_handlers="_utils, _uuids, _session, _oauth, _users" | |
07-19 11:54:20.540: VERBOSE/CouchDB(2254): [httpd_db_handlers] _changes="{couch_httpd_db, handle_changes_req}" | |
07-19 11:54:20.550: VERBOSE/CouchDB(2254): [httpd_db_handlers] _compact="{couch_httpd_db, handle_compact_req}" | |
07-19 11:54:20.560: VERBOSE/CouchDB(2254): [httpd_db_handlers] _design="{couch_httpd_db, handle_design_req}" | |
07-19 11:54:20.560: VERBOSE/CouchDB(2254): [httpd_db_handlers] _spatial_cleanup="{couch_httpd_spatial, handle_spatial_cleanup_req}" | |
07-19 11:54:20.570: VERBOSE/CouchDB(2254): [httpd_db_handlers] _temp_view="{couch_httpd_view, handle_temp_view_req}" | |
07-19 11:54:20.580: VERBOSE/CouchDB(2254): [httpd_db_handlers] _view_cleanup="{couch_httpd_db, handle_view_cleanup_req}" | |
07-19 11:54:20.600: VERBOSE/CouchDB(2254): [httpd_design_handlers] _info="{couch_httpd_db, handle_design_info_req}" | |
07-19 11:54:20.600: VERBOSE/CouchDB(2254): [httpd_design_handlers] _list="{couch_httpd_show, handle_view_list_req}" | |
07-19 11:54:20.620: VERBOSE/CouchDB(2254): [httpd_design_handlers] _rewrite="{couch_httpd_rewrite, handle_rewrite_req}" | |
07-19 11:54:20.620: VERBOSE/CouchDB(2254): [httpd_design_handlers] _show="{couch_httpd_show, handle_doc_show_req}" | |
07-19 11:54:20.620: VERBOSE/CouchDB(2254): [httpd_design_handlers] _spatial="{couch_httpd_spatial, handle_spatial_req}" | |
07-19 11:54:20.630: VERBOSE/CouchDB(2254): [httpd_design_handlers] _spatial/_compact="{couch_httpd_spatial, handle_compact_req}" | |
07-19 11:54:20.630: VERBOSE/CouchDB(2254): [httpd_design_handlers] _spatial/_info="{couch_httpd_spatial, handle_design_info_req}" | |
07-19 11:54:20.650: VERBOSE/CouchDB(2254): [httpd_design_handlers] _spatial/_list="{couch_httpd_spatial_list, handle_spatial_list_req}" | |
07-19 11:54:20.650: VERBOSE/CouchDB(2254): [httpd_design_handlers] _spatiallist="{couch_httpd_spatial_list, handle_spatial_list_req_deprecated}" | |
07-19 11:54:20.660: VERBOSE/CouchDB(2254): [httpd_design_handlers] _update="{couch_httpd_show, handle_doc_update_req}" | |
07-19 11:54:20.660: VERBOSE/CouchDB(2254): [httpd_design_handlers] _view="{couch_httpd_view, handle_view_req}" | |
07-19 11:54:20.670: VERBOSE/CouchDB(2254): [httpd_global_handlers] /="{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}" | |
07-19 11:54:20.680: VERBOSE/CouchDB(2254): [httpd_global_handlers] _active_tasks="{couch_httpd_misc_handlers, handle_task_status_req}" | |
07-19 11:54:20.690: VERBOSE/CouchDB(2254): [httpd_global_handlers] _all_dbs="{couch_httpd_misc_handlers, handle_all_dbs_req}" | |
07-19 11:54:20.700: VERBOSE/CouchDB(2254): [httpd_global_handlers] _config="{couch_httpd_misc_handlers, handle_config_req}" | |
07-19 11:54:20.720: VERBOSE/CouchDB(2254): [httpd_global_handlers] _log="{couch_httpd_misc_handlers, handle_log_req}" | |
07-19 11:54:20.720: VERBOSE/CouchDB(2254): [httpd_global_handlers] _oauth="{couch_httpd_oauth, handle_oauth_req}" | |
07-19 11:54:20.720: VERBOSE/CouchDB(2254): [httpd_global_handlers] _replicate="{couch_httpd_misc_handlers, handle_replicate_req}" | |
07-19 11:54:20.730: VERBOSE/CouchDB(2254): [httpd_global_handlers] _restart="{couch_httpd_misc_handlers, handle_restart_req}" | |
07-19 11:54:20.740: VERBOSE/CouchDB(2254): [httpd_global_handlers] _session="{couch_httpd_auth, handle_session_req}" | |
07-19 11:54:20.750: VERBOSE/CouchDB(2254): [httpd_global_handlers] _stats="{couch_httpd_stats_handlers, handle_stats_req}" | |
07-19 11:54:20.760: VERBOSE/CouchDB(2254): [httpd_global_handlers] _utils="{couch_httpd_misc_handlers, handle_utils_dir_req, \"/data/data/%app_name%/couchdb/share/couchdb/www\"}" | |
07-19 11:54:20.760: VERBOSE/CouchDB(2254): [httpd_global_handlers] _uuids="{couch_httpd_misc_handlers, handle_uuids_req}" | |
07-19 11:54:20.780: VERBOSE/CouchDB(2254): [httpd_global_handlers] favicon.ico="{couch_httpd_misc_handlers, handle_favicon_req, \"/data/data/%app_name%/couchdb/share/couchdb/www\"}" | |
07-19 11:54:20.780: VERBOSE/CouchDB(2254): [log] file="/sdcard/Android/data/com.hexeditreality/db/couch.log" | |
07-19 11:54:20.800: VERBOSE/CouchDB(2254): [log] include_sasl="true" | |
07-19 11:54:20.800: VERBOSE/CouchDB(2254): [log] level="debug" | |
07-19 11:54:20.810: VERBOSE/CouchDB(2254): [query_server_config] reduce_limit="true" | |
07-19 11:54:20.810: VERBOSE/CouchDB(2254): [query_servers] javascript="/data/data/com.hexeditreality/couchdb/bin/couchjs_wrapper /data/data/com.hexeditreality/couchdb/share/couchdb/server/main.js" | |
07-19 11:54:20.840: VERBOSE/CouchDB(2254): [replicator] max_http_pipeline_size="50" | |
07-19 11:54:20.840: VERBOSE/CouchDB(2254): [replicator] max_http_sessions="20" | |
07-19 11:54:20.840: VERBOSE/CouchDB(2254): [replicator] ssl_certificate_max_depth="3" | |
07-19 11:54:20.850: VERBOSE/CouchDB(2254): [replicator] verify_ssl_certificates="false" | |
07-19 11:54:20.850: VERBOSE/CouchDB(2254): [stats] rate="1000" | |
07-19 11:54:20.860: VERBOSE/CouchDB(2254): [stats] samples="[0, 60, 300, 900]" | |
07-19 11:54:20.870: VERBOSE/CouchDB(2254): [uuids] algorithm="sequential" | |
07-19 11:54:21.019: VERBOSE/CouchDB(2254): =CRASH REPORT==== 19-Jul-2011::11:54:20 === | |
07-19 11:54:21.019: VERBOSE/CouchDB(2254): crasher: | |
07-19 11:54:21.019: VERBOSE/CouchDB(2254): initial call: couch_event_sup:init/1 | |
07-19 11:54:21.029: VERBOSE/CouchDB(2254): pid: <0.68.0> | |
07-19 11:54:21.029: VERBOSE/CouchDB(2254): registered_name: [] | |
07-19 11:54:21.029: VERBOSE/CouchDB(2254): exception exit: {{badmatch, | |
07-19 11:54:21.039: VERBOSE/CouchDB(2254): {'EXIT', | |
07-19 11:54:21.049: VERBOSE/CouchDB(2254): {{badmatch,{error,eacces}}, | |
07-19 11:54:21.049: VERBOSE/CouchDB(2254): [{couch_log,init,1}, | |
07-19 11:54:21.060: VERBOSE/CouchDB(2254): {gen_event,server_add_handler,4}, | |
07-19 11:54:21.070: VERBOSE/CouchDB(2254): {gen_event,handle_msg,5}, | |
07-19 11:54:21.080: VERBOSE/CouchDB(2254): {proc_lib,init_p_do_apply,3}]}}}, | |
07-19 11:54:21.080: VERBOSE/CouchDB(2254): [{couch_event_sup,init,1}, | |
07-19 11:54:21.089: VERBOSE/CouchDB(2254): {gen_server,init_it,6}, | |
07-19 11:54:21.089: VERBOSE/CouchDB(2254): {proc_lib,init_p_do_apply,3}]} | |
07-19 11:54:21.099: VERBOSE/CouchDB(2254): in function gen_server:init_it/6 | |
07-19 11:54:21.110: VERBOSE/CouchDB(2254): ancestors: [couch_primary_services,couch_server_sup,<0.41.0>] | |
07-19 11:54:21.110: VERBOSE/CouchDB(2254): messages: [] | |
07-19 11:54:21.110: VERBOSE/CouchDB(2254): links: [<0.67.0>,<0.5.0>] | |
07-19 11:54:21.130: VERBOSE/CouchDB(2254): dictionary: [] | |
07-19 11:54:21.130: VERBOSE/CouchDB(2254): trap_exit: false | |
07-19 11:54:21.140: VERBOSE/CouchDB(2254): status: running | |
07-19 11:54:21.140: VERBOSE/CouchDB(2254): heap_size: 233 | |
07-19 11:54:21.150: VERBOSE/CouchDB(2254): stack_size: 24 | |
07-19 11:54:21.150: VERBOSE/CouchDB(2254): reductions: 116 | |
07-19 11:54:21.160: VERBOSE/CouchDB(2254): neighbours: | |
07-19 11:54:21.180: VERBOSE/CouchDB(2254): =SUPERVISOR REPORT==== 19-Jul-2011::11:54:21 === | |
07-19 11:54:21.190: VERBOSE/CouchDB(2254): Supervisor: {local,couch_primary_services} | |
07-19 11:54:21.190: VERBOSE/CouchDB(2254): Context: start_error | |
07-19 11:54:21.190: VERBOSE/CouchDB(2254): Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}}, | |
07-19 11:54:21.190: VERBOSE/CouchDB(2254): [{couch_log,init,1}, | |
07-19 11:54:21.210: VERBOSE/CouchDB(2254): {gen_event,server_add_handler,4}, | |
07-19 11:54:21.210: VERBOSE/CouchDB(2254): {gen_event,handle_msg,5}, | |
07-19 11:54:21.210: VERBOSE/CouchDB(2254): {proc_lib,init_p_do_apply,3}]}}}, | |
07-19 11:54:21.210: VERBOSE/CouchDB(2254): [{couch_event_sup,init,1}, | |
07-19 11:54:21.220: VERBOSE/CouchDB(2254): {gen_server,init_it,6}, | |
07-19 11:54:21.230: VERBOSE/CouchDB(2254): {proc_lib,init_p_do_apply,3}]} | |
07-19 11:54:21.230: VERBOSE/CouchDB(2254): Offender: [{pid,undefined}, | |
07-19 11:54:21.240: VERBOSE/CouchDB(2254): {name,couch_log}, | |
07-19 11:54:21.250: VERBOSE/CouchDB(2254): {mfa,{couch_log,start_link,[]}}, | |
07-19 11:54:21.250: VERBOSE/CouchDB(2254): {restart_type,permanent}, | |
07-19 11:54:21.260: VERBOSE/CouchDB(2254): {shutdown,brutal_kill}, | |
07-19 11:54:21.260: VERBOSE/CouchDB(2254): {child_type,worker}] | |
07-19 11:54:21.280: VERBOSE/CouchDB(2254): =SUPERVISOR REPORT==== 19-Jul-2011::11:54:21 === | |
07-19 11:54:21.280: VERBOSE/CouchDB(2254): Supervisor: {local,couch_server_sup} | |
07-19 11:54:21.280: VERBOSE/CouchDB(2254): Context: start_error | |
07-19 11:54:21.291: VERBOSE/CouchDB(2254): Reason: shutdown | |
07-19 11:54:21.291: VERBOSE/CouchDB(2254): Offender: [{pid,undefined}, | |
07-19 11:54:21.300: VERBOSE/CouchDB(2254): {name,couch_primary_services}, | |
07-19 11:54:21.310: VERBOSE/CouchDB(2254): {mfa,{couch_server_sup,start_primary_services,[]}}, | |
07-19 11:54:21.310: VERBOSE/CouchDB(2254): {restart_type,permanent}, | |
07-19 11:54:21.320: VERBOSE/CouchDB(2254): {shutdown,infinity}, | |
07-19 11:54:21.340: VERBOSE/CouchDB(2254): {child_type,supervisor}] | |
07-19 11:54:21.350: VERBOSE/CouchDB(2254): =CRASH REPORT==== 19-Jul-2011::11:54:21 === | |
07-19 11:54:21.360: VERBOSE/CouchDB(2254): crasher: | |
07-19 11:54:21.360: VERBOSE/CouchDB(2254): initial call: application_master:init/4 | |
07-19 11:54:21.360: VERBOSE/CouchDB(2254): pid: <0.40.0> | |
07-19 11:54:21.360: VERBOSE/CouchDB(2254): registered_name: [] | |
07-19 11:54:21.370: VERBOSE/CouchDB(2254): exception exit: {bad_return, | |
07-19 11:54:21.370: VERBOSE/CouchDB(2254): {{couch_app,start, | |
07-19 11:54:21.370: VERBOSE/CouchDB(2254): [normal, | |
07-19 11:54:21.380: VERBOSE/CouchDB(2254): ["/data/data/com.hexeditreality/couchdb/etc/couchdb/default.ini", | |
07-19 11:54:21.380: VERBOSE/CouchDB(2254): "/data/data/com.hexeditreality/couchdb/etc/couchdb/local.ini"]]}, | |
07-19 11:54:21.380: VERBOSE/CouchDB(2254): {'EXIT', | |
07-19 11:54:21.390: VERBOSE/CouchDB(2254): {{badmatch,{error,shutdown}}, | |
07-19 11:54:21.390: VERBOSE/CouchDB(2254): [{couch_server_sup,start_server,1}, | |
07-19 11:54:21.400: VERBOSE/CouchDB(2254): {application_master,start_it_old,4}]}}}} | |
07-19 11:54:21.400: VERBOSE/CouchDB(2254): in function application_master:init/4 | |
07-19 11:54:21.400: VERBOSE/CouchDB(2254): ancestors: [<0.39.0>] | |
07-19 11:54:21.410: VERBOSE/CouchDB(2254): messages: [{'EXIT',<0.41.0>,normal}] | |
07-19 11:54:21.410: VERBOSE/CouchDB(2254): links: [<0.39.0>,<0.6.0>] | |
07-19 11:54:21.410: VERBOSE/CouchDB(2254): dictionary: [] | |
07-19 11:54:21.410: VERBOSE/CouchDB(2254): trap_exit: true | |
07-19 11:54:21.410: VERBOSE/CouchDB(2254): status: running | |
07-19 11:54:21.420: VERBOSE/CouchDB(2254): heap_size: 987 | |
07-19 11:54:21.420: VERBOSE/CouchDB(2254): stack_size: 24 | |
07-19 11:54:21.420: VERBOSE/CouchDB(2254): reductions: 254 | |
07-19 11:54:21.430: VERBOSE/CouchDB(2254): neighbours: | |
07-19 11:54:21.430: VERBOSE/CouchDB(2254): =INFO REPORT==== 19-Jul-2011::11:54:21 === | |
07-19 11:54:21.430: VERBOSE/CouchDB(2254): application: couch | |
07-19 11:54:21.441: VERBOSE/CouchDB(2254): exited: {bad_return,{{couch_app,start, | |
07-19 11:54:21.441: VERBOSE/CouchDB(2254): [normal, | |
07-19 11:54:21.441: VERBOSE/CouchDB(2254): ["/data/data/com.hexeditreality/couchdb/etc/couchdb/default.ini", | |
07-19 11:54:21.450: VERBOSE/CouchDB(2254): "/data/data/com.hexeditreality/couchdb/etc/couchdb/local.ini"]]}, | |
07-19 11:54:21.450: VERBOSE/CouchDB(2254): {'EXIT',{{badmatch,{error,shutdown}}, | |
07-19 11:54:21.450: VERBOSE/CouchDB(2254): [{couch_server_sup,start_server,1}, | |
07-19 11:54:21.460: VERBOSE/CouchDB(2254): {application_master,start_it_old,4}]}}}} | |
07-19 11:54:21.460: VERBOSE/CouchDB(2254): type: temporary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment