Error in save_docs

27 views
Skip to first unread message

Ramkrishna Kulkarni

unread,
Jan 22, 2012, 9:11:17 PM1/22/12
to couch...@googlegroups.com
Hello,

I see the following error with latest update.

=INFO REPORT==== 23-Jan-2012::07:30:54 ===
{error,exit,
    {noproc,
        {gen_server,call,
            [couchbeam_uuids,
             {get_uuids,
                 {server,"localhost",5984,[],
                     [{basic_auth,{"xxxxx","xxxxxxxx"}}]},
                 1}]}},
    [{gen_server,call,2},
     {couchbeam,maybe_docid,2},
     {couchbeam,'-save_docs/3-lc$^0/1-0-',2},
     {couchbeam,save_docs,3},

Thanks,
Ram

Benoit Chesneau

unread,
Jan 22, 2012, 9:47:35 PM1/22/12
to couch...@googlegroups.com
did you start the application ?

- benoît

> --
> You received this message because you are subscribed to the Google Groups
> "couchdbkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/couchdbkit/-/LO1u1o2kKoMJ.
> To post to this group, send email to couch...@googlegroups.com.
> To unsubscribe from this group, send email to
> couchdbkit+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/couchdbkit?hl=en.

Ramkrishna Kulkarni

unread,
Jan 22, 2012, 9:57:54 PM1/22/12
to couch...@googlegroups.com
Interesting. I start all my applications with application:start(app).
I'm using nitrogen and I added "-eval "application:start(couchbeam)""
to vm.args. This worked well before. But now I see this below.

(nitr...@127.0.0.1)5> application:start(couchbeam).
{error,{not_started,public_key}}
(nitr...@127.0.0.1)8> couchbeam:start().
ok

Thanks,
Ram

Ramkrishna Kulkarni

unread,
Jan 22, 2012, 10:06:48 PM1/22/12
to couch...@googlegroups.com
I added these two below to my vm.args and things work well. Thanks again!

-eval "application:start(public_key)"
-eval "application:start(ssl)"

Ram

Reply all
Reply to author
Forward
0 new messages