I'm curious if it's starting the dependent apps. It might be a bad build. Can you try:
couch_app:start(_,[]). That's an underscore and a period at the end On Mar 30, 2010, at 2:44 AM, Victor Igumnov (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851284#action_12851284 > ] > > Victor Igumnov commented on COUCHDB-716: > ---------------------------------------- > > # ./utils/run -i > Erlang R13B04 (erts-5.7.5) [source] [smp:4:4] [rq:4] [async-threads:0] > [kernel-poll:true] > > Eshell V5.7.5 (abort with ^G) > 1> application:start(couch). > {error,{["28",58,32,["syntax error before: ",[]]], > "couch.app"}} > > >> 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. >
