mirror of
https://github.com/RD17/ambar.git
synced 2026-04-26 07:55:51 +03:00
[GH-ISSUE #237] Issue with multiple crawlers #231
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.