Galaxy - events.js 72 ECONNRESET error?

App recently deployed on Galaxy. Overall it’s running great, but rarely it’s doing a sudden crash/restart, and I’m not sure how I could debug this one.

Two times today I ran in to this error and I am not quite sure what is causing it.

Here is all that it mentions in the Galaxy log:

2016-11-10 15:59:24-08:00events.js:72
2016-11-10 15:59:24-08:00 throw er; // Unhandled 'error' event
2016-11-10 15:59:24-08:00 ^
2016-11-10 15:59:24-08:00Error: read ECONNRESET
2016-11-10 15:59:24-08:00 at errnoException (net.js:905:11)
2016-11-10 15:59:24-08:00 at TCP.onread (net.js:559:19)

Any advice on where to begin for debugging this error? I’m assuming it’s related to reactivity somehow, but not sure how to assess it further?

Thanks

I am having the same problem. Upgraded app to 1.4.2_3 and suddenly app crashes randomly with the following error in the logs (not deployed to Galaxy yet because of this)

Error: read ECONNRESET
    at exports._errnoException (util.js:911:11)
    at TLSWrap.onread (net.js:558:26)

Thanks for the response.

I am using 1.3 still, so this does not seem 100% related to version.

Strange that your error was in almost the same line of code, though, while being in a different file.

I have cleared out my .meteor/local/plugin-cache in my project and have not seen the error since. Will keep my eye on the logs for a while

Thanks for the advice. Will give it a try, although I’m not sure if it will have any effect, as this problem seems to only be happening on the Galaxy install and not locally.

Do you have any progress now?