Excerpt from :
http://www.macromedia.com/v1/Handlers/index.cfm?ID=8627&Method=Full

<!------------
If you're not getting core files created when it's reported that
"something's wrong with the site", and ColdFusion appears to be
unresponsive (but no core file was created), there's a good chance
you've got hung request threads (a common cause of which is database
locking or contention or DB client lib problems). 
To check for hung threads, make sure you have the "Enable Performance
Monitoring" and "Log Requests Taking Longer Than X Seconds" turned on in
the ColdFusion Administrator, and in the /coldfusion/bin directory, run:


./cfstat 2 

If you see, for example, five running requests and you have the "Number
of Simultaneous Requests" in the ColdFusion Administrator set to five,
and that number doesn't drop, ColdFusion probably made a call outside
its environment (to whatever, typically to the database) and the call
never came back for some reason. Check the log files (especially
application.log and server.log) to look for clues or recent errors that
might be accomplices to the drama.
----------------->

This is why I asked if you were using COM or EJBs, something outside the
coldFusion environment. Of course I forgot the obvious, the DB, is the
datasource setup correctly?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: "Tangorre [mailto:"Tangorre] 
Sent: Monday, January 27, 2003 2:32 PM
To: CF-Talk
Subject: RE: cfmx server

cfstat? (dont laugh, im not the admin.... he asked me to post this)

-----Original Message-----
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 2:31 PM
To: CF-Talk
Subject: RE: cfmx server


What is cfStat showing?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: "Tangorre [mailto:"Tangorre] 
Sent: Monday, January 27, 2003 2:13 PM
To: CF-Talk
Subject: RE: cfmx server

all simple cold fusion apps. no COM, no EJBs.


-----Original Message-----
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 1:58 PM
To: CF-Talk
Subject: RE: cfmx server


What type of applications do you have running? Did this box work
properly before, or is this a new install? Are you using any outside
objects like EJBs, classes or COM? What does CFStat tell you?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: "Tangorre [mailto:"Tangorre] 
Sent: Monday, January 27, 2003 1:35 PM
To: CF-Talk
Subject: cfmx server

The cfmx server in one of our environments is not functioning correctly.
If we get it working, it works for like 5 minutes, then it dies.  So far
the only I can fetch out of the log files is in one of the jrun log
files.  When I say dead I mean that all .cfm files don't work, like the
browser hangs waiting for it to load, and after like 10 minutes, it says
something like server error, the server was unable to process your
request.  Meanwhile the jrun service is using 100% of the CPU.  Any
ideas on what might be wrong or anything to help us diagnose the
problem.

Here is the error in the jrun log file.

01/27 10:35:16 error Connection reset by peer: JVM_recv in socket input
stream read

java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read

            at java.net.SocketInputStream.socketRead(Native Method)

            at java.net.SocketInputStream.read(Unknown Source)

            at java.io.BufferedInputStream.fill(Unknown Source)

            at java.io.BufferedInputStream.read1(Unknown Source)

            at java.io.BufferedInputStream.read(Unknown Source)

            at
jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:521)

            at
jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:513)

            at
jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:531)

            at
jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)

            at
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:15
2)

            at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.jav
a:320)

            at
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:4
33)

            at
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:
280)

            at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)

 

any ideas?







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to