Computing would be no fun if there was never a difference between what we think is possible and what actually happens.
'netstat -anlp' (or similar) should help you find the other process using the port. B. On 20 July 2013 17:17, Andrey Kuprianov <[email protected]> wrote: > Thanks Robert. I just dont understand how can that be possible. This is a > fresh Ubuntu instance. The only thing running on that port is couch itself. > Futon is working, views are working - everything seems fine. However, > couchdb-lucene didnt pick up any data from couch (i.e. nothing is indexed). > > > On Sat, Jul 20, 2013 at 11:14 PM, Robert Newson <[email protected]> wrote: > >> "eaddrinuse". You have something already bound to port 5984 (probably >> another couchdb instance). >> >> On 20 July 2013 17:12, Andrey Kuprianov <[email protected]> >> wrote: >> > Hi all, >> > >> > I keep on getting this exception in couchdb log. The lot of them >> actually. >> > What do they mean? I have couchdb 1.3.1 freshly installed and also >> > couchdb-lucene attached to it. >> > >> > Cheers, >> > >> > Andrey >> > >> > [Sat, 20 Jul 2013 16:08:57 GMT] [error] [<0.125.0>] >> {error_report,<0.31.0>, >> > {<0.125.0>,crash_report, >> > [[{initial_call, >> > >> > {mochiweb_socket_server,init,['Argument__1']}}, >> > {pid,<0.125.0>}, >> > {registered_name,[]}, >> > {error_info, >> > {exit,eaddrinuse, >> > [{gen_server,init_it,6}, >> > {proc_lib,init_p_do_apply,3}]}}, >> > {ancestors, >> > >> [couch_secondary_services,couch_server_sup, >> > <0.32.0>]}, >> > {messages,[]}, >> > {links,[<0.94.0>]}, >> > {dictionary,[]}, >> > {trap_exit,true}, >> > {status,running}, >> > {heap_size,1597}, >> > {stack_size,24}, >> > {reductions,464}], >> > []]}} >> > [Sat, 20 Jul 2013 16:08:58 GMT] [error] [<0.125.0>] >> {error_report,<0.31.0>, >> > {<0.125.0>,crash_report, >> > [[{initial_call, >> > >> > {mochiweb_socket_server,init,['Argument__1']}}, >> > {pid,<0.125.0>}, >> > {registered_name,[]}, >> > {error_info, >> > {exit,eaddrinuse, >> > [{gen_server,init_it,6}, >> > {proc_lib,init_p_do_apply,3}]}}, >> > {ancestors, >> > >> [couch_secondary_services,couch_server_sup, >> > <0.32.0>]}, >> > {messages,[]}, >> > {links,[<0.94.0>]}, >> > {dictionary,[]}, >> > {trap_exit,true}, >> > {status,running}, >> > {heap_size,1597}, >> > {stack_size,24}, >> > {reductions,464}], >> > []]}} >>
