Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [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),...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: CFMX Hanging

    Thanks for the advice! We're going to try your suggestions and see if that helps.

    Thanks again.
    capesong Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139