[
https://issues.jboss.org/browse/JBIDE-25861?page=com.atlassian.jira.plugi...
]
Ondrej Dockal edited comment on JBIDE-25861 at 5/29/18 9:45 AM:
----------------------------------------------------------------
This seems pretty fine to me. Except, when I open the error view and check the log. I can
spot error for docker daemon that cannot connect, which is alright, but message to this
error in details contains:
Failed to connect to {0}
Seems like variable not being replaced in string for real value?
was (Author: odockal):
This seems pretty fine to me. Except, when I open the error view and check the log. I can
spot error for docker daemon that cannot connect, which is alright, but message to this
error in details contains: "Failed to connect to {0}". Seems like variable not
being replaced in string for real value?
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)