-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I see that it throws connection timeout on simpleDB us-west-2 endpoint regardless of whether I have access or just set it to use localDB. And of course, I do have access to create SimpleDB domain on us-west-2.
INFO AmazonHttpClient - [AmazonHttpClient.java:702] Unable to execute HTTP request: Connect to sdb.us-west-2.amazonaws.com:443 [sdb.us-west-2.amazonaws.com/xx.xx.xx.xx] failed: connect timed out
org.apache.http.conn.ConnectTimeoutException: Connect to sdb.us-west-2.amazonaws.com:443 [sdb.us-west-2.amazonaws.com/xx.xx.xx.xx] failed: connect timed out
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:150)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)