It dies after 5 minutes no matter which pages you hit?  For instance,  
if you were to create a simple test page like this...

<html>
        <cfset myVar = "I'm working." />
        <cfoutput>#myVar#</cfoutput>
</html>

... and hit it for 5 minutes, the server will still eventually die?   
I'm guessing not, so the next step would be to find out which page is  
causing it to hang, then let us know what kind of things you are doing  
in that page (queries, cfhttp, etc).  You might also start cutting  
chunks of code out of the page to try to narrow it down.

Christian

On Monday, January 27, 2003, at 01:34 PM, <"Tangorre>,Michael" wrote:

> 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:1 
> 52)
>
>             at  
> jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.ja 
> va:320)
>
>             at  
> jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java: 
> 433)
>
>             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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to