I am using camel aws s3 to consume files from s3, but it is throwing below
exception

org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for
connection from pool
        at
org.apache.http.impl.conn.PoolingClientConnectionManager.leaseConnection(PoolingClientConnectionManager.java:226)
        at
org.apache.http.impl.conn.PoolingClientConnectionManager$1.getConnection(PoolingClientConnectionManager.java:195)
        at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at
com.amazonaws.http.conn.ClientConnectionRequestFactory$Handler.invoke(ClientConnectionRequestFactory.java:70)
        at com.amazonaws.http.conn.$Proxy47.getConnection(Unknown Source)
        at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:423)
        at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at
com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:464)
        at
com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:273)



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-AWS-s3-Connection-Pool-Timeout-Exception-tp5784221.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to