Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

ZOWESVR error : Eureka request : connection refused. #127

Open
yugeshpothuru opened this issue Jun 28, 2019 · 2 comments
Open

ZOWESVR error : Eureka request : connection refused. #127

yugeshpothuru opened this issue Jun 28, 2019 · 2 comments
Labels

Comments

@yugeshpothuru
Copy link

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.

@yugeshpothuru
Copy link
Author

i'm running zowe in a zpdt system.

@trudeaun trudeaun added the zOS label Jun 4, 2020
@1000TurquoisePogs
Copy link

I think you can close this, it's a zowe issue instead of a nodejs issue.
The reason it occurs is app-server continually tries to connect to apiml, but starts up quicker than apiml, so there will be a few failed attempts before eventual success with the eureka request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants