]
Jeff Johnston resolved JBIDE-25861.
-----------------------------------
Fix Version/s: 4.6.0.AM1
(was: 4.5.x)
Resolution: Done
A patch has been made in Linux Tools for Photon which is later than 4.5.3.Final. The fix
will be in the Linux Tools nightly update site tonight and will be part of the Photon M7
milestone. The fix drastically reduces the amount of error messages. Any REST request to
the unopened unix socket connection results in retry attempts and thus some error messages
occur initially. The fix adds checks when the Docker connection has not been opened
successfully and avoids further messages which before the patch would occur over and over
again as the tooling attempted to bring up the specified 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
Assignee: Jeff Johnston
Labels: upstream
Fix For: 4.6.0.AM1
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}