Re: Failed allocating AJP message buffer

2012-06-27 Thread Pierre Ayotte
Hi everyone,

Just to let you know that installing the latest release of mod_jk resolved
our issue with http crashing with errors Failed allocating AJP message
buffer in mod_jk.log. So we pass from 1.2.35 to 1.2.37.

Regards,


2012/6/22 Pierre Ayotte pi.r.ayo...@gmail.com

 Hello Christopher,

 Yes we saw on wednesday taht the 1.2.37 has been release sot we just put
 the it in production yesterday night. All keep you inform.

 We also make thoses changes to httpd.conf base on recommendation from a
 collegue:

 - ThreadsPerChild down to 1000 instead of 3000
 - Remove ThreadLimit 9000 because apparently this does not serve on Windows

 Do you think this could help?


 2012/6/21 Christopher Schultz ch...@christopherschultz.net

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Pierre,

 On 6/20/12 6:26 PM, Pierre Ayotte wrote:
  Our Configuration = Apache Apache/2.2.22 on Windows
  2008 R2 x64 mod_ssl/2.2.22 OpenSSL/0.9.8t with certificates in
  place mod_jk/1.2.35 with a load balancer to 5 workers

 There were a bunch of fixes in mod_jk 1.2.36 and 1.2.37. Is it
 possible to test with the latest version?

 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk/jkUwACgkQ9CaO5/Lv0PD7ewCcCMNw8g2O5Ejv9CDYhIcWmAPK
 PzUAnA8RIWsETMPD9yTIVl9BQaqEo6Yu
 =chWd
 -END PGP SIGNATURE-

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org





Re: Failed allocating AJP message buffer

2012-06-22 Thread Pierre Ayotte
Hello Christopher,

Yes we saw on wednesday taht the 1.2.37 has been release sot we just put
the it in production yesterday night. All keep you inform.

We also make thoses changes to httpd.conf base on recommendation from a
collegue:

- ThreadsPerChild down to 1000 instead of 3000
- Remove ThreadLimit 9000 because apparently this does not serve on Windows

Do you think this could help?

2012/6/21 Christopher Schultz ch...@christopherschultz.net

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Pierre,

 On 6/20/12 6:26 PM, Pierre Ayotte wrote:
  Our Configuration = Apache Apache/2.2.22 on Windows
  2008 R2 x64 mod_ssl/2.2.22 OpenSSL/0.9.8t with certificates in
  place mod_jk/1.2.35 with a load balancer to 5 workers

 There were a bunch of fixes in mod_jk 1.2.36 and 1.2.37. Is it
 possible to test with the latest version?

 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk/jkUwACgkQ9CaO5/Lv0PD7ewCcCMNw8g2O5Ejv9CDYhIcWmAPK
 PzUAnA8RIWsETMPD9yTIVl9BQaqEo6Yu
 =chWd
 -END PGP SIGNATURE-

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: Failed allocating AJP message buffer

2012-06-21 Thread Pierre Ayotte
Hello Rainer

I already check for memory and for sure it is not a physical memory issu.
We have 12Go and the memory usage is around 6Go at the moment of the crash.

Pierre

2012/6/21 Rainer Jung rainer.j...@kippdata.de

 On 21.06.2012 00:26, Pierre Ayotte wrote:

 Hello everyone,

 We are experimenting HTTD.EXE crash on Windows 2008 R2 x64 and each time
 we
 see a bunch of error Failed allocating AJP message buffer and then one
 message All tomcat instances failed, no more workers left (see below).
 The HTTPD.EXE recylcle itself, users are disconnect and then the service
 come back online. I did lot of search on those message but i cannot find
 any solution. Some help would really be appreciated!


 It seems you are out of memory. Either

 - there's some leak in your Apache, most probably in some non standard
 module

 - or your server is very tight on memory

 - or your application inside Tomcat is getting slow, so there are more and
 more requests getting stuck inside Apache waiting for a response from the
 web app and those requests consume to much memory.

 There are MPM settings for Apache on Windows that limit the number of
 threads (=connections =~ concurrent requests) Apache will allow.

 Monitor your server memory usage.

 Regards,

 Rainer

 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tomcat.**apache.orgusers-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org