whats the cpu utilisation alex
-----Original Message----- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 11:59 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ cf-dev ] MX "Locking Up" + other issues Right... We seem to be having issues (in fact, three issues which may be related) with a couple of our MX boxes (both running on RedHat7.2). 1. For no _apparent_ reason, the cfserver locks up. By lock up, what seems to be happening is a request starts running and for some reason just hangs and doesn't time out. Over time another and another do the same until all available connections are used up - after that the queued requests just build up and up and we have to restart CF. E.g. from cfstat (taken every 30 seconds, request timeout is also set to 30 seconds): Reqs Reqs Reqs Q'ed Run'g TO'ed 0 2 0 0 9 0 7 10 0 Neither of the servers is under any (excessive) load. I have been able to recreate the problem on one particular page on one of the servers -- it is a page that contains a <cffile> upload tag to allow the user to (duh) upload a file to the server. I haven't worked out where the issue is occuring The problem only seems to have occurred since I installed updater 3, and it doesn't happen for _every_ file upload page (i.e. there are other templates that use <cffile action="upload"> running on the same box without a problem. Is there any way to check exactly _which_ templates are "stalling"? The web server logs don't show anything because they only write once the page has been delivered (which never happens...). Nothing appears in either the application or exception logs. 2. Something (somewhere) seems to be using up a hell-of-a-lot of memory. Running a top command shows the cfusion process using up appx. 200Mb, but the total memory usage is well over 800Mb. There is nothing running on these boxes except CF and apache.. 3. Both boxes give errors on a restart of CF. A cut down version (getting rid of all the stack trace) of the output is below. Both servers have exactly the same errors, but again do not give the error every time. ---------------------------------------------------------------------- Starting Macromedia JRun 4 (Build 54102), default server 06/23 21:04:35 warning Unable to open /opt/coldfusionmx/runtime/lib/license.properties 06/23 21:04:36 error RuntimeException thrown in operation init [2]java.lang.IllegalArgumentException: The document root /root cannot be read ... [1]javax.management.RuntimeMBeanException: RuntimeException thrown in operation createResourceManager ... [0]javax.management.RuntimeMBeanException: RuntimeException thrown in operation init ... 06/23 21:04:36 info JRun Naming Service listening on *:2901 06/23 21:04:36 error Exception thrown in operation start [2]java.lang.ClassNotFoundException: jrun/naming/JRunContextFactory ... [1]javax.naming.NoInitialContextException: Cannot instantiate class: jrun.naming.JRunContextFactory. Root exception is java.lang.ClassNotFoundException: jrun/naming/JRunContextFactory ... [0]javax.management.MBeanException: Exception thrown in operation start ... ... Server default ready (startup time: 17 seconds) ---------------------------------------------------------------- Any pointers in the right direction for any of the issues would be great! Cheers, Tim. ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free anytime on 0800 294 24 24. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
