also (FYI) : i have already entered the right port forwarding commands into my ADSL modem..
On Sat, Apr 25, 2020 at 4:21 PM Rene Veerman <[email protected]> wrote: > that gets me a 'connection refused' : > > ('albatross' === localhost === nicer.app) > > root@albatross:/opt/couchdb/letsencrypt# service couchdb stop > root@albatross:/opt/couchdb/letsencrypt# telnet localhost 6984 > Trying 127.0.0.1... > telnet: Unable to connect to remote host: Connection refused > root@albatross:/opt/couchdb/letsencrypt# telnet nicer.app 6984 > Trying 127.0.0.1... > Trying 82.161.37.94... > telnet: Unable to connect to remote host: Connection refused > root@albatross:/opt/couchdb/letsencrypt# > > On Sat, Apr 25, 2020 at 1:41 PM Florian Westreicher <[email protected]> > wrote: > >> Did you try to telnet to the port while couchdb is down? If there is no >> open port, telnet won't connect. >> >> >> On April 25, 2020 03:50:56 Rene Veerman <[email protected]> wrote: >> >> >> >> >> unfortunately that didn't fix things either. i'm still stuck at the >> >> eaddrinuse error.. >> >> >> > >> > [info] 2020-04-25T01:49:15.730815Z [email protected] <0.232.0> -------- >> > Apache CouchDB has started on https://0.0.0.0:6984/ >> > [info] 2020-04-25T01:49:15.731032Z [email protected] <0.11.0> -------- >> > Application couch started on node '[email protected]' >> > [info] 2020-04-25T01:49:15.731178Z [email protected] <0.11.0> -------- >> > Application ets_lru started on node '[email protected]' >> > [notice] 2020-04-25T01:49:15.737605Z [email protected] <0.284.0> >> -------- >> > rexi_server : started servers >> > [notice] 2020-04-25T01:49:15.738914Z [email protected] <0.288.0> >> -------- >> > rexi_buffer : started servers >> > [info] 2020-04-25T01:49:15.739062Z [email protected] <0.11.0> -------- >> > Application rexi started on node '[email protected]' >> > [notice] 2020-04-25T01:49:15.786354Z [email protected] <0.318.0> >> -------- >> > mem3_reshard_dbdoc start init() >> > [notice] 2020-04-25T01:49:15.790014Z [email protected] <0.320.0> >> -------- >> > mem3_reshard start init() >> > [notice] 2020-04-25T01:49:15.790112Z [email protected] <0.321.0> >> -------- >> > mem3_reshard db monitor <0.321.0> starting >> > [notice] 2020-04-25T01:49:15.792025Z [email protected] <0.320.0> >> -------- >> > mem3_reshard starting reloading jobs >> > [notice] 2020-04-25T01:49:15.792087Z [email protected] <0.320.0> >> -------- >> > mem3_reshard finished reloading jobs >> > [info] 2020-04-25T01:49:15.792900Z [email protected] <0.11.0> -------- >> > Application mem3 started on node '[email protected]' >> > [info] 2020-04-25T01:49:15.793024Z [email protected] <0.11.0> -------- >> > Application fabric started on node '[email protected]' >> > [error] 2020-04-25T01:49:15.796505Z [email protected] <0.330.0> >> -------- >> > CRASH REPORT Process (<0.330.0>) with 0 neighbors exited with reason: >> > eaddrinuse at gen_server:init_it/6(line:349) <= >> > proc_lib:init_p_do_apply/3(line:247); initial_call: >> > {mochiweb_socket_server,init,['Argument__1']}, ancestors: >> > [chttpd_sup,<0.327.0>], message_queue_len: 0, messages: [], links: >> > [<0.328.0>], dictionary: [], trap_exit: true, status: running, >> heap_size: >> > 376, stack_size: 27, reductions: 990 >> > [error] 2020-04-25T01:49:15.796670Z [email protected] <0.328.0> >> -------- >> > Supervisor chttpd_sup had child chttpd started with chttpd:start_link() >> at >> > undefined exit with reason eaddrinuse in context start_error >> > [error] 2020-04-25T01:49:15.796942Z [email protected] <0.326.0> >> -------- >> > CRASH REPORT Process (<0.326.0>) with 0 neighbors exited with reason: >> > >> {{shutdown,{failed_to_start_child,chttpd,eaddrinuse}},{chttpd_app,start,[normal,[]]}} >> > at application_master:init/4(line:134) <= >> > proc_lib:init_p_do_apply/3(line:247); initial_call: >> > {application_master,init,['Argument__1',...]}, ancestors: [<0.325.0>], >> > message_queue_len: 1, messages: [{'EXIT',<0.327.0>,normal}], links: >> > [<0.325.0>,<0.11.0>], dictionary: [], trap_exit: true, status: running, >> > heap_size: 376, stack_size: 27, reductions: 172 >> > [info] 2020-04-25T01:49:15.797060Z [email protected] <0.11.0> -------- >> > Application chttpd exited with reason: >> > >> {{shutdown,{failed_to_start_child,chttpd,eaddrinuse}},{chttpd_app,start,[normal,[]]}} >> > [info] 2020-04-25T01:49:17.882186Z [email protected] <0.11.0> -------- >> > Application couch_log started on node '[email protected]' >> >> >> >>
