All,

If anyone can help me get some meaning out of the following, I'd really
appreciate it.

I've become accustomed to seeing many of the following in my processes list,
but am starting to wonder if it's not supposed to be only one:

nobody   25771  0.0  3.4 821268 35708 ?      SN   15:58   0:00
/opt/coldfusionmx/bin/cfusion -start default

At the moment, I'm seeing this process 85 times when I ps linux! (with
different pid's of course)

Also, there is a new process today that I had not noticed before:

nobody   20618  0.0  0.0  1700  624 ?        SN   12:26   0:00
/opt/coldfusionmx/bin/cfusion -autorestart -start default

Please forgive me for sending so much info. Here is the context for this
next bit. The web site is up and running. Everything on the surface is fine.
I'm digging through my logs for more info. I tail the cfserver.log file and
find this:
----------------------------------------
09/11 15:57:40 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Running on JRun4...
Starting ColdFusion services...
(coldfusion.server                   ?   ) Starting logging...
0 [main] INFO coldfusion.server  - Starting logging...
log4j:ERROR No syslog host is set for SyslogAppedender named "null".
09/11 15:57:41 info JRun Proxy Server listening on *:51010
09/11 15:57:42 info Deploying enterprise application "Macromedia ColdFusion
MX" from: file:/opt/coldfusionmx/
09/11 15:57:42 info Deploying web application "ColdFusion Web Application"
from: file:/opt/coldfusionmx/
09/11 15:57:43 info Web Services in coldfusionmx#wwwroot:
09/11 15:57:43 info CFCProcessor
09/11 15:57:43 user JSPServlet: init
09/11 15:57:43 info Deploying enterprise application "Flash Remoting EAR"
from: file:/opt/coldfusionmx/runtime/servers/default/flashgateway.ear
09/11 15:57:43 info Deploying web application "Flash Remoting" from:
file:/opt/coldfusionmx/runtime/servers/default/flashgateway.ear
09/11 15:57:43 user JSPServlet: init
09/11 15:57:43 user FlashGatewayServlet: init
Server default ready (startup time: 8 seconds)
09/11 15:58:39 error Connection reset by peer: Connection reset by peer
java.net.SocketException: Connection reset by peer: Connection reset by peer
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:85)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:275)
        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:152)
        at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:32
0)
        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)

09/11 15:59:08 error Connection reset by peer: Connection reset by peer
java.net.SocketException: Connection reset by peer: Connection reset by peer
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:85)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:275)
        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:152)
        at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:32
0)
        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)
-----------------------------------

I've been seeing this "Connection reset by peer:" part for quite sometime.
I'm starting to think a couple of things. 1)CFMX is starting/restarting
itself almost around the clock. 2) The connection between Apache and CFMX is
not stable.

David Droddy



----- Original Message -----
From: "Jesse Noller" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 11:22 AM
Subject: RE: RE: CFMX on Linux/Apache2


Check the logs on the machine, the amount of free ram you quoted is a very
bad sign, I would say you have something causing a memory leak in your
application.

As for contacting technical support, they should not give you a cold
shoulder, and if they do, let me know. We do have many people using CFMX in
the configuration you have, running without issue. Something is seriously
going wrong with your install, and this needs to be handled through the
proper channels to see if this is a bug with CFMX, or just configuration.

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy"

"But I neeeeed tacos! I need them or I will
explode! That happens to me sometimes!" -GIR

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 11, 2002 11:06 AM
> To: CF-Server
> Subject: Re: RE: CFMX on Linux/Apache2
>
> IS there a debug tag for the coldfusion start command? That would be a
> great
> help.
>
> I will be contacting Macromedia Tech Sup. today, but I'm not expecting
> much
> from them other than a minimum 2 day turnaround simply requesting more
> information and then a cold shoulder when those are sent. That's been my
> experience so far.
>
> David Droddy
>
> ----- Original Message -----
> From: "Jesse Noller" <[EMAIL PROTECTED]>
> To: "CF-Server" <[EMAIL PROTECTED]>
> Sent: Wednesday, September 11, 2002 10:32 AM
> Subject: RE: RE: CFMX on Linux/Apache2
>
>
> > Can anyone suggest any risks I might be facing by asking CRON to attempt
> > to
> > start CFMX every 15 minutes until I resolve this?
>
>
> Uh... I'd debug it, not insert a hack like that which would not be needed
> if
> the problem was identified.
>
> Have you also contacted technical support?
>
> -Jesse Noller
> Macromedia.
>
>

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to