Anlegen eines neuen Baumes => DB Server Absturz [gelöst]
Verfasst: Mi 14. Mär 2007, 10:05
Hallo zusammen,
Nachdem ich diverse CMS getestet habe bin ich per Zufall auf Contenido gestossen und bin vom Aufbau sowie den Möglichkeiten begeistert.
Soweit läuft bzw. lief im Grunde alles wunderbar. Als ich jedoch einen neuen Kategoriebaum erstellen wollte passierte es.
Der komplette DB Server ist abgestürzt und entsprechend hat es mir die Tabelle cat_tree zerrissen.
Auswirkung:
- DB Absturz
- cat_tree Tabelle leer
- Frontend nicht mehr zugänglich (Fatal error: Could not display error page. Error to display was: 'No start article in this category')
Reproduzierbarkeit:
- Content -> Kategorie -> Übersicht -> "Neuen Baum anlegen"
=> führt jedes mal zu einem kompletten DB Crash
Serveraufbau:
DB Server:
Windows 2000 (jaja ich weiss nicht so toll aber bisher lief er stabil)
MySQL 5.0.15-nt
Webserver:
Ubuntu Server Linux 6.10
Apache/2.0.55 (Ubuntu)
DAV/2
PHP/5.2.1-0.dotdeb.1 with Suhosin-Patch
mod_ssl/2.0.55 OpenSSL/0.9.8a
Contenido:
Version 4.6.15
Auf dem DB Server laufen mehrere Systeme (vbulletin, OTRS, Drupal, diverse PHP Applikationen) vollkommen problemlos. Ausschliesslich Contenido scheint die DB dermassen zu beanspruchen bzw. einen Fehler auszulösen.
Fehlerlogs
DB Server:
Ich bin für jeden Hinweis, der zur Lösung des Problems führen könnte sehr dankbar
Nachdem ich diverse CMS getestet habe bin ich per Zufall auf Contenido gestossen und bin vom Aufbau sowie den Möglichkeiten begeistert.
Soweit läuft bzw. lief im Grunde alles wunderbar. Als ich jedoch einen neuen Kategoriebaum erstellen wollte passierte es.
Der komplette DB Server ist abgestürzt und entsprechend hat es mir die Tabelle cat_tree zerrissen.
Auswirkung:
- DB Absturz
- cat_tree Tabelle leer
- Frontend nicht mehr zugänglich (Fatal error: Could not display error page. Error to display was: 'No start article in this category')
Reproduzierbarkeit:
- Content -> Kategorie -> Übersicht -> "Neuen Baum anlegen"
=> führt jedes mal zu einem kompletten DB Crash
Serveraufbau:
DB Server:
Windows 2000 (jaja ich weiss nicht so toll aber bisher lief er stabil)
MySQL 5.0.15-nt
Webserver:
Ubuntu Server Linux 6.10
Apache/2.0.55 (Ubuntu)
DAV/2
PHP/5.2.1-0.dotdeb.1 with Suhosin-Patch
mod_ssl/2.0.55 OpenSSL/0.9.8a
Contenido:
Version 4.6.15
Auf dem DB Server laufen mehrere Systeme (vbulletin, OTRS, Drupal, diverse PHP Applikationen) vollkommen problemlos. Ausschliesslich Contenido scheint die DB dermassen zu beanspruchen bzw. einen Fehler auszulösen.
Fehlerlogs
DB Server:
Contenido:070314 8:24:07 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
070314 8:24:08 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 142307238.
InnoDB: Doing recovery: scanned up to log sequence number 0 142338890
070314 8:24:08 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT idcat FROM con_cat WHERE parentid=0 AND preid='1' AND idcat!=0
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
lock tables con_sequence write
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx lock() failed.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx cannot lock con_sequence - has it been created?
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
INSERT INTO con_cat_tree (idtree, idcat, level) VALUES ('0', '1', '0')
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx cannot use database xxx
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT idcat FROM con_cat WHERE preid='1'
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT parentid FROM con_cat WHERE idcat='1'
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx cannot use database xxx
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT
idtree, A.idcat, level, name, parentid, preid, postid, visible, public, idtplcfg
FROM
con_cat_tree AS A,
con_cat AS B,
con_cat_lang AS C
WHERE
A.idcat = B.idcat AND
B.idcat = C.idcat AND
C.idlang = '1' AND
B.idclient = '1'
ORDER BY
idtree
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT value FROM con_user_prop
WHERE user_id = 'xxx'
AND type = 'system'
AND name = 'cat_expandstate'
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
SELECT value FROM con_user_prop
WHERE user_id = 'xxx'
AND type = 'system'
AND name = 'cat_expandstate'
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
lock tables con_sequence write
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx lock() failed.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx cannot lock con_sequence - has it been created?
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
INSERT INTO con_user_prop
SET value = 'a%3A1%3A%7Bi%3A0%3Bi%3A-1%3B%7D',
user_id = 'xxx',
type = 'system',
name = 'cat_expandstate',
iduserprop = '0'
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx cannot use database xxx
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx next_record called with no query pending.
[14-Mar-2007 08:23:33] /xxx/contenido/main.php?area=str&action=str_newtree&frame=4&contenido=xxx MySQL error 2013: Lost connection to MySQL server during query
Ich bin für jeden Hinweis, der zur Lösung des Problems führen könnte sehr dankbar
