Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 1.8.x

issue build couchbase 1.8 on centos5.8

3 replies [Last post]
  • Login or register to post comments
Fri, 05/18/2012 - 01:50
zc1103
Offline
Joined: 05/17/2012
Groups: None

hi all:
i build couchbase 1.8 on centos5.8,build success,use http://localhost:8091 access is ok,but have some issues.

[root@localhost couchbase]# telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

use php set value and get value have error;
[18-May-2012 08:20:31 UTC] PHP Warning: Couchbase::get(): Failed to schedule get request: Temporary failure. Try again later in /usr/local/services/webroot/ccc.php on line 7

i make sure my php client is ok,i need help tks!

Top
  • Login or register to post comments
Fri, 05/18/2012 - 09:20
ingenthr
Offline
Joined: 03/16/2010
Groups:

Temporary failures occur when the system is low on memory. In that case, it's best to wait a moment and try again. The use of an exponential backoff algorithm makes sense here.

Did the PHP sample on couchbase.com/develop/php/current run properly for you?

Top
  • Login or register to post comments
Sun, 05/20/2012 - 20:40
zc1103
Offline
Joined: 05/17/2012
Groups: None

but use rpm install is no this problem;please ask why ?

[root@localhost webroot]# cat test3.php
<?php

$cb = new Couchbase("10.253.48.64", "Administrator", "123.com", "default");

$cb->set("g", 8);

var_dump($cb->get("g"));
?>

[21-May-2012 03:36:36 UTC] PHP Warning: Couchbase::get(): Failed to schedule get request: Temporary failure. Try again later in /usr/local/services/webroot/test3.php on line 7

Top
  • Login or register to post comments
Sun, 05/20/2012 - 21:45
ingenthr
Offline
Joined: 03/16/2010
Groups:

I don't understand what you mean. What you're doing is not from an RPM install? What are you doing in this case?

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker