Hello Dane,

        couple of things off the top of my head:

        first, obviously, extend the timeout length on your cfserver.
        Secondly, I don't know if it's at all feasible on your site
        but try using the single threaded sessions settings, or worst
        comes to worse, execute particularly nasty long templates
        using cfschedule to run once immiediately - this forces a new
        thread per request.

        That out of the way - you often get these exact errors because
        of a postgres problem.  Mosty often is a sql syntax problem in
        a query somewhere.  I don't know why it comes back with server
        not found or whatever but that's happened to me a lot.  Check
        your queries, and also enable debugging on postges - you can
        get it to output query data and errors to the console and
        watch as templates are being loaded....

HTH
Toby

Tuesday, March 12, 2002, 4:06:12 PM, you wrote:

DE> *** CF server 5 and linux, mysterious error. ***

DE>  Our server is dying about every 2 -3 request, and
DE>  completely restarting.
DE>  Before everyone starts "lock this and that" read
DE>  on.....
DE>  CF 5 professional.
DE>  Red hat 7.1
DE>  PG and MySQL.
DE>  SYMPTOMS:
DE>  The error occurs in all applications on the
DE>  server..... system wide.
DE>  The error occurs in the CF administrator.
DE>  There are no scheduled task on the machine.
DE>  THe server is completely locked down on session and
DE>  application variables as set in the CF administrator,
DE>  with no site errors being thrown on account of lack of
DE>  locks.) .... everything is locked.
DE>  There seems to be no "order" to triggering or the
DE>  error.
DE>  CF administrator completely ignores "dont restart
DE>  server on unresponsive request" directive. And
DE>  restarts every time the error occurs.
DE>  Apache is doing just fine, no errors, load tested and
DE>  checks out great.
DE>  We are pleading for one the MM engineers to pick up on
DE>  this
DE>  It seems that when one of the child threads dies(god
DE>  knows why) its bringing down the parent too, resulting
DE>  in app restarts.
DE>  We have read everything here and on list archives on
DE>  house of fusion, paying particular attention the
DE>  comments by the posting (mm)Allaire engineer.

DE> Here are the errors:

DE> there's nothingin in the mail queue. Here are some of the 
DE>  errors from the
DE>  logs.
DE>  They are:
 
DE>  in the application log:
 
DE>  "Error","7175","03/07/02","15:25:33",,"xxx.xxx.xxx.xxx, Mozilla/4.0
DE>  (compatible; MSIE 6.0; Windows NT 5.0; Q312461), The time 
DE>  taken to process
DE>  your request has exceeded the allowable limit of 60 seconds. 
DE>  Please notify
DE>  the server administrator (using the mail link below) that 
DE>  this error has
DE>  occurred. <P>Note: You can override the request time limit by adding a
DE>  'RequestTimeout' parameter to the URL used to request the page (e.g.
DE>  page.cfm?RequestTimeout=500).<P><P> <P><P>Date/Time: Thu Mar  
DE>  7 15:25:33
DE>  2002<BR>Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;
DE>  Q312461)<BR>Remote Address: xxx.xxx.xxx.xxx<BR>Query String:
DE>  cfasdebugsessionid=SKT:localhost:35303<P>"
 
DE>  in the server.log:
 
DE>  "Fatal","7175","03/05/02","22:52:34",,"Caught a fatal signal (11) -
DE>  Aborting"
DE>  "Information","1024","03/05/02","22:52:35",,"The ColdFusion 
DE>  Application
DE>  Server started.
 
DE>  in the webserver.log:
 
DE>  "Error",,"03/06/02","23:39:03",,"An error occurred while attempting to
DE>  establish a connection to the server.<P> The most likely cause of this
DE>  problem is that the server is not currently running. Verify that the
DE>  server is running and restart it if necessary.  <P>Unix error number 2
DE>  occurred: No such file or directory"
 
DE>  We are in need of a solution fast
DE>  **Thank you in advance for any help that you can offer**
DE> ------------------------------------------------------------------------------
DE> Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
DE> To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



------------------------------------------------------------------------------------

        Life is Poetry, write it in your own words

------------------------------------------------------------------------------------

Toby Tremayne
Senior Technical Consultant
Code Poet and Zen Master of the Heavy Sleep
Lyricist Software
www.lyricist.com.au
m: +61 416 048 090
icq: 13107913

______________________________________________________________________
Macromedia ColdFusion 5 Training from the Source
  Step by Step ColdFusion
  http://www.amazon.com/exec/obidos/ASIN/0201758474/houseoffusion
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to