You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Noah Slater (JIRA)" <ji...@apache.org> on 2011/08/18 17:26:27 UTC

[jira] [Commented] (COUCHDB-1253) Resetting config chain not working properly

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

Noah Slater commented on COUCHDB-1253:
--------------------------------------

Please change the top line of the couchdb script from:

#! /bin/sh -e

To:

#! /bin/sh -ex

Then run the command again, piping the output to a file:

couchdb -n -a /tmp/tmpuPqqSF.paisley.test/test.ini &> output.txt

Then attach the file to this ticket.

Thanks.


> Resetting config chain not working properly
> -------------------------------------------
>
>                 Key: COUCHDB-1253
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1253
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 1.1
>         Environment: Linux 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686 GNU/Linux
> Ubuntu 10.04.3 LTS
>            Reporter: Daniel Gonzalez
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Resetting the config chain seems to be working:
> couchdb -n -a /tmp/tmpuPqqSF.paisley.test/test.ini -c
> /tmp/tmpuPqqSF.paisley.test/test.ini
> But it does actually not work:
> couchdb -n -a /tmp/tmpuPqqSF.paisley.test/test.ini
> ...
> =INFO REPORT==== 18-Aug-2011::15:21:32 ===
>     application: couch
>     exited: {bad_return,{{couch_app,start,
>                                     [normal,
>                                      ["/usr/local/etc/couchdb/default.ini",
>                                       "/usr/local/etc/couchdb/local.ini"]]},
>                          {'EXIT',{{badmatch,{error,shutdown}},
>                                   [{couch_server_sup,start_server,1},
>                                    {application_master,start_it_old,4}]}}}}
>     type: temporary
> ...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira