PDA

View Full Version : Nice



mschwartz
2 Jul 2009, 8:13 AM
Database error The database has encountered a problem. Please try the following:
Load the page again by clicking the Refresh (http://extjs.com/forum/index.php#) button in your web browser.
Open the extjs.com (http://extjs.com/forum/../) home page, then try to open another page.
Click the Back (javascript:history.back(1)) button to try another link. The extjs.com forum technical staff have been notified of the error, though you may contact them (jon@extjs.com) if the problem persists.
We apologise for any inconvenience.

jay@moduscreate.com
3 Jul 2009, 1:58 AM
it works as expected for me :(

Foggy
3 Jul 2009, 2:02 AM
Click the Back button to try another link.
Javascript:history.back() Link has an error in that...
The forums was working well for me to, yesterday...

mschwartz
6 Jul 2009, 5:03 AM
I think with the releases of RC3 and ultimately 3.0 Final, the forums may be a little more busy than usual.

I've gotten that error a couple of times now since the last time things were looked at.

Apache really should be configured to deliver a "site too busy" kind of page before all the MySQL connections are busied out...

jay@moduscreate.com
7 Jul 2009, 1:59 AM
There must be something wrong with the DB server itself.

http://tdg-i.com/img/screencasts/2009-07-07_0559.png

even wordpress poo poo'ed on me.

mschwartz
7 Jul 2009, 4:45 AM
MySQL is configurable to accept a maximum number of connections... When you reach that number and another connection attempt is made, it fails.

If Apache is configured with 300 max child processes, then 400 connections or more for MySQL are needed.