Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?

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

  1. #1

    Default Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?

    I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows
    2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2
    installed but not hot fix 3 that was just released.

    Things have been working pretty well, but the /CFIDE/administrator windows
    quit displaying (it times out). Although restarting CFMX7 Application Server
    "fixed" the problem, any ideas why it quit working and what the real fix might
    be short of restarting the CFMX7 Application Server?

    Before /CFIDE/administrator windows quit displaying completely, I noticed I
    could not display the log files last week (it would time out). I'm guessing
    that is related. Perhaps it was the first symptom?

    JRun TechNote JRun 4: General troubleshooting techniques for an unresponsive
    JRun server
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18744[/url]
    suggested turning on metrics logging which I did. Any ideas my variable names
    {jrpp.busyTh}/{jrpp.totalTh} are being displayed instead of their actual
    values? As I mentioned above I am using Apache.

    For example,
    07/28 13:49:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21632 Free=8780
    07/28 13:50:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21760 Free=8999
    07/28 13:51:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21824 Free=9066
    07/28 13:52:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21824 Free=9067
    07/28 13:53:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21824 Free=9069
    07/28 13:54:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21760 Free=9006
    07/28 13:55:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21696 Free=8943
    07/28 13:56:39 metrics Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh}
    Sessions: 0 Total Memory=21696 Free=8944

    Would this topic be better suited for the jrun forums?

    Thanks,
    Daniel

    dgaddis Guest

  2. Similar Questions and Discussions

    1. Automate CFMX7 Admin similar to silent CFMX7 Installer
      I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how...
    2. CFMX7 administrator error
      When I try to access the settings in CF administrator, I get the following error: 500 Java bean field access exception.
    3. CFIDE/administrator not working
      I'm on Win 2003 Server and IIS 6.0. I've just updated to CF7.01 and can no longer get to the administrator (CFIDE/administrator). I get the error...
    4. Windows 2000 CFMX7 CFIDE quit working (it times out)
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
    5. Restarting an Application in CFMX7
      In CFMX7, Application.cfc provides great functionality for Application and Session events, however, during development it's important to be able to...
  3. #2

    Default Re: Windows 2000 CFMX7 /CFIDE/administrator quit working(it times out) What is the real fix short of restarting CFMX7?

    I posted this to the jrun general discussion form. Ted Zimmeramn suggested...
    > See [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?[/url]
    > id=tn_19120 regarding jrpp showing up in metrics. You need to delete ".jrpp"
    > from the formatting.
    > Also see [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?[/url]
    > id=tn_18772 for troubleshooting ColdFusion.
    deleting the jrpp. from both variables now shows the actual value and not just
    the variable name.

    now...

    <attribute name="metricsFormat">Web threads (busy/total):
    {busyTh}/{totalTh} Sessions: {sessions}
    Total Memory={totalMemory} Free={freeMemory}</attribute>

    daniel

    dgaddis Guest

  4. #3

    Default Re: Windows 2000 CFMX7 /CFIDE/administrator quit working(it times out) What is the real fix short of restarting CFMX7?

    It may have to do with a change to Java that is conflicting with Macromedia...
    you probably need to upgrade... see this article:

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=98b88caa[/url]


    narsavagep 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