Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. /code/node_modules/kafka-node/lib/errors/GroupCoordinatorNotAvailableError.js:4
  2. Error.captureStackTrace(this, this);
  3. ^
  4. GroupCoordinatorNotAvailable: Kafka Error Code: 15
  5. at new GroupCoordinatorNotAvailable (/code/node_modules/kafka-node/lib/errors/GroupCoordinatorNotAvailableError.js:4:9)
  6. at createGroupError (/code/node_modules/kafka-node/lib/protocol/protocol.js:210:13)
  7. at Object.<anonymous> (/code/node_modules/kafka-node/lib/protocol/protocol.js:1172:18)
  8. at Object.self.tap (/code/node_modules/binary/index.js:248:12)
  9. at decodeGroupCoordinatorResponse (/code/node_modules/kafka-node/lib/protocol/protocol.js:1170:6)
  10. at KafkaClient.Client.invokeResponseCallback (/code/node_modules/kafka-node/lib/baseClient.js:589:18)
  11. at KafkaClient.Client.handleReceivedData (/code/node_modules/kafka-node/lib/baseClient.js:569:10)
  12. at KafkaClient.handleReceivedData (/code/node_modules/kafka-node/lib/kafkaClient.js:1367:48)
  13. at Socket.<anonymous> (/code/node_modules/kafka-node/lib/kafkaClient.js:797:10)
  14. at emitOne (events.js:116:13)
  15. at Socket.emit (events.js:211:7)
  16. at addChunk (_stream_readable.js:263:12)
  17. at readableAddChunk (_stream_readable.js:250:11)
  18. at Socket.Readable.push (_stream_readable.js:208:10)
  19. at TCP.onread (net.js:601:20)
  20. npm ERR! code ELIFECYCLE
  21. npm ERR! errno 1
  22. npm ERR! @omnicomm/service.hfms@1.0.0 start: `node ./bin/www`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the @omnicomm/service.hfms@1.0.0 start script.
  26. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  27.  
  28. npm ERR! A complete log of this run can be found in:
  29. npm ERR! /root/.npm/_logs/2020-02-27T11_34_00_659Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement