> On Tuesday, April 24, 2012 11:33:16 AM UTC-4, Mark Bixby wrote:
> >
> > On Tuesday, April 24, 2012 11:23:41 AM UTC-4, Mark Bixby wrote:
> >>
> >> On Tuesday, April 24, 2012 9:48:34 AM UTC-4, Derick Rethans wrote:
> >>>
> >>> On Tue, 24 Apr 2012, Mark Bixby wrote:
> >>>
> >>> > I'm sporadically getting this error on our development
> >>> > environment from PHP code:
> >>> >
> >>> > *Uncaught exception 'MongoCursorException' with message 'couldn't send query: ' *
> >>> >
> >>> > We're running Mongo 2.02 on FreeBSD 9.0 with PHP driver version
> >>> > 1.2.10 and we're using persistent connections ('persist' =>
> >>> > 'dev'). I'll generally get this exception several times in a
> >>> > row and then it will clear up.
> >>>
> >>> What is this code doing? Are you making forks in PHP? Please also
> >>> note that you are always using persistent connections as the
> >>> driver doesn't allow anything else (since 1.2)
> >>
> >> The code is really simple - it's just doing a findOne query on the
> >> shard key.
> >>
> >> $cursor = $customer_collection->findOne(
> >> array("EmailAddress" => $emailaddress),
> >> $return_cols
> >> );
> >
> > Also, we're using php-fpm.
>
> One last note - we're using PHP Version 5.3.10
I'm at a loss here, and I think we need to move this to the issue
tracker. Now, the biggest thing is that I need to be able to reproduce
this. Can you reproduce this in a development environment as well? Can
you file an issue at http://jira.mongodb.org so that we can adequately
track it?
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb