Do "ColdFusion 8 Extensions for Eclipse" work with ColdFusion 9?
I have not been able to get line debugging to work. I have the developer edition of ColdFusion 9 running on Win7/Apache. I am following the instructions found at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=usingdebugger_4.html. When I try to test the connection or the debugger, the ColdFusion (JRun) server crashes.
Before testing the connection, my cfm pages are rendered correctly but after testing the connection I get:
Server Error
The server encountered an internal error and was unable to complete your request.
Could not connect to JRun Server.
The error persists until I restart the "ColdFusion Application Server" service.
The logs do not provide too much info but I looks like the server is restarting when I try to use debugging.
eventgateway.log
"Information","main","09/09/10","11:31:35",,"Starting Event Backend Handlers."
"Information","main","09/09/10","11:31:35",,"Initialized EventRequestDispatcher with a Thread Pool size of 1."
"Information","main","09/09/10","11:31:35",,"Initializing EventRequestHandler"
"Information","main","09/09/10","11:31:35",,"Starting Event Gateways."
sever.log
"Information","main","09/09/10","11:31:26",,"Starting logging..."
"Information","main","09/09/10","11:31:26",,"Starting license..."
"Information","main","09/09/10","11:31:28",,"Invalid ColdFusion 9 license."
"Information","main","09/09/10","11:31:28",,"Invalid ColdFusion 9 license."
"Information","main","09/09/10","11:31:28",,"Developer Edition enabled"
"Information","main","09/09/10","11:31:28",,"Starting crypto..."
"Information","main","09/09/10","11:31:28",,"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","main","09/09/10","11:31:28",,"Starting security..."
"Information","main","09/09/10","11:31:28",,"Starting scheduler..."
"Information","main","09/09/10","11:31:28",,"Starting WatchService..."
"Information","main","09/09/10","11:31:28",,"Starting debugging..."
"Information","main","09/09/10","11:31:28",,"Starting sql..."
"Information","main","09/09/10","11:31:32",,"Pool Manager Started"
"Information","main","09/09/10","11:31:33",,"Starting mail..."
"Information","main","09/09/10","11:31:33",,"Starting runtime..."
"Information","main","09/09/10","11:31:33",,"CORBA Configuration not enabled"
"Information","main","09/09/10","11:31:33",,"Starting cron..."
"Information","main","09/09/10","11:31:34",,"Starting registry..."
"Information","main","09/09/10","11:31:34",,"Starting client..."
"Information","main","09/09/10","11:31:34",,"Starting xmlrpc..."
"Information","main","09/09/10","11:31:34",,"Starting graphing..."
"Information","main","09/09/10","11:31:34",,"Starting verity..."
"Information","main","09/09/10","11:31:34",,"Starting solr..."
"Information","main","09/09/10","11:31:34",,"Starting archive..."
"Information","main","09/09/10","11:31:34",,"Starting document..."
"Information","main","09/09/10","11:31:34",,"Starting eventgateway..."
"Information","main","09/09/10","11:31:35",,"Starting FlexAssembler..."
"Information","main","09/09/10","11:31:35",,"Starting .NET..."
"Information","main","09/09/10","11:31:35",,"Starting Monitoring..."
"Information","main","09/09/10","11:31:35",,"ColdFusion started"
Any help would be greatly appriciated.
