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
Hi,
I have a source code repo which is indexed via a docker based opengrok. Since past few days, am seeing a strange problem wherein the docker opengrok exits with value 0 as follows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5026de7693ef opengrok/docker:latest "/scripts/start.py" 2 hours ago Exited (0) About an hour ago opengrok-app
Log shows as follows:
30-Sep-2021 03:19:09.096 INFO [ForkJoinPool.commonPool-worker-59] org.opengrok.suggest.Suggester.shutdownAndAwaitTermination Suggesters for [MYREPO] were successfully rebuilt (took 0 seconds)
30-Sep-2021 03:19:09.170 INFO [Thread-3] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
30-Sep-2021 03:19:09.191 INFO [Thread-3] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
could not get configuration from web application: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Waiting for reindex to be triggered
Request your help to resolve this issue.
The text was updated successfully, but these errors were encountered:
Hi,
I have a source code repo which is indexed via a docker based opengrok. Since past few days, am seeing a strange problem wherein the docker opengrok exits with value 0 as follows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5026de7693ef opengrok/docker:latest "/scripts/start.py" 2 hours ago Exited (0) About an hour ago opengrok-app
Log shows as follows:
30-Sep-2021 03:19:09.096 INFO [ForkJoinPool.commonPool-worker-59] org.opengrok.suggest.Suggester.shutdownAndAwaitTermination Suggesters for [MYREPO] were successfully rebuilt (took 0 seconds)
30-Sep-2021 03:19:09.170 INFO [Thread-3] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
30-Sep-2021 03:19:09.191 INFO [Thread-3] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
could not get configuration from web application: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Waiting for reindex to be triggered
Request your help to resolve this issue.
The text was updated successfully, but these errors were encountered: