Without making any changes in main project classes and any mongo structures etc. from about a month I keep getting such errors:
Notice: Mongo::__construct() [<a href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool get (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line *230*
It is not only the problem of my application written in PHP because I also get those errors in RockMongo, I'm getting this error without any special conditions of app usage they occure one after another after restarting mongo and wamp, they offen kill wamp http, it happens on my local machine and on servers
I'm using on Windows 64b with WAMP
Web server Apache/2.2.22 PHP version PHP 5.3.13 PHP extension mongo/1.2.10
> Without making any changes in main project classes and any mongo structures etc. from about a month I keep getting such errors:
> Notice: Mongo::__construct() [<a href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool get (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line 230
> It is not only the problem of my application written in PHP because I also get those errors in RockMongo, I'm getting this error without any special conditions of app usage they occure one after another after restarting mongo and wamp, they offen kill wamp http, it happens on my local machine and on servers
You have MongoLog enabled with "fine" log level on the connection pool.
These noticed are mostly useful when you need to debug what is
happening internally in the driver when things don't work properly.
When enabled, these messages are very normal.
Search your codebase for "MongoLog::setLevel(...)" and
"MongoLog::setModule(..)" (case-in-senstive) and remove those lines if
you don't want to see the messages.
Alternatively, you can simply configure PHP to log to files, rather
then displaying them on the screen, if you still want to see these
messages for whatever reason.
> Without making any changes in main project classes and any mongo > structures etc. from about a month I keep getting such errors:
> Notice: Mongo::__construct() [<a > href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool > get (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line *
> 230*
> It is not only the problem of my application written in PHP because I also > get those errors in RockMongo, I'm getting this error without any special > conditions of app usage they occure one after another after restarting > mongo and wamp, they offen kill wamp http, it happens on my local machine > and on servers
> I'm using on Windows 64b with WAMP
> Web server Apache/2.2.22
> PHP version PHP 5.3.13
> PHP extension mongo/1.2.10
> And this is something normal that they kill Mongo databse and the WAMP
> server?
> W dniu czwartek, 4 października 2012 13:50:22 UTC+2 użytkownik Marcin
> Oleszkiewicz napisał:
>> Without making any changes in main project classes and any mongo
>> structures etc. from about a month I keep getting such errors:
>> Notice: Mongo::__construct() [<a
>> href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool get
>> (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line 230
>> It is not only the problem of my application written in PHP because I
>> also get those errors in RockMongo, I'm getting this error without any
>> special conditions of app usage they occure one after another after
>> restarting mongo and wamp, they offen kill wamp http, it happens on my local
>> machine and on servers
>> I'm using on Windows 64b with WAMP
>> Web server Apache/2.2.22
>> PHP version PHP 5.3.13
>> PHP extension mongo/1.2.10
> --
> You received this message because you are subscribed to the Google
> Groups "mongodb-user" group.
> To post to this group, send email to mongodb-user@googlegroups.com
> To unsubscribe from this group, send email to
> mongodb-user+unsubscribe@googlegroups.com
> See also the IRC channel -- freenode.net#mongodb
Mongo stops responding and WAMP http services are going down and Apache is offline. I'm nearly sure that the reason is different. I've tripple checked and I'm not using any of MongoLog options inside of app. On production serv the 500 and 503's are caused by fucked up structure (other app on port 80 on IIS server and my app on 8081 apache via proxy by IIS) they are biting each other IIS doesn't like guest... but still I'm getting those notices from mongo pool also on my local machine where I have RockMongo and they occure inside the RockMongo
W dniu piątek, 5 października 2012 18:26:37 UTC+2 użytkownik Hannes Magnusson napisał:
> No. Are you sure that is causing it? > And what exactly do you mean by "they kill Mongo database and the WAMP"?
> -Hannes
> On Thu, Oct 4, 2012 at 10:43 PM, Marcin Oleszkiewicz > <marci...@gmail.com <javascript:>> wrote:
> > And this is something normal that they kill Mongo databse and the WAMP > > server?
> > W dniu czwartek, 4 października 2012 13:50:22 UTC+2 użytkownik Marcin > > Oleszkiewicz napisał:
> >> Without making any changes in main project classes and any mongo > >> structures etc. from about a month I keep getting such errors:
> >> Notice: Mongo::__construct() [<a > >> href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool > get > >> (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line 230
> >> It is not only the problem of my application written in PHP because I > >> also get those errors in RockMongo, I'm getting this error without any > >> special conditions of app usage they occure one after another after > >> restarting mongo and wamp, they offen kill wamp http, it happens on my > local > >> machine and on servers
> >> I'm using on Windows 64b with WAMP
> >> Web server Apache/2.2.22 > >> PHP version PHP 5.3.13 > >> PHP extension mongo/1.2.10
> > -- > > 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<javascript:> > > To unsubscribe from this group, send email to > > mongodb-user...@googlegroups.com <javascript:> > > See also the IRC channel -- freenode.net#mongodb
<marcino....@gmail.com> wrote:
> Mongo stops responding and WAMP http services are going down and Apache is
> offline. I'm nearly sure that the reason is different. I've tripple checked
> and I'm not using any of MongoLog options inside of app. On production serv
> the 500 and 503's are caused by fucked up structure (other app on port 80 on
> IIS server and my app on 8081 apache via proxy by IIS) they are biting each
> other IIS doesn't like guest... but still I'm getting those notices from
> mongo pool also on my local machine where I have RockMongo and they occure
> inside the RockMongo
> W dniu piątek, 5 października 2012 18:26:37 UTC+2 użytkownik Hannes
> Magnusson napisał:
>> No. Are you sure that is causing it?
>> And what exactly do you mean by "they kill Mongo database and the WAMP"?
>> -Hannes
>> On Thu, Oct 4, 2012 at 10:43 PM, Marcin Oleszkiewicz
>> <marci...@gmail.com> wrote:
>> > And this is something normal that they kill Mongo databse and the WAMP
>> > server?
>> > W dniu czwartek, 4 października 2012 13:50:22 UTC+2 użytkownik Marcin
>> > Oleszkiewicz napisał:
>> >> Without making any changes in main project classes and any mongo
>> >> structures etc. from about a month I keep getting such errors:
>> >> Notice: Mongo::__construct() [<a
>> >> href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool
>> >> get
>> >> (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line 230
>> >> It is not only the problem of my application written in PHP because I
>> >> also get those errors in RockMongo, I'm getting this error without any
>> >> special conditions of app usage they occure one after another after
>> >> restarting mongo and wamp, they offen kill wamp http, it happens on my
>> >> local
>> >> machine and on servers
>> >> I'm using on Windows 64b with WAMP
>> >> Web server Apache/2.2.22
>> >> PHP version PHP 5.3.13
>> >> PHP extension mongo/1.2.10
>> > --
>> > 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
> --
> You received this message because you are subscribed to the Google
> Groups "mongodb-user" group.
> To post to this group, send email to mongodb-user@googlegroups.com
> To unsubscribe from this group, send email to
> mongodb-user+unsubscribe@googlegroups.com
> See also the IRC channel -- freenode.net#mongodb
This would be easier to debug if it would occure regularly in defined situations but it happens randomly... even if I will turn reporting to off I can't be sure if it is done or not... I thought that it's maybe more spread error and there are some reasonable reasons that can be found
> Without making any changes in main project classes and any mongo > structures etc. from about a month I keep getting such errors:
> Notice: Mongo::__construct() [<a > href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool > get (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line *
> 230*
> It is not only the problem of my application written in PHP because I also > get those errors in RockMongo, I'm getting this error without any special > conditions of app usage they occure one after another after restarting > mongo and wamp, they offen kill wamp http, it happens on my local machine > and on servers
> I'm using on Windows 64b with WAMP
> Web server Apache/2.2.22
> PHP version PHP 5.3.13
> PHP extension mongo/1.2.10
I checked out the v1.2.10 release.. This log message will always be
printed when a connection is created/retrieved from a pool.
This is fully and completely intentional log message and will only be
printed if you explicitly enable it by using MongoLog::set...() (along
with tons of other messages).
Are you sure you do not have any debug code automatically included
which enables it?
Any auto_prepend_file directives configured in PHP?
I'd recommend you upgrade to pecl/mongo version 1.2.12 anyway, but it
shouldn't change anything for this specific case.
-Hannes
On Sun, Oct 7, 2012 at 11:37 PM, Marcin Oleszkiewicz
> This would be easier to debug if it would occure regularly in defined
> situations but it happens randomly... even if I will turn reporting to off I
> can't be sure if it is done or not... I thought that it's maybe more spread
> error and there are some reasonable reasons that can be found
> RockMongo shows that my driver version is
> Web server Apache/2.2.22
> PHP version PHP 5.3.13
> PHP extension mongo/1.2.10
> and RockMongo itself is
> RockMongo v1.1.2
> W dniu czwartek, 4 października 2012 13:50:22 UTC+2 użytkownik Marcin
> Oleszkiewicz napisał:
>> Without making any changes in main project classes and any mongo
>> structures etc. from about a month I keep getting such errors:
>> Notice: Mongo::__construct() [<a
>> href='mongo.--construct'>mongo.--construct</a>]: 127.0.0.1:27017: pool get
>> (0x89dacf8) in C:\wamp\www\rockmongo\app\models\MServer.php on line 230
>> It is not only the problem of my application written in PHP because I
>> also get those errors in RockMongo, I'm getting this error without any
>> special conditions of app usage they occure one after another after
>> restarting mongo and wamp, they offen kill wamp http, it happens on my local
>> machine and on servers
>> I'm using on Windows 64b with WAMP
>> Web server Apache/2.2.22
>> PHP version PHP 5.3.13
>> PHP extension mongo/1.2.10
> --
> You received this message because you are subscribed to the Google
> Groups "mongodb-user" group.
> To post to this group, send email to mongodb-user@googlegroups.com
> To unsubscribe from this group, send email to
> mongodb-user+unsubscribe@googlegroups.com
> See also the IRC channel -- freenode.net#mongodb