Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created July 31, 2011 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjrice/cbe76755b4476a5a1f94 to your computer and use it in GitHub Desktop.
Save davidjrice/cbe76755b4476a5a1f94 to your computer and use it in GitHub Desktop.
membase-hello-world-example-failure.log
➜ membase-examples-ruby git:(master) ✗ ruby hello-world.rb
* About to connect() to 109.169.74.98 port 8091 (#0)
* Trying 109.169.74.98... * Connected to 109.169.74.98 (109.169.74.98) port 8091 (#0)
> GET /pools/default/buckets HTTP/1.1
User-Agent: couchbase-ruby-client/0.9.3
Host: 109.169.74.98:8091
Accept: */*
< HTTP/1.1 200 OK
< Server: Membase Server 1.7.1
< Pragma: no-cache
< Date: Sun, 31 Jul 2011 17:50:01 GMT
< Content-Type: application/json
< Content-Length: 8454
< Cache-Control: no-cache
<
* Connection #0 to host 109.169.74.98 left intact
* About to connect() to 109.169.74.98 port 8091 (#0)
* Trying 109.169.74.98... * Connected to 109.169.74.98 (109.169.74.98) port 8091 (#0)
> GET /pools/default/bucketsStreaming/default HTTP/1.1
User-Agent: couchbase-ruby-client/0.9.3
Host: 109.169.74.98:8091
Accept: */*
< HTTP/1.1 200 OK
< Transfer-Encoding: chunked
< Server: Membase Server 1.7.1
< Pragma: no-cache
< Date: Sun, 31 Jul 2011 17:50:01 GMT
< Content-Type: application/json; charset=utf-8
< Cache-Control: no-cache
<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment