Yeah, you bet Steven. You meant a `grep` in the `ps` command, right? The output you want is listed below. I've also include a shutdown message (which is indicitive of a problem). Note that the /opt/coldfusionmx7/runtime/logs directory never gets anything written to it; it dies out before that happens, only /opt/coldfusionmx7/logs/cfserver.log is ever created.
The linux is CentOS 4.1. Basically a free (as in beer) recompile of RHEL 4's [free as in speech] SRPMS with the word 'redhat' removed. This was a fresh install, and SELinux is entirely disabled on the system (because it causes problems, as you're well aware). thanks, barneyb root:panama:/opt/coldfusionmx7/bin # ./coldfusion start Starting ColdFusion MX 7... The ColdFusion MX 7 server is starting up and will be available shortly. ====================================================================== ColdFusion MX 7 has been started. ColdFusion MX 7 will write logs to /opt/coldfusionmx7/logs/cfserver.log ====================================================================== root:panama:/opt/coldfusionmx7/logs # cat cfserver.log Starting Macromedia JRun 4 (Build 84683), coldfusion server 07/15 12:40:09 warning Unable to open /opt/coldfusionmx7/runtime/lib/license.properties 07/15 12:40:13 info JRun Naming Service listening on *:2920 root:panama:/opt/coldfusionmx7/runtime/logs # lsof -i :2920 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME cfmx7 20385 nobody 7u IPv6 90543 TCP *:2920 (LISTEN) cfmx7 20386 nobody 7u IPv6 90543 TCP *:2920 (LISTEN) cfmx7 20387 nobody 7u IPv6 90543 TCP *:2920 (LISTEN) cfmx7 20388 nobody 7u IPv6 90543 TCP *:2920 (LISTEN) .... 48 more lines root:panama:/opt/coldfusionmx7/runtime/logs # ps -ef | grep cfmx nobody 20383 1 0 12:40 pts/0 00:00:00 /opt/coldfusionmx7/bin/cfmx7 -jar cfusion.jar -autorestart -start coldfusion nobody 20385 20383 4 12:40 pts/0 00:00:08 /opt/coldfusionmx7/bin/cfmx7 -jar cfusion.jar -start coldfusion nobody 20386 20385 0 12:40 pts/0 00:00:00 /opt/coldfusionmx7/bin/cfmx7 -jar cfusion.jar -start coldfusion nobody 20387 20386 0 12:40 pts/0 00:00:00 /opt/coldfusionmx7/bin/cfmx7 -jar cfusion.jar -start coldfusion .... 50 more lines root:panama:/opt/coldfusionmx7/bin # ./coldfusion stop Stopping ColdFusion MX 7, please wait Stopping coldfusion server...could not stop server, either it's not running, you don't have permission to stop the server or it needs to be killed manually The ColdFusion MX 7 server seems to be hanging, will stop non-gracefully ColdFusion MX 7 has been stopped On 7/15/05, Steven Erat <[EMAIL PROTECTED]> wrote: > Can you post more information? Perhaps the contents of the console > window after starting up, then a ps -ef | cfmx, and perhaps do a live > tail on all the jrun logs during startup (tail -f > /opt/coldfusionmx7/runtime/logs/*.log). > > Also, what's the version of Linux? > > -Steven Erat > > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212031 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

