ID: 26608 User updated by: gemery at bmihs dot co dot uk Reported By: gemery at bmihs dot co dot uk Status: Assigned Bug Type: Informix related Operating System: RedHat Linux 8 PHP Version: 4.3.3 Assigned To: nobbie New Comment:
OK... Some new information: I got in contact with Cornelius, the maintainer of the ifx code. He came up with the following (which is a work in progress): -439 error:Description: Each Apache Thread can only have 1 active connection to an informix database, after a -439 occurance. o ifx_close() doesn't close the database connection, possibly leaving it available for other requests - Fixed in PHP-4.3.4 (after RC1) o ifx_close() can't close connections which produced -439 errors - Looks like a bug (or feature) in the ESQL/C or IDS Engine, or incorrect thread usageReproduce bug: o in httpd.conf, set MaxRequestsPerChild to 1 o access a php script which runs a massive query o you'll keep getting -439 errors =======================================TEMPORARY FIX=======================================Because the -439 error causes problems for Apache/PHP to reconnect in each thread, the thread should be closed often to kill the conection which is the problem.This doesn't prevent the problem, but makes it occur less, and not affect as many users when it does.In httpd.conf: o Set MaxRequestsPerChild to a low number (approx: the minimum number of possible connections in a request to your site, maybe times 3) o Set MaxKeepAliveRequests to a low number (see above)---------------------------------------=======================================HACKING INFO=======================================Things to check: o if ifx_close closes connection when -439 is encountered: - NO o why -439 is encountered on new connection attempt, in same apache thread after first -439: - Possible Runaway process - incorrect thread usage o if -439 is encountered immediately from same apache thread, different request, if first request has -439 set: - YESThings to try: o ESQL/C thread safe stuff - Didn't work for me o check error -451, from the release docsfrom /opt/informix/release/en_us/0333/ESQLCREL_9.1:92103 With arrary fetch enabled frontend doesn't recover from -451 error but returns -439 error for all subsequent operations - Doubtedly, becuase the tests failed without blobs in sight I have also upgraded our apache server to version 2 (2.0.49) and this seems to have made the problem go away entirely (possibly because it handles threading in a proper way - which seems to be the root cause of the 439 issue). Hope this helps. Some more news from the php devs would be appreciated though :) Previous Comments: ------------------------------------------------------------------------ [2004-04-14 13:04:30] p_lc at voila dot fr Same problem for us after Php4 migration two weeks ago. Last version of PHP4, last version of Informix sdk. And same problems in a critical application. Even the rotation of informix users described in #14254 didn't changed anything. Strange, though, because we didn't saw anything similar in php3. Shall we downgrade our server ? Thank you for your help. ------------------------------------------------------------------------ [2004-04-13 09:35:36] cass at surek dot com dot br We're running into the same problem here, but unfortunatelly we don't have an option of switching to another database as the other fellow did. Can we expect anything regarding this matter? ------------------------------------------------------------------------ [2004-02-09 05:43:33] gemery at bmihs dot co dot uk I'm afraid that due to excessive downtime we've been forced to move away from php for the next version of our casetracking software :( The boss pulled the plug and insisted we move to jsps instead. A sad day. Thanks for a great product (apart from the unfortunate Informix issue). Maybe if we change db we might move back to php. ------------------------------------------------------------------------ [2004-01-12 07:04:33] [EMAIL PROTECTED] Assigned to the ext/informix maintainer, Corne'. ------------------------------------------------------------------------ [2003-12-17 09:57:25] gemery at bmihs dot co dot uk OK.. Having the installed the new sdk and the snapshot (as suggested), the system ran fine for two days. On the third day, these three errors occurred: [error] PHP Warning: ifx_query(): Set connection connec83 fails (E [SQLSTATE=IX 000 SQLCODE=-439]) in /var/www/html/casetrack/searchresult.php on line 0 [error] PHP Warning: ifx_query(): Set connection connec80 fails (E [SQLSTATE=IX 000 SQLCODE=-439]) in /var/www/html/casetrack/searchresult.php on line 0 [error] PHP Warning: ifx_query(): Set connection connec1 fails (E [SQLSTATE=IX 000 SQLCODE=-439]) in /var/www/html/casetrack/searchresult.php on line 0 After this, any attempt to use ifx_connect() resulted in this error: [error] PHP Warning: ifx_connect(): E [SQLSTATE=IX 000 SQLCODE=-439] in /var/www/html/casetrack/login.php on line 60 A restart of apache seemed to resolve the issue temporarily, but the problem recurs after a (random) amount of time. Any help/suggestions would be appreciated as the new sdk doesn't seem to solve the issue. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/26608 -- Edit this bug report at http://bugs.php.net/?id=26608&edit=1