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
It crashes my server if the fluentd server is not running or somehow connection gets failed.
The error is:
events.js:141
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:24224
at Object.exports._errnoException (util.js:874:11)
at exports._exceptionWithHostPort (util.js:897:20)
at TCPConnectWrap.afterConnect as oncomplete
The text was updated successfully, but these errors were encountered:
but when I try to connect with that something like below:
var fluentLogger = new FluentLogger({ tag: fluentTag, type: 'forward', host: '127.0.0.1', port: 24224 });
it gives me the following error:
Error: connect ECONNREFUSED 127.0.0.1:24224
at Object.exports._errnoException (util.js:855:11)
at exports._exceptionWithHostPort (util.js:878:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)
It crashes my server if the fluentd server is not running or somehow connection gets failed.
The error is:
events.js:141
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:24224
at Object.exports._errnoException (util.js:874:11)
at exports._exceptionWithHostPort (util.js:897:20)
at TCPConnectWrap.afterConnect as oncomplete
The text was updated successfully, but these errors were encountered: