Hi Tim, A few questions to help with the debugging...
- Can you confirm that CouchDB is actually running when you see this problem? - How are you connecting to CouchDB from PHP? Are you using a library? - What version of CouchDB are you using? - Can you provide a reliable set of steps to reproduce this problem? Cheers, -- Sam Bisbee On Sun, Aug 5, 2012 at 2:26 PM, Tim Tisdall <[email protected]> wrote: > Well, I've had this problem before, but I still have no idea what > caused it then, why it went away, or why it's back again. :S > > "PHP Warning: fsockopen(): unable to connect to localhost:5984 > (Connection refused)" > > After making several bulk updates of about 100 documents each, I then > get this warning. That means that the same code executed fine several > times and then suddenly gave me a "connection refused". Why would > CouchDB be refusing connections? > > I also occasionally get back invalid JSON responses from CouchDB > either because the content returned is truncated or completely > missing. I'm not sure if the 2 issues are related. > > Anyone else have problems like this with PHP? > > -Tim
