Thanks again. Couch was actually running and listening on that port as I could curl to it and access it via Futon. We just restarted a server and problem disappeared. Not sure what caused it.
On Sat, Jul 20, 2013 at 11:29 PM, Alexander Shorin <[email protected]> wrote: > Hi Andrey > > Note exit reason > > eaddrinuse > > This means that some process is already listen (ip:port) pair that > CouchDB is also trying to. Try to look what process listens CouchDB's > ip:port via lsof or netstat commands. > > > -- > ,,,^..^,,, > > > On Sat, Jul 20, 2013 at 8:12 PM, 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}], > > []]}} >
