[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866757#action_12866757
 ] 

Bryan Allen commented on COUCHDB-716:
-------------------------------------

Also running into this issue on OpenSolaris (b134).

I've fixed my couch.app:

{application, couch, [
    {description, "Apache CouchDB"},
    {vsn, "0.11.0"},
    {modules, [
      couch_stats_collector, couch_view_compactor, couch_rep_att,
                        couch_db_update_notifier_sup, couch_server_sup, 
couch_changes,
                        couch_httpd_stats_handlers, couch_btree, couch_rep,
                        couch_rep_changes_feed, couch_httpd, 
couch_db_update_notifier,
                        couch_config_writer, couch_external_manager, 
couch_rep_reader,
                        couch_file, couch_os_process, couch_db_updater, 
couch_rep_writer,
                        couch_httpd_rewrite, couch_rep_sup, couch_view_updater, 
couch_view_group,
                        couch_config, couch_httpd_auth, couch_query_servers, 
couch_work_queue,
                        couch_db, couch_httpd_show, couch_view, 
couch_native_process,
                        couch_httpd_db, couch_uuids, couch_stream, couch_log, 
couch_task_status,
                        couch_event_sup, couch, couch_httpd_oauth, 
couch_httpd_misc_handlers,
                        couch_doc, couch_httpd_view, couch_stats_aggregator, 
couch_ref_counter,
                        couch_server, couch_rep_missing_revs, couch_app, 
couch_rep_httpc,
                        couch_external_server, couch_httpd_external, 
couch_key_tree, couch_util
    ]},

    {registered, [
      couch_config, couch_db_update, couch_db_update_notifier_sup,
                        couch_external_manager, couch_httpd, couch_log, 
couch_primary_services,
                        couch_query_servers, couch_rep_sup, 
couch_secondary_services, couch_server,
                        couch_server_sup, couch_stats_aggregator, 
couch_stats_collector,
                        couch_task_status, couch_view
    ]},

    {mod, {
      couch_app, [
        "/opt/couchdb/etc/couchdb/default.ini",
        "/opt/couchdb/etc/couchdb/local.ini"
      ]
    }},

    {applications, [
      kernel, stdlib
    ]},

    {included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb]}
]}

It appears that each block is closed properly (added "]}" at the end; it was 
missing).

couchdb.stderr says:

heart_beat_kill_pid = 6021
heart_beat_timeout = 11
Error opening /dev/vme32d32: No such file or directory
Error starting wd_keeper. HW watchdog timer will NOT be used.

[20100512-17:54:44]::[couc...@chef]:[~]$ couchdb -i
Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] [hipe] 
[kernel-poll:true]

Eshell V5.6.5  (abort with ^G)
1> application:start(couch).
{error,{["999999",58,32,["syntax error before: ",[]]],
        "couch.app"}}
2> 


> CouchDB fails to start, just hangs.
> -----------------------------------
>
>                 Key: COUCHDB-716
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-716
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.11
>         Environment: opensolaris/snv98 
>            Reporter: Victor Igumnov
>
> CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
> with no debug information. I have used truss to trace the execution to the 
> hang point.
> Truss debug info
> http://temp.fabulously40.com/~victori/couch.txt
> Pstack info on the hanged process
> http://temp.fabulously40.com/~victori/couchdb-pstack.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to