Ask a Question related to Coldfusion Server Administration, Design and Development.
-
dgaddis #1
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
-
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... -
CFMX7 administrator error
When I try to access the settings in CF administrator, I get the following error: 500 Java bean field access exception. -
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... -
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... -
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... -
dgaddis #2
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.deleting the jrpp. from both variables now shows the actual value and not just> Also see [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?[/url]
> id=tn_18772 for troubleshooting ColdFusion.
the variable name.
now...
<attribute name="metricsFormat">Web threads (busy/total):
{busyTh}/{totalTh} Sessions: {sessions}
Total Memory={totalMemory} Free={freeMemory}</attribute>
daniel
dgaddis Guest
-
narsavagep #3
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



Reply With Quote

