> We are running ColdFusion 9 on a Windows 2003 web server a in multi-home
> configuration.
>
> We have four ColdFusion services configured on our system: cfusion,
> general, pur, and playground.  Looking at the Windows Services panel
> only the cfusion and playground ColdFusion services are started.  When
> we tried to start the other two, they fail to start with the following
> message in the Windows Event logs: "The ColdFusion 9 AS General service
> terminated with service-specific error 2".
>
> So I started to search for more information about this.  During my
> research, I thought why not try the ColdFusion Enterprise Manager
> Instance Manger page in the ColdFusion Administrator.  This is where
> things become a bit wierd.  All the instances are running according to
> the Instance manager.  And further testing seems to confirm that this is
> true.  All the administrator pages work, applications running against
> each instance are working.  They seem to all be running.
>
> Using the Microsoft|Sys Internals Process Explorer tool, we can see that
> there are only two jrunsvc processes running, the one for the cfusion
> instance and the one for the playground instance.  But there are four
> jrun.exe processes running.  How is this possible?
>
> Looking at the properties of the processes with the Explore tool, we see
> that the jrun.exe processes that match the jrunsvc have this string:
>
> jrun.exe -config jvm-cfusion.config -nohup -ntservice "ColdFusion 9
> Default CFusion-StartEvent" -startByNTService "cfusion"
>
> The two jrun.exe process that do not match a jrunsvc have this string:
> E:\JRun4\bin\jrun.exe -nohup -start -childVM pur

The first two are actually running as services. The others are running
as applications. CF/JRun can run as an application or as a service. If
it's running as an application, you won't be able to start the
corresponding service while the application is running. Kill the
application instances and start them as services, and I'll bet they'll
start then.

It's fairly common to run J2EE servers as applications in a
development environment, as you can more easily stop and start them,
interact with them, etc.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to