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
{{ message }}
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
Problem making eureka request { Error: connect ECONNREFUSED 10.242.55.48:10011
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1099:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '10.242.55.48',
port: 10011 }
Receiving this error. I have tried the below steps.
Added 127.0.0.1 as NSINTERADDR and refreshed resolver didnt work
added 10.242.55.48 as NSINTERADDR and refreshed resolver didnt work
added 10011 to the port list and issue VARY TCIP, obeyfile didnt work.
can someone help me with any more checks that I can do.