sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Too many open files & failed to lookup address information: nodename nor servname provided, or not known

Open witter-s opened this issue 2 years ago • 1 comments

I tried the following:

  1. deploy the canister
  2. call update method of canister

I expected to see this happen: call method success

Instead, this happened:

 Sep 15 07:19:40.068 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:40.068 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "dns error",
        Custom {
            kind: Uncategorized,
            error: "failed to lookup address information: nodename nor servname provided, or not known",
        },
    ),
)

Meta

dfx --version:

0.14.4
Further log output

version: 0.8.1
 Sep 15 07:19:39.192 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "dns error",
        Custom {
            kind: Uncategorized,
            error: "failed to lookup address information: nodename nor servname provided, or not known",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "dns error",
        Custom {
            kind: Uncategorized,
            error: "failed to lookup address information: nodename nor servname provided, or not known",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.194 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.216 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "dns error",
        Custom {
            kind: Uncategorized,
            error: "failed to lookup address information: nodename nor servname provided, or not known",
        },
    ),
)
 Sep 15 07:19:39.216 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "tcp open error",
        Os {
            code: 24,
            kind: Uncategorized,
            message: "Too many open files",
        },
    ),
)
 Sep 15 07:19:39.217 WARN Internal Error during request:
hyper::Error(
    Connect,
    ConnectError(
        "dns error",
        Custom {
            kind: Uncategorized,
            error: "failed to lookup address information: nodename nor servname provided, or not known",
        },
    ),
)

witter-s avatar Sep 15 '23 07:09 witter-s

Is this dfx output or replica (dfx start) output? Also, how can I reproduce this?

viviveevee avatar Oct 17 '23 10:10 viviveevee