MathHubInfo / Legacy-planetary

Legacy: Planetary System is a math-enabled Web 3.0 information portal.
http://trac.mathweb.org/planetary/
79 stars 25 forks source link

mysql has gone away for one specific node - needs to be debugged #419

Open holtzermann17 opened 10 years ago

holtzermann17 commented 10 years ago

Here is the error message I get when I try to access http://planetmath.org/chapterviparti :

Additional uncaught exception thrown while handling exception. Original

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT 1 AS expression FROM {drutexml_cache} drutexml_cache WHERE ( (cachemd5 = :db_condition_placeholder_0) ) FOR UPDATE; Array ( [:db_condition_placeholder_0] => 4d9e030b8fe07dee8a7ed527552900ca ) in _drutexml_cache_set() (line 272 of /home/joe/staging/beta/sites/all/modules/drutexml/drutexml.module). Additional

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: INSERT INTO {watchdog} (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9); Array ( [:db_insert_placeholder_0] => 6075 [:db_insert_placeholder_1] => php [:db_insert_placeholder_2] => %type: !message in %function (line %line of %file). [:db_insert_placeholder_3] => a:6:{s:5:"%type";s:12:"PDOException";s:8:"!message";s:272:"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT 1 AS expression FROM {drutexml_cache} drutexml_cache WHERE ( (cachemd5 = :db_condition_placeholder_0) ) FOR UPDATE; Array ( [:db_condition_placeholder_0] => 4d9e030b8fe07dee8a7ed527552900ca ) ";s:9:"%function";s:21:"_drutexml_cache_set()";s:5:"%file";s:65:"/home/joe/staging/beta/sites/all/modules/drutexml/drutexml.module";s:5:"%line";i:272;s:14:"severity_level";i:3;} [:db_insert_placeholder_4] => 3 [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => http://planetmath.org/chapterviparti [:db_insert_placeholder_7] => http://planetmath.org/node/87448 [:db_insert_placeholder_8] => 72.68.9.26 [:db_insert_placeholder_9] => 1378363684 ) in dblog_watchdog() (line 160 of /home/joe/staging/beta/modules/dblog/dblog.module). Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 199009366952282905382449.47377383 ) in lock_release_all() (line 269 of /home/joe/staging/beta/includes/lock.inc). Uncaught exception thrown in session handler.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 209 of /home/joe/staging/beta/includes/session.inc).

dginev commented 10 years ago

If it hasn't been debugged for 3 months, it's probably too late to start now?

Can we close here with "wontfix" ? Or is this somehow still a problem?