Discussion:
unable to access ColdFusion Administrator
(too old to reply)
kernel10325
2009-03-16 01:34:19 UTC
Permalink
I'm just getting started with coldfusion. I bought an old book Coldfusion MX
Bible (and CD), followed the directions, and installed ColdFusion MX and its
standalone webserver. After it finished installing, I clicked a button to take
me to the ColdFusion Administrator which brought up my browser (IE7.0) pointing
to this page:

http://localhost:8500/CFIDE/administrator/index.cfm

It throws the following error:
===================================
Error Occurred While Processing Request

Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
2.0.50727; .NET CLR 1.1.4322)
Remote Address 127.0.0.1
Referer
Date/Time 15-Mar-09 06:46 PM

Stack Trace (click to expand)

java.lang.NoClassDefFoundError
at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
at coldfusion.compiler.TemplateReader.decrypt(Unknown Source)
at coldfusion.compiler.TemplateReader.(Unknown Source)
at coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown Source)
at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source)
at coldfusion.util.LruCache.get(Unknown Source)
at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown
Source)
at coldfusion.util.AbstractCache.fetch(Unknown Source)
at coldfusion.util.SoftCache.get(Unknown Source)
at coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source)
at coldfusion.filter.PathFilter.invoke(Unknown Source)
at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
at coldfusion.CfmServlet.service(Unknown Source)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

==========================
I went to www.java.com and upgraded to the latest version - still no joy.

Any thoughts?

Thanks,
Robert
-==cfSearching==-
2009-03-16 04:25:18 UTC
Permalink
Yes, that is an issue that to do with the jre used in the older versions of CF.


Personally, I would consider downloading a newer version (CF8). Though some
things will not be exactly the same as in your book. If you really want to
follow along with the book you have, try applying the hotfix in the link below.
You could also update the jvm used by CF (something like 1.4 should work). Do
not bother with the "6.1 Updater" link. It is broken/no longer available.
http://kb.adobe.com/selfservice/viewContent.do?externalId=98b88caa
Loading...