The scoop for the record
I figured i’d log what was going on with my blog should someone else hit the problem… The basic problem was a few weeks or a month ago I started getting failures when using ecto to post to my blog. The failures showed up in an ecto error dialog as this:
Parsing Failure!
Could not parse response for “metaWeblog.editPost”. Please check the console log for more information.
Upon inspecting the log I saw this in the console:
500 Internal Server Error
Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
your request.Please contact the server administrator,
xxx@swimfinssf.com and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.
This stimyed me as the message basically told me nothing about what actually failed… I found a few posts indicating that it might be a file permissions problem on the server so I fixed permissions on every file I could find but that did nothing… I searched and searched and searched and finally thought to look in the server log itself… Server log contained this error
Out of memory!
Callback called exit at mt.cgi line 11.
BEGIN failed--compilation aborted at mt.cgi line 11.
[Fri Jan 6 08:04:04 2006] [error] [client 71.139.13.81] Premature end of script headers: /home/swimfins/swimfinssf.com/mt/mt.cgi
Looking at mt.cgi didn’t tell me anything – that line in the source is the ‘run the blog’ line (i.e. all of MT was run in that line so it didn’t help at all… So then I started googling again. This time I came upon a lone sparse article which indicated that this was caused by the server process running out of memory when trying to access the Berkeley DB databases I was using to store entries. The article indicated that I should switch to MySQL which I did.. and BINGO.. worked like a charm and increased the speed of MT at the same time…
Anyway.. not super interesting but I wanted to post it should some one else start googling after seeing the same errors. Hope it helps someone.
Happy hacking
2 Comments to The scoop for the record
Keep up the great work on your blog. Best wishes WaltDe
November 23, 2006
You were right, I came here googling for this error. Thank you for posting. The problem is that I am a blogger user, and I don’t know what to do.
If you were aware of some solution for Blogger users, I would appreciate very much a simple mail.
Thank you again.
Categories
Archive
- July 2022
- May 2013
- January 2012
- August 2011
- April 2011
- January 2010
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
August 31, 2006