]
Jeff Johnston commented on JBIDE-25861:
---------------------------------------
This is due to the underlying logic in docker-client, but is expected. A Docker
Connection that is terminated tries to restart itself over and over again in a loop (this
prevents the end-user from having to manually restart a connection when the daemon starts
after the Eclipse session). The docker-client dependency ends up printing these error
messages on a failed retry to a connection specified by socket. We could try and see if
it is possible to intercept the messages or to limit the retries to a certain amount and
then increase the time between retries. Currently a user can either a) restart the
connection b) delete the connection
Docker connection throws DockerTimeoutException with warning in error
log when CDK is stopped
---------------------------------------------------------------------------------------------
Key: JBIDE-25861
URL:
https://issues.jboss.org/browse/JBIDE-25861
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, docker
Affects Versions: 4.5.3.AM3
Environment: Fedora 27 x86_64
Reporter: Ondrej Dockal
After the docker connection is interrupted by force, there is written to console endless
output from docker connection:
{code}
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->unix://localhost:80
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.io.IOException) caught when processing request to
{}->unix://localhost:80: No such file or directory
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->unix://localhost:80
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.io.IOException) caught when processing request to
{}->unix://localhost:80: No such file or directory
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->unix://localhost:80
Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.io.IOException) caught when processing request to
{}->unix://localhost:80: No such file or directory
{code}