Skip to content

"Error: read ECONNRESET" #34

@dkrsk

Description

@dkrsk

i have trouble with run Volcano. after npm run start on Ubuntu 22.04.2 machine i get this:


> [email protected] start
> node --enable-source-maps --optimize_for_size .

node:internal/process/esm_loader:100
    internalBinding('errors').triggerUncaughtException(
                              ^

Error: read ECONNRESET
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at __node_internal_errnoException (node:internal/errors:620:12)
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

Node.js v19.9.0

I also try with Win11 and node v20, but that doesn't work either:


> [email protected] start
> node --enable-source-maps --optimize_for_size .

node:internal/process/esm_loader:42
      internalBinding('errors').triggerUncaughtException(
                                ^

Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at new NodeError (node:internal/errors:399:5)
    at internalConnectMultiple (node:net:1098:20)
    at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
    at listOnTimeout (node:internal/timers:575:11)
    at process.processTimers (node:internal/timers:514:7) {
  code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}

Node.js v20.0.0

Any ideas how to solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions