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

运行一天就会报错这个问题nodejs.ClusterClientNoResponseError: client no response in 78360ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. #5361

Open
linchonglin opened this issue Sep 26, 2024 · 0 comments

Comments

@linchonglin
Copy link

Your detail info about the Bug:

2024-09-26 08:42:15,135 ERROR 13304 nodejs.ClusterClientNoResponseError: client no response in 78360ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.
at Timeout._onTimeout (C:\wwwroot\node_modules\cluster-client\lib\leader.js:79:25)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
name: "ClusterClientNoResponseError"
pid: 13304
hostname: instance-v2r7hwcn

2024-09-26 22:39:03,935 ERROR 7840 nodejs.ECONNABORTEDError: write ECONNABORTED (address: 127.0.0.1:59688)
at afterWriteDispatched (internal/stream_base_commons.js:156:25)
at writeGeneric (internal/stream_base_commons.js:147:3)
at Socket._writeGeneric (net.js:798:11)
at Socket._write (net.js:810:8)
at writeOrBuffer (internal/streams/writable.js:358:12)
at Socket.Writable.write (internal/streams/writable.js:303:10)
at Follower.sendHeartBeat (C:\wwwroot\node_modules\tcp-base\lib\base.js:105:18)
at Timeout._onTimeout (C:\wwwroot\node_modules\tcp-base\lib\base.js:441:12)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
errno: -4079
code: "ECONNABORTED"
syscall: "write"
name: "ECONNABORTEDError"
pid: 7840
hostname: instance-v2r7hwcn
2024-09-26 22:39:03,945 WARN 7840 A client (::ffff:153.3.241.61:7295) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,951 WARN 7840 A client (::ffff:111.45.2.74:13840) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,954 WARN 7840 A client (::ffff:153.3.241.59:56578) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,956 WARN 7840 A client (::ffff:180.101.52.165:4248) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,957 WARN 7840 A client (::ffff:180.101.52.164:9580) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,960 WARN 7840 A client (::ffff:124.237.181.89:35074) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,962 WARN 7840 A client (::ffff:180.101.52.6:21191) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,965 WARN 7840 A client (::ffff:111.45.1.74:1839) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,969 WARN 7840 A client (::ffff:111.45.1.202:61198) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,971 WARN 7840 A client (::ffff:124.237.211.159:24847) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,981 WARN 7840 A client (::ffff:92.118.39.64:60692) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,981 WARN 7840 A client (::ffff:198.235.24.53:63142) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,982 WARN 7840 A client (::ffff:58.56.172.234:54228) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,983 WARN 7840 A client (::ffff:62.234.23.170:54176) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered
2024-09-26 22:39:03,985 WARN 7840 A client (::ffff:62.234.23.170:41882) error [HPE_INVALID_METHOD] occurred: Parse Error: Invalid method encountered

Reproduction Repo

[egg-init] use registry: https://registry.npmjs.org
[egg-init] target dir is C:\Users\Administrator\bug
[egg-init] fetching npm info of egg-init-config
[egg-init] use boilerplate: simple(egg-boilerplate-simple)
[egg-init] fetching npm info of egg-boilerplate-simple
HttpClientRequestTimeoutError: Request timeout for 5000 ms
at HttpClient.#requestInternal (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\urllib\dist\commonjs\HttpClient.js:619:23)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async HttpClient.request (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\urllib\dist\commonjs\HttpClient.js:145:16)
at async Object.request (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\urllib\dist\commonjs\index.js:45:12)
at async Command.curl (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\egg-init\lib\init_command.js:506:12)
at async Command.getPackageInfo (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\egg-init\lib\init_command.js:519:22)
at async Command.downloadBoilerplate (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\egg-init\lib\init_command.js:484:20)
at async Command.run (C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\egg-init\lib\init_command.js:69:21)
at async C:\Users\Administrator\AppData\Roaming\npm-cache_npx\25752\node_modules\create-egg\node_modules\egg-init\bin\egg-init.js:6:3

Node Version

14.20

Eggjs Version

2.33.1

Plugin Name and its version

"@alicloud/pop-core": "^1.7.10", "@form-create/ant-design-vue": "^2.5.7", "@peculiar/x509": "^1.6.1", "acorn": "^8.2.4", "ali-oss": "^6.16.0", "alipay-sdk": "^3.1.6", "ant-design-vue": "1.7.2", "await-stream-ready": "^1.0.1", "axios": "^0.18.1", "babel-polyfill": "^6.26.0", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "bull": "^4.8.5", "clipboard": "^2.0.8", "cross-env": "^5.0.0", "crypto-js": "^4.1.1", "dayjs": "^1.10.5", "echarts": "^5.3.0", "egg": "^2.33.1", "egg-async-validator": "^0.0.1", "egg-bin": "^4.18.1", "egg-bus": "^2.0.2", "egg-cache": "^0.0.7", "egg-cors": "^2.0.0", "egg-logger": "^2.6.1", "egg-multipart": "^2.12.0", "egg-redis": "^2.4.0", "egg-router-plus": "^1.3.1", "egg-scripts": "^2.13.0", "egg-sequelize": "^6.0.0", "egg-session-redis": "^2.1.0", "egg-socket.io": "^4.1.6", "egg-view-nunjucks": "^2.2.0", "egg-view-vue-ssr": "^3.2.0", "extend": "~3.0.0", "font-awesome": "^4.7.0", "images": "^3.2.3", "jsmodbus": "^4.0.6", "jsrsasign": "^10.5.8", "lodash": "^4.17.4", "lodash-id": "^0.14.0", "md5": "^2.3.0", "moment": "^2.17.1", "mqtt": "^4.2.6", "mysql2": "^2.2.5", "node-uuid": "^1.4.8", "nodemailer": "^6.7.2", "pump": "^3.0.0", "qr-image": "^3.2.0", "quill-html-edit-button": "^2.2.5", "quill-image-resize-module": "^3.0.0", "quill-image-super-solution-module": "^2.0.0", "shortid": "^2.2.8", "spark-md5": "^3.0.1", "store": "^2.0.12", "stream-wormhole": "^1.1.0", "svg-captcha": "^1.4.0", "swiper": "^6.8.0", "uuid": "^8.3.2", "viser-vue": "^2.4.8", "vue": "^2.5.0", "vue-awesome-swiper": "3.1.3", "vue-cookies": "^1.7.4", "vue-echarts": "^6.0.2", "vue-hot-reload-api": "^2.1.0", "vue-i18n": "^8.25.0", "vue-layer": "^1.2.5", "vue-material-input": "^1.2.0", "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.1", "vue-simple-uploader": "^0.7.6", "vuex": "^3.0.1", "vuex-router-sync": "^5.0.0", "websocket-stream": "^5.5.2", "xlsx": "^0.17.0", "xml2js": "^0.4.23"

Platform and its version

windows 2019

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

No branches or pull requests

1 participant