graphhopper / geocoder-converter

Converts arbitrary geocoding responses to a GraphHopper response
https://graphhopper.com/api/1/docs/geocoding/#external-providers
Apache License 2.0
9 stars 11 forks source link

ConnectionPoolTimeoutException #52

Closed karussell closed 5 years ago

karussell commented 5 years ago

First I thought this is an external problem, but it seems that after a few errors on the external API (like unreachability or similar) dropwizard is no longer able to get a new connection and always fails with:

! Causing: javax.ws.rs.ProcessingException: org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool
! at io.dropwizard.client.DropwizardApacheConnector.apply(DropwizardApacheConnector.java:109)