You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Filipe Manana (JIRA)" <ji...@apache.org> on 2011/07/13 21:11:00 UTC

[jira] [Commented] (COUCHDB-1221) Replication Fails when trying to replicate to a database name that has previously been deleted

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

Filipe Manana commented on COUCHDB-1221:
----------------------------------------

Looking at the error, it looks like to me you're running Erlang OTP R14B02. Is it true?
You can check it by running:

$ erl -noshell -eval 'io:put_chars([erlang:system_info(otp_release), $\n]).' -s erlang halt

 

> Replication Fails when trying to replicate to a database name that has previously been deleted
> ----------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1221
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1221
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.0.2
>            Reporter: Chris Truskow
>
> Replication Fails when trying to replicate to a database name that had previously been deleted. 
> Create a database "xyz". Replicate anything to it. Delete "xyz". Create database "xyz". The following error appears if you try and replicate to it again.
> Replication failed: {error,{'EXIT',{badarg,[{erlang,apply,[gen_server,start_link,undefined]},                         {supervisor,do_start_child,2},                         {supervisor,handle_call,3},                         {gen_server,handle_msg,5},                         {proc_lib,init_p_do_apply,3}]}}}

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