For this installation I have to do the MultiServer install. If you install the
ColdFusion multiserver configuration or the J2EE configuration, you can specify
the directory in which to install the .NET Integration software, which in my
case is "D:\CF8DotNetService". In this directory, the only log file is
'CF8DotNetsvc.log' and the only entry in it is from the last install:
"09/05/2008 12:45:29 INFO: InstallService: Installed the service ColdFusion 8
.NET Service"
In the cflogs\server.log I see the following:
"Information","scheduler-9","05/13/08","12:34:38",,"Starting logging..."
"Information","scheduler-9","05/13/08","12:34:38",,"Starting license..."
"Information","scheduler-9","05/13/08","12:34:39",,"Enterprise Edition enabled"
"Information","scheduler-9","05/13/08","12:34:39",,"Starting crypto..."
"Information","scheduler-9","05/13/08","12:34:40",,"Installed JSafe JCE
provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security Provider
(implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES, DESX, RC2, RC4,
RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5,
HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","05/13/08","12:34:40",,"Starting security..."
"Information","scheduler-9","05/13/08","12:34:40",,"Starting scheduler..."
"Information","scheduler-9","05/13/08","12:34:40",,"Starting WatchService..."
"Information","scheduler-9","05/13/08","12:34:40",,"Starting debugging..."
"Information","scheduler-9","05/13/08","12:34:40",,"Starting sql..."
"Information","scheduler-9","05/13/08","12:34:43",,"Pool Manager Started"
"Information","scheduler-9","05/13/08","12:34:43",,"Starting mail..."
"Information","scheduler-9","05/13/08","12:34:43",,"Starting runtime..."
"Information","scheduler-9","05/13/08","12:34:43",,"CORBA Configuration not
enabled"
"Information","scheduler-9","05/13/08","12:34:43",,"Starting cron..."
"Information","scheduler-9","05/13/08","12:34:44",,"Starting registry..."
"Information","scheduler-9","05/13/08","12:34:44",,"Starting client..."
"Information","scheduler-9","05/13/08","12:34:44",,"The metrics service is
disabled for the J2EE edition"
"Information","scheduler-9","05/13/08","12:34:44",,"Starting xmlrpc..."
"Information","scheduler-9","05/13/08","12:34:45",,"Starting graphing..."
"Information","scheduler-9","05/13/08","12:34:45",,"Starting verity..."
"Information","scheduler-9","05/13/08","12:34:45",,"Starting archive..."
"Information","scheduler-9","05/13/08","12:34:45",,"Starting document..."
"Information","scheduler-9","05/13/08","12:34:46",,"Starting eventgateway..."
"Information","scheduler-9","05/13/08","12:34:47",,"Starting FlexAssembler..."
"Information","scheduler-9","05/13/08","12:34:47",,"Starting .NET..."
"Information","scheduler-9","05/13/08","12:34:47",,"Starting Monitoring..."
"Information","scheduler-9","05/13/08","12:34:49",,"ColdFusion started"
So it *seems* like it should be chatting. When I perform a netstat I see the
ports are alive:
TCP dev0-henry:6085 dev0-henry.company.local:0 LISTENING
TCP dev0-henry:6086 dev0-henry.company.local:0 LISTENING
One change I've made is changing the original test code to include the
'assemby' attribute such that the call is now:
<cfobject type=".NET" name="pingClass"
class="System.Net.NetworkInformation.Ping"
assembly = "C:/Net/Assemblies/system.dll">
Although this is where I've copied the framework .dll's and the process has
full rights to the directory, I get:
"Class System.Net.NetworkInformation.Ping not found in the specified assembly
list."
I can't tell if I'm getting closer or further from an answer. Any/all help is
very much appreciated. Thank you.