Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 2.0

Solved :: When Couchbase Stopped Accepting Data

1 reply [Last post]
  • Login or register to post comments
Mon, 04/02/2012 - 05:55
biswajit
Offline
Joined: 03/28/2012
Groups: None

My Couchbase server is installed inside a VM with UBUNTU Server, which used to periodically crash but thanks to DP4 which is working fine till now. But observed a issue when my server gets rebooted. Couchbase stops accepting my data any more. When I tried to find Listening port, it was there listening to 11211. So tried to push some data with My PHP code which is written like below :

$m = new Memcached();
$m->addServer('IP_TO_SERVE', 11211);
for($i=0;$i<1000;$i++){$m->add(($temp = uniqid()),'Value '.$i);echo $temp.' :: '.$m->getResultMessage()."<br/>";}

Which resultant : ID :: SUCCESS always without failing a single point.

But the crazy thing was not able to find it inside Couchbase.

So what did I do to solve it? Just stopped memcached server which gets added with system when you install php5-memcached, and restart couchbase-server.

Voila....Couchbase-server started accepting data. I believe Couchbase should let user know if there's any issue with Port. I am not sure if anyone else had this problem.

Enjoy COUCH!!!!

 

Top
  • Login or register to post comments
Mon, 04/02/2012 - 23:37
ingenthr
Offline
Joined: 03/16/2010
Groups:

Thanks for letting us know. I agree. We'll file an enhancement request.

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