You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using two cronjobs and scripts to sync and reindex our current codebase hourly and our LTS releases weekly, including pipeing the logs to sperate files for better debuging. Doing so has triggerd Opengrok to return this error
Cannot get the 'sourceRoot' config value from the web application:
HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /search/api/v1/configuration/sourceRoot
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8943626e00>: Failed to establish a new connection: [Errno 111] Connection refused'))
To Reproduce
Steps to reproduce the behavior: Build a script maunually triggeringopengrok-mirror and opengrok-reindex-project
Expected behavior
I can run the script with a Cronjob and fine-adjust when which projects get reindexed.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using two cronjobs and scripts to sync and reindex our current codebase hourly and our LTS releases weekly, including pipeing the logs to sperate files for better debuging. Doing so has triggerd Opengrok to return this error
The Script uses this
To Reproduce
Steps to reproduce the behavior: Build a script maunually triggering
opengrok-mirror
andopengrok-reindex-project
Expected behavior
I can run the script with a Cronjob and fine-adjust when which projects get reindexed.
The text was updated successfully, but these errors were encountered: