Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
RockMongo and App
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marcin Oleszkiewicz  
View profile  
 More options Oct 4 2012, 7:50 am
From: Marcin Oleszkiewicz <marcino....@gmail.com>
Date: Thu, 4 Oct 2012 04:50:22 -0700 (PDT)
Local: Thurs, Oct 4 2012 7:50 am
Subject: RockMongo and App

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

version     2.0.6
gitVersion     e1c0cbc25863f6356aa4e31375add7bb49fb05bc
sysInfo     windows sys.getwindowsversion(major=6, minor=1, build=7601,
platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_42
versionArray     Array
bits     64
debug    
maxBsonObjectSize     16777216

And my database is :

Size     15.95g
Objects     11710044
Data Size     10.9g
Storage Size     11.91g
Extents     281
Indexes     89
Index Size     1.88g


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hannes Magnusson  
View profile  
 More options Oct 4 2012, 8:52 pm
From: Hannes Magnusson <han...@10gen.com>
Date: Thu, 4 Oct 2012 17:52:02 -0700
Local: Thurs, Oct 4 2012 8:52 pm
Subject: Re: [mongodb-user] RockMongo and App
On Thu, Oct 4, 2012 at 4:50 AM, Marcin Oleszkiewicz

<marcino....@gmail.com> wrote:

> 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.

-Hannes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcin Oleszkiewicz  
View profile  
 More options Oct 5 2012, 1:43 am
From: Marcin Oleszkiewicz <marcino....@gmail.com>
Date: Thu, 4 Oct 2012 22:43:06 -0700 (PDT)
Local: Fri, Oct 5 2012 1:43 am
Subject: Re: RockMongo and App

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ł:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hannes Magnusson  
View profile  
 More options Oct 5 2012, 12:26 pm
From: Hannes Magnusson <han...@10gen.com>
Date: Fri, 5 Oct 2012 09:26:22 -0700
Local: Fri, Oct 5 2012 12:26 pm
Subject: Re: [mongodb-user] Re: RockMongo and App
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcin Oleszkiewicz  
View profile  
 More options Oct 6 2012, 8:02 am
From: Marcin Oleszkiewicz <marcino....@gmail.com>
Date: Sat, 6 Oct 2012 05:02:11 -0700 (PDT)
Local: Sat, Oct 6 2012 8:02 am
Subject: Re: [mongodb-user] Re: RockMongo and App

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ł:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hannes Magnusson  
View profile  
 More options Oct 6 2012, 4:23 pm
From: Hannes Magnusson <han...@10gen.com>
Date: Sat, 6 Oct 2012 13:23:24 -0700
Local: Sat, Oct 6 2012 4:23 pm
Subject: Re: [mongodb-user] Re: RockMongo and App
Which version of the Mongo driver are you using exactly?
And RockMongo?

Have you tried turning the display_errors php.ini setting to off and
see if the services still fail?

-Hannes

On Sat, Oct 6, 2012 at 5:02 AM, Marcin Oleszkiewicz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcin Oleszkiewicz  
View profile  
 More options Oct 8 2012, 2:37 am
From: Marcin Oleszkiewicz <marcino....@gmail.com>
Date: Sun, 7 Oct 2012 23:37:40 -0700 (PDT)
Local: Mon, Oct 8 2012 2:37 am
Subject: Re: RockMongo and App

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 <http://www.php.net> PHP 5.3.13  PHP
extension <http://www.php.net/mongo> mongo<http://pecl.php.net/package/mongo>/1.2.10

and RockMongo itself is

RockMongo v1.1.2<http://localhost:8081/rockmongo/web/rockmongo/index.php?action=admin....>

W dniu czwartek, 4 października 2012 13:50:22 UTC+2 użytkownik Marcin
Oleszkiewicz napisał:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hannes Magnusson  
View profile  
 More options Oct 8 2012, 3:15 am
From: Hannes Magnusson <han...@10gen.com>
Date: Mon, 8 Oct 2012 00:15:44 -0700
Local: Mon, Oct 8 2012 3:15 am
Subject: Re: [mongodb-user] Re: RockMongo and App
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »