Re: [Codestriker-user] Cannot create topic with big (+1M) diff files
Brought to you by:
sits
|
From: DATACOM - D. <di...@da...> - 2007-01-24 14:09:54
|
I changed max_allowed_packet in my.cnf from 1M to 32M. After that, I=20 could use a diff file of up to 1.8M. When I tried it with a 2.4M diff,=20 it failed again. I click on the "Create topic" button, wait some minutes=20 and a blank page is displayed just as before. In the Apache log I found=20 this: [error] [client 176.16.10.9] (70007)The timeout specified has expired:=20 ap_content_length_filter: apr_bucket_read() failed, referer:=20 http://dmview4/codestriker/codestriker.pl?action=3Dcreate Seems like a timeout in Apache. Do you think this can be causing my=20 problem? Anybody knows how to change this? Tim Casada escreveu: > As David suggests, it is probably MySQL's max_allowed_packet setting in= =20 > /etc/my.cnf (or wherever your MySQL configuration file is). I think th= e=20 > default is 1MB, which would make sense. Take a look in your my.cnf fil= e=20 > in the [mysqld] section there might be a parameter with the value=20 > max_allowed_packet=3D1MB. Try adding or changing this parameter to say= =20 > 16MB or 32MB restart the MySQL server and see if the problem persists. >=20 > Tim Casada >=20 >=20 > David Sitsky wrote: >>> When I try to create topics using big unidiff files (1Mb or more), th= e=20 >>> system shows a blank page and the topic is not created. No error=20 >>> messages are displayed. Is there any limitation on the size of the=20 >>> unidiff files? >>> =20 >> >> There is a rough limit of 20 megabytes at the moment for the size of t= he=20 >> HTTP POST, so you really shouldn't be hitting this. >> >> Have you checked the apache error log file? Perhaps the database has=20 >> had an issue with the size of the topic text. >> >> Cheers, >> David >> =20 --=20 DIEGO Moreira da Rosa DATACOM Av Fran=E7a, 735 - Porto Alegre, RS - 90230-220 DDR: +55 51 3358 0141 Fax: +55 51 3358 0101 site: www.datacom.ind.br e-mail: di...@da... |