Coldfusion 8 Application Server can't start

Recently I switched from Windows XP 32-bits OS to Windows 7 64-bit OS. I still use Coldfusion 8 Application Server 32-bit Developer Edition at Windows 7 64-bit OS.

I am still using Coldfusion debugger to line debugging with CFEclipse, and sometimes the debugger stuck or can’t stop at a break point, then I usually restart the coldfusion 8 application server service to restart the coldfusion debugger. This situation happens at both my Windows XP and Windows 7 computers.

However, I encountered a trouble that I hadn’t met before: at my Windows 7 computer, if the debugger got stuck or can’t stop at a break point, then I tried to restart the coldfusion 8 application server service, the service said it couldn’t be stopped. Although after a while, it was indeed stopped!

After it was stopped, I tried to start the service. The first time the service would be turned on in a second, super fast! After about 5 seconds, the service switched from started to stopped automatically, since I only see ‘Start’ at the context menu. If I tried to start the service again, it took super long, and finally said “The ColdFusion 8 Application Server service could not be started. Check the server “coldfusion” log files for more information.”

The only way to start the coldfusion 8 application server service will be reboot the computer, or install coldfusion 8 32-bit server again, either of which is painful.

I tried the following methods, and none of them worked:

  1. I modified the debugger port at C:\ColdFusion8\runtime\bin\jvm.config and/or Coldfusion 8 Administrator, say from 5005 to 5006 or other ports.

  2. I restarted all other services that are already running in the system.

3)articles such as: http://forums.adobe.com/thread/461723

http://www.sitepoint.com/forums/showthread.php?625755-ColdFusion-serve r-specific-error-code-2

http://help.adobe.com/en_US/ColdFusionBuilder/Using/WS0ef8c004658c1089 -31c11ef1121cdfd6aa0-7fff.html

Could anybody please help?

Thank you in advance!

Here I post some messages shown in the log files.

  1. Server.log

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting logging…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting license…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Invalid ColdFusion 8 license.”

“Information”,“main”,“11/23/11”,“11:16:01”,“Developer Edition enabled”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting crypto…”

“Information”,“main”,“11/23/11”,“11:16:01”,“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”,“11/23/11”,“11:16:01”,“Starting security…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting scheduler…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting WatchService…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting debugging…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Starting sql…”

“Information”,“main”,“11/23/11”,“11:16:01”,“Pool Manager Started”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting mail…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting runtime…”

“Information”,“main”,“11/23/11”,“11:16:02”,“CORBA Configuration not enabled”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting cron…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting registry…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting client…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting xmlrpc…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting graphing…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting verity…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting archive…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting document…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting eventgateway…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting FlexAssembler…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting .NET…”

“Information”,“main”,“11/23/11”,“11:16:02”,“Starting Monitoring…”

“Information”,“main”,“11/23/11”,“11:16:02”,“ColdFusion started”

“Information”,“jrpp-4”,“11/23/11”,“11:36:46”,“ColdFusion debugger is listening at port 49604”

“Information”,“jrpp-14”,“11/23/11”,“15:37:42”,“ColdFusion debugger is stopped”

“Information”,“jrpp-14”,“11/23/11”,“15:37:42”,“ColdFusion debugger is listening at port 53077”

“Information”,“jrpp-14”,“11/23/11”,“15:37:44”,“ColdFusion debugger is stopped”

“Information”,“jrpp-14”,“11/23/11”,“15:37:45”,“ColdFusion debugger is listening at port 53081”

  1. Application.log

“Error”,“jrpp-17”,“11/23/11”,“04:52:09”,"A License exception has occurred.You tried to access the Developer Edition from a disallowed IP (80.18.87.212). The Developer Edition can only be accessed from 127.0.0.1 and two additional IP addresses. The additional IP addresses are: 218.29.128.170,219.143.8.143 The specific sequence of files included or processed is: ‘’‘’ "

“Error”,“jrpp-17”,“11/23/11”,“06:58:23”,"A License exception has occurred.You tried to access the Developer Edition from a disallowed IP (60.2.76.50). The Developer Edition can only be accessed from 127.0.0.1 and two additional IP addresses. The additional IP addresses are: 218.29.128.170,219.143.8.143 The specific sequence of files included or processed is: ‘’‘’ "

  1. Exception.log

“Error”,“jrpp-17”,“11/23/11”,“06:58:23”,"A License exception has occurred.You tried to access the Developer Edition from a disallowed IP (60.2.76.50). The Developer Edition can only be accessed from 127.0.0.1 and two additional IP addresses. The additional IP addresses are: 218.29.128.170,219.143.8.143 The specific sequence of files included or processed is: ‘’‘’ "

coldfusion.license.LicenseManager$LicenseInvalidIPException: A License exception has occurred.

at coldfusion.license.LicenseManager.a(Unknown Source)

at coldfusion.license.LicenseManager.checkValidIP(Unknown Source)

at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:26)

at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)

at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:7 4)

at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePers istenceFilter.java:28)

at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)

at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)

at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)

at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)

at coldfusion.CfmServlet.service(CfmServlet.java:175)

at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:8 9)

at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)

at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringS ervletFilter.java:42)

at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46 )

at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)

at jrun.servlet.FilterChain.service(FilterChain.java:101)

at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)

at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java: 286)

at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java: 543)

at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.ja va:203)

at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo l.java:320)

at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j ava:428)

at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool. java:266)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)