Skip to main content
January 29, 2007
Question

Problem on reload

  • January 29, 2007
  • 1 reply
  • 243 views
I have just loaded Cold Fusion MX developer edition onto a new PC. I had loaded it previously onto my old PC a couple of years ago and so my recollections of any problems I might have had then are hazy.

Anyway, everything seemed to load OK (from a Studio MX CD) but when trying to get to the administrator I simply get a "Error Occurred While Processing Request " screen!

I am running XP SP2.

Any help gratefully accepted.

Cheers

Martin
    This topic has been closed for replies.

    1 reply

    Fernis
    Inspiring
    January 29, 2007
    I remember there was a small bug in one of the CFMX trial installers, which either threw you too early to the admin page, or more likely gave you a wrong url.

    Just try manually typing http://localhost/cfide/administrator/ as the url, without anything after the last forward slash. I guess the problem was that the installer redirected you to some file which didn't exist.

    If you get no response, check that your Apache or IIS is running, as well as the CFMX service. If things still don't work and you're using Apache, you could post us your CFMX version number as well as the Apache version number, so that we know they should work together.
    January 29, 2007
    Hi

    Just tried a couple of other things.

    Tried creating an "Heelo world" htm page and put it in the inetpub/wwwroot/CFIDE directory. It loads fine. I then renamed it it index.cfm and I got the same error as when trying to laod the admin page.

    I have include the stack trace (there was a clickable link on the error page).

    Cheers

    Martin

    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.runtime.TemplateClassLoader.newInstance(Unknown Source)
    at coldfusion.tagext.lang.IncludeTag.setTemplate(Unknown Source)
    at coldfusion.tagext.lang.IncludeTag.setTemplatePath(Unknown Source)
    at coldfusion.filter.CfincludeFilter.invoke(Unknown Source)
    at coldfusion.filter.CfincludeFilter.include(Unknown Source)
    at coldfusion.filter.ApplicationFilter.invoke(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.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)
    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)