easyfrog commented on issue #653:
URL:
https://github.com/apache/rocketmq-clients/issues/653#issuecomment-2026549652
same question! how to resole this??
```bash
[class SimpleConsumer extends Consumer]
runGroupIndex ERROR: Error: Startup the rocketmq client failed,
clientId=d1c7d477527b@29@14@lubgqg2n, error=Error: 1 CANCELLED: Call cancelled
at SimpleConsumer.startup
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/BaseClient.js:83:25)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async run (eval at getApiHandlerFuncObject
(/usr/rest-server/src/utils/utils.js:101:21), <anonymous>:194:9)
at async eval (eval at getApiHandlerFuncObject
(/usr/rest-server/src/utils/utils.js:101:21), <anonymous>:208:5)
at async runGroupIndex (/usr/rest-server/src/routes/index.js:95:13) {
cause: Error: 1 CANCELLED: Call cancelled
at callErrorFromStatus
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
at Object.onReceiveStatus
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/client.js:192:76)
at Object.onReceiveStatus
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)
at Object.onReceiveStatus
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)
at
/usr/rest-server/node_modules/@grpc/grpc-js/build/src/resolving-call.js:99:78
at process.processTicksAndRejections
(node:internal/process/task_queues:77:11)
for call at
at ServiceClientImpl.makeUnaryRequest
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/client.js:160:32)
at ServiceClientImpl.queryRoute
(/usr/rest-server/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
at
/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/RpcClient.js:54:20
at new Promise (<anonymous>)
at RpcClient.queryRoute
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/RpcClient.js:53:16)
at RpcClientManager.queryRoute
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/RpcClientManager.js:66:32)
at #fetchTopicRoute
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/BaseClient.js:178:54)
at SimpleConsumer.updateRoutes
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/BaseClient.js:163:40)
at #startup
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/BaseClient.js:92:20)
at SimpleConsumer.startup
(/usr/rest-server/node_modules/rocketmq-client-nodejs/dist/client/BaseClient.js:80:32)
{
code: 1,
details: 'Call cancelled',
metadata: Metadata { internalRepr: Map(0) {}, options: {} }
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]