Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client side timeout exception #19

Open
grepollo opened this issue Mar 10, 2016 · 0 comments
Open

Client side timeout exception #19

grepollo opened this issue Mar 10, 2016 · 0 comments

Comments

@grepollo
Copy link

Hi i've been trying to google for an answer to my problem, but I had no luck.

I have setup the CB server on AWS EC ubuntu, it is working since i can play around with it on the said machine, but when i try to connect on my local server, it is always showing timeout exception:

I've tried what the documentation said:
1)

$cc = new \CouchbaseCluster('http://mydomain.com', 'user', 'password')

-> not working
using IP
2)

$cc = new \CouchbaseCluster('couchbase://52.16.45.7', 'user', 'password')

-> not working
using with port

8091

on each one, still not working but using '

couchbase://localhost

' will work only if i execute the query within the server.

Any idea what i've done wrong? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant