[GH-ISSUE #237] Issue with multiple crawlers #231

Closed
opened 2026-02-27 15:55:44 +03:00 by kerem · 1 comment
Owner

Originally created by @infoshare3468 on GitHub (May 13, 2019).
Original GitHub issue: https://github.com/RD17/ambar/issues/237

2 separate crawler docker images...different container names and crawlerName. Only one instance of crawler will run, immediately shutting down other crawler docker with the following errors...It would seem from the serious error that only one instance can run...Are multiple crawlers still allowed as the installation page suggests?

TypeError: Cannot read property 'address' of null
at Object. (/src/index.js:41:32)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
[info] API runs on master thread
[info] Creating fork for the file-watcher process
/dist/index.js:41
console.log('Started API on ' + app.server.address().address + ':' + app.server.address().port);
^

TypeError: Cannot read property 'address' of null
at Object. (/src/index.js:41:32)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3

Originally created by @infoshare3468 on GitHub (May 13, 2019). Original GitHub issue: https://github.com/RD17/ambar/issues/237 2 separate crawler docker images...different container names and crawlerName. Only one instance of crawler will run, immediately shutting down other crawler docker with the following errors...It would seem from the serious error that only one instance can run...Are multiple crawlers still allowed as the installation page suggests? ------------ TypeError: Cannot read property 'address' of null at Object.<anonymous> (/src/index.js:41:32) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3 [info] API runs on master thread [info] Creating fork for the file-watcher process /dist/index.js:41 console.log('Started API on ' + app.server.address().address + ':' + app.server.address().port); ^ TypeError: Cannot read property 'address' of null at Object.<anonymous> (/src/index.js:41:32) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3
kerem 2026-02-27 15:55:44 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@stale[bot] commented on GitHub (May 28, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:496417092 --> @stale[bot] commented on GitHub (May 28, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#231
No description provided.