Couchbase aws server problem

Exception in thread “main” java.lang.RuntimeException: java.util.concurrent.TimeoutException
at com.couchbase.client.java.util.Blocking.blockForSingle(Blocking.java:93)
at com.couchbase.client.java.CouchbaseBucket.upsert(CouchbaseBucket.java:268)
at com.couchbase.client.java.CouchbaseBucket.upsert(CouchbaseBucket.java:263)
at Couchbase.main(Couchbase.java:48)
Caused by: java.util.concurrent.TimeoutException
… 4 more

I’m getting this problem at-- bucket.upsert(document);
I’m locally able to insert data in couchbase but remotely not able do post.

Hi @vksharma434,

I suspect this might be a networking issue. Maybe not all the necessary ports are open, that sort of thing.

Try running this (unsupported) tool, sdk-doctor: https://github.com/couchbaselabs/sdk-doctor and see what it reports.