Ask a Question related to Coldfusion Server Administration, Design and Development.
-
capesong #1
CFMX Hanging
We are running CFMX 7.0.1. The CF server is hanging about once a day now. Most
of our business takes place between 9 - 5 M - F and we almost always get hangs
during those hours. The server almost never hangs on weekends or at night.
During the hang CPU for the CF process spikes to about 50% utilization, where
it normally runs at 10%. The server even hangs on a normal stop command so that
we have to kill -9 the jrun processes to get it restarted.
Looking into the CF server logs there is no regular pattern to the errors and
the errors don't seem that serious to begin with.
We run 7.0.1 on a Solaris 2.8 machine, specifically a Sun-Fire-280R, with 8
gigs of memory. The CF server communicates with Apache 1.3.36 on the front end
and almost exclusively with Oracle database servers on the backend.
Does anyone have any advice for these hangs? What can I look at? Help!!
capesong Guest
-
CFMX 7 won't prompt for upgrade of CFMX 6.1
Hi all. I'm trying to upgrade our CFMX 6.1 Standard installation to CFMX 7 Standard. So to make life easier, I downloaded the trial of CFMX 7... -
Coldfusion MX 6.1 Hanging
Hi all ... can anyone help ? i have a linux box with cfmx 6.1 installed ... been happly running for about 7 months now.. but now for no... -
SQL Server hanging
We use Microsfot SQL server to run a CFMX6.1 Application web site. The SQL and CF are on separate boxes. Our site has been crashing and when we... -
[PHP] ImageTTFBBox() hanging?
Yes. I tried several different TTF files. As the comments in the script note, the standard fonts on my machine are font suitcases (this is OS X),... -
VB6 COM+ ASP application hanging
We are running an ASP/COM+ Web application under IIS 5.0 on Windows 2000 SP3. The application uses transactional COM+ components (and therefore... -
tzimmerman #2
Re: CFMX Hanging
See [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18772[/url]. The two
things from the article that should help you investigate the hanging condition
are enabling metrics and running stack traces at the time of the hang.
Ted Zimmerman
tzimmerman Guest
-
hiranmaya #3
Re: CFMX Hanging
I had similar problem. I did following.
0. Install CF7 patch till 7.0.2
A. Tune up JVM
Try installing JavaSDK from [url]http://developers.sun.com/downloads/top.jsp[/url] (It
should version 1.4.13 or new. Install in webserver.
Back up runtime\servers\coldfusion\SERVER-INF\jrun.xml
Goto CF admin, change JVM path to new java installed folder.
restart cf services...
It will help for any JVM memeory leaking and loads.
B. Tune up CF pages.
Check any pages which returns large query, then use paging
C. Tune up DB Query
Use store procedure.
hiranmaya Guest
-
capesong #4
Re: CFMX Hanging
Thanks for the advice! We're going to try your suggestions and see if that helps.
Thanks again.
capesong Guest



Reply With Quote

