Author Topic: couple weird error msgs in apache log  (Read 2529 times)

Offline oxy

  • Newbie
  • *
  • Posts: 1
couple weird error msgs in apache log
« on: March 18, 2009, 09:07:55 AM »
hi!

I've got a couple errors in my apache log (apache is 2.2.11, php 5.2.8)
apache is running in fastcgi mode:

[Wed Mar 18 11:10:44 2009] [error] [client 81.182.49.xxx] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]\n[Last executed query: PREPARE mdb2_statement_mysql_3cc6cc45421473ad064e7050ea396a9fd4cce3206 FROM 'SELECT 1 FROM session\\n     WHERE  sess_id=?']\n[Native code: 2006]\n[Native message: MySQL server has gone away]\n, referer: https://mydomain.com/webmail/?_task=mail&_mbox=Sent&_refresh=1

[Wed Mar 18 12:02:59 2009] [error] [client 78.92.146.xxx] MDB2 Error: constraint violation (-3): _doQuery: [Error message: Could not execute statement]\n[Last executed query: EXECUTE mdb2_statement_mysql_5e4ae43d396c9281cb1b56fee6b9a15e9e77fc04a USING @0, @1, @2, @3, @4, @5, @6, @7, @8, @9, @10]\n[Native code: 1062]\n[Native message: Duplicate entry '21-INBOX.msg-256' for key 2]\n


then system load is running up to 15-20 and this apache thread is stucked.
i have attachment problem too, when an attachment is bigger than ~10-12MB

thank you