Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cgw-web not starting #172

Open
KyrylR opened this issue Jan 13, 2025 · 0 comments · May be fixed by #173
Open

cgw-web not starting #172

KyrylR opened this issue Jan 13, 2025 · 0 comments · May be fixed by #173

Comments

@KyrylR
Copy link

KyrylR commented Jan 13, 2025

node:internal/process/promises:394
2025-01-13T12:05:16.179525800Z triggerUncaughtException(err, true /* fromPromise */);
2025-01-13T12:05:16.179526633Z ^
2025-01-13T12:05:16.179527300Z
2025-01-13T12:05:16.179528008Z AggregateError [ECONNREFUSED]:
2025-01-13T12:05:16.179528675Z at internalConnectMultiple (node:net:1128:18)
2025-01-13T12:05:16.179529342Z at afterConnectMultiple (node:net:1693:7) {
2025-01-13T12:05:16.179530008Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179530592Z [errors]: [
2025-01-13T12:05:16.179531217Z Error: connect ECONNREFUSED ::1:5432
2025-01-13T12:05:16.179531842Z at createConnectionError (node:net:1656:14)
2025-01-13T12:05:16.179532508Z at afterConnectMultiple (node:net:1686:16) {
2025-01-13T12:05:16.179533175Z errno: -111,
2025-01-13T12:05:16.179533800Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179534467Z syscall: 'connect',
2025-01-13T12:05:16.179535092Z address: '::1',
2025-01-13T12:05:16.179535675Z port: 5432
2025-01-13T12:05:16.179536300Z },
2025-01-13T12:05:16.179536883Z Error: connect ECONNREFUSED 127.0.0.1:5432
2025-01-13T12:05:16.179537550Z at createConnectionError (node:net:1656:14)
2025-01-13T12:05:16.179538258Z at afterConnectMultiple (node:net:1686:16) {
2025-01-13T12:05:16.179538883Z errno: -111,
2025-01-13T12:05:16.179539508Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179540133Z syscall: 'connect',
2025-01-13T12:05:16.179540717Z address: '127.0.0.1',
2025-01-13T12:05:16.179541300Z port: 5432
2025-01-13T12:05:16.179542008Z }
2025-01-13T12:05:16.179542675Z ]
2025-01-13T12:05:16.179543300Z }

Tried to set up the infrastructure, but it fails with latest cgw version

Works with CGW_VERSION=v1.65.0.

@KyrylR KyrylR linked a pull request Jan 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant