lnykww opened a new pull request, #700:
URL: https://github.com/apache/commons-vfs/pull/700

   Step1: Read File which not exist.(NOT FOUND)
   Step2: Read File exist
   
   For step 2:
    Caused by: org.apache.hc.core5.http.ConnectionRequestTimeoutException: 
Timeout deadline: 180000 MILLISECONDS, actual: 180000 MILLISECONDS
         at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.acquireEndpoint(InternalExecRuntime.java:120)
         at 
org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:125)
         at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
         at 
org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192)
         at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
         at 
org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113)
         at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
         at 
org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152)
         at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
         at 
org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116)
         at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
         at 
org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
         at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:106)
         at 
org.apache.commons.vfs2.provider.http5.Http5FileObject.executeHttpUriRequest(Http5FileObject.java:197)
         at 
org.apache.commons.vfs2.provider.http5.Http5FileObject.doGetInputStream(Http5FileObject.java:123)
         at 
org.apache.commons.vfs2.provider.AbstractFileObject.getInputStream(AbstractFileObject.java:1195)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to