Program build failure #43
tsprasath
started this conversation in
General Discussions
Replies: 2 comments 3 replies
-
@tsprasath could u let me know the following details
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@tsprasath Can you please share the details of Node version & also branch from which the deployment is happening. We suggest to use release-5.0.3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Facing issue while running programservice
`prasath_sivasubramanian@cokreat:/opt/program-service/src$ sudo node app.js
program-service is running in test env on port 6000 with 8165 pid
Telemetry is initialized.
Kafka Producer is connected and ready.
[2022-12-28T03:56:23.847] [INFO] api - {"msg":"Kafka Producer is connected and ready."}
/opt/program-service/src/node_modules/kafka-node/lib/protocol/protocol.js:1042
protocolByte.Int16BE(topic.length).string(topic);
^
TypeError: Cannot read property 'length' of undefined
at /opt/program-service/src/node_modules/kafka-node/lib/protocol/protocol.js:1042:32
at Array.forEach ()
at _encodeProtocolData (/opt/program-service/src/node_modules/kafka-node/lib/protocol/protocol.js:1041:25)
at BufferMaker.encodeGroupProtocol (/opt/program-service/src/node_modules/kafka-node/lib/protocol/protocol.js:1036:67)
at Array.forEach ()
at encodeJoinGroupRequest (/opt/program-service/src/node_modules/kafka-node/lib/protocol/protocol.js:1225:18)
at KafkaClient.Client.sendGroupRequest (/opt/program-service/src/node_modules/kafka-node/lib/client.js:320:24)
at KafkaClient.Client.sendJoinGroupRequest (/opt/program-service/src/node_modules/kafka-node/lib/client.js:341:8)
at /opt/program-service/src/node_modules/kafka-node/lib/consumerGroup.js:569:21
at nextTask (/opt/program-service/src/node_modules/kafka-node/node_modules/async/dist/async.js:5327:14)
at next (/opt/program-service/src/node_modules/kafka-node/node_modules/async/dist/async.js:5334:9)
at /opt/program-service/src/node_modules/kafka-node/node_modules/async/dist/async.js:972:16
at KafkaClient.wrappedFn (/opt/program-service/src/node_modules/kafka-node/lib/kafkaClient.js:471:14)
at KafkaClient.Client.invokeResponseCallback (/opt/program-service/src/node_modules/kafka-node/lib/client.js:827:10)
at KafkaClient.Client.handleReceivedData (/opt/program-service/src/node_modules/kafka-node/lib/client.js:803:10)
at KafkaClient.handleReceivedData (/opt/program-service/src/node_modules/kafka-node/lib/kafkaClient.js:1226:48)
at Socket. (/opt/program-service/src/node_modules/kafka-node/lib/kafkaClient.js:782:10)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12)
at readableAddChunk (internal/streams/readable.js:267:9)
at Socket.Readable.push (internal/streams/readable.js:206:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)`
Beta Was this translation helpful? Give feedback.
All reactions