You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: bind EADDRNOTAVAIL 47.75.77.92:80
at Object._errnoException (util.js:1022:11)
at _exceptionWithHostPort (util.js:1044:20)
at listenOnMasterHandle (net.js:1411:16)
at rr (internal/cluster/child.js:111:12)
at Worker.send (internal/cluster/child.js:78:7)
at process.onInternalMessage (internal/cluster/utils.js:42:8)
at emitTwo (events.js:131:20)
at process.emit (events.js:214:7)
at emit (internal/child_process.js:772:12)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
2018-07-23 15:33:46 [Master] [Website] Website process died, spawning replacement...
The text was updated successfully, but these errors were encountered:
Means that you're already using the port in the config (in this case, port 80) for something else. Change the port in config to an unused portand the error will go away.
018-07-23 15:33:46 [Payments] [bitcoinpay] Payment processing setup with daemon ([email protected]:8379) and redis (127.0.0.1:6379)
events.js:183
throw er; // Unhandled 'error' event
^
Error: bind EADDRNOTAVAIL 47.75.77.92:80
at Object._errnoException (util.js:1022:11)
at _exceptionWithHostPort (util.js:1044:20)
at listenOnMasterHandle (net.js:1411:16)
at rr (internal/cluster/child.js:111:12)
at Worker.send (internal/cluster/child.js:78:7)
at process.onInternalMessage (internal/cluster/utils.js:42:8)
at emitTwo (events.js:131:20)
at process.emit (events.js:214:7)
at emit (internal/child_process.js:772:12)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
2018-07-23 15:33:46 [Master] [Website] Website process died, spawning replacement...
The text was updated successfully, but these errors were encountered: