All templates broken after applying CFMX7 updater

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default All templates broken after applying CFMX7 updater

    We are running CFMX7 on a multi-server configuration on Solaris 2.8. We applied
    the MX7 updater 7.0.1. The install said it was successful but we can't any
    templates to run without error. I've tried looking in the Apache logs and
    ColdFusion logs for more info but there isn't much in there. Anyone run into
    this before? Anyone have ideas?

    The error on the pages themselves look like this:

    Requested page cannot be displayed

    An unexpected error occurred that prevented /cfide/administrator/index.cfm
    from being displayed.


    --------------------------------------------------------------------------------

    Technical Information:

    HTTP Status Code: 500
    Exception Type: class java.lang.NullPointerException
    Servlet Name: CfmServlet



    Exception java.lang.NullPointerException
    (View stack trace)
    at
    coldfusion.runtime.TemplateClassLoader.newInstance (TemplateClassLoader.java:393)
    at
    coldfusion.runtime.TemplateClassLoader.newInstance (TemplateClassLoader.java:374)
    at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:11
    8) at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:25
    0) at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:23
    4) at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:10
    2) at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:96
    ) at
    coldfusion.runtime.TemplateProxyFactory.resolveNam e(TemplateProxyFactory.java:61
    8) at coldfusion.runtime.CFPage.createObject(CFPage.java :5707) at
    coldfusion.runtime.CFPage.CreateObject(CFPage.java :5676) at
    coldfusion.runtime.CFPage.CreateObject(CFPage.java :5641) at
    cfApplication2ecfm1144146628.runPage(C:\blackstone _updates\cfusion\wwwroot\CFIDE
    \administrator\Application.cfm:113) at
    coldfusion.runtime.CfJspPage.invoke(CfJspPage.java :152) at
    coldfusion.tagext.lang.IncludeTag.doStartTag(Inclu deTag.java:349) at
    coldfusion.filter.CfincludeFilter.invoke(Cfinclude Filter.java:65) at
    coldfusion.filter.CfincludeFilter.include(Cfinclud eFilter.java:33) at
    coldfusion.filter.ApplicationFilter.invoke(Applica tionFilter.java:157) at
    coldfusion.filter.RequestMonitorFilter.invoke(Requ estMonitorFilter.java:51) at
    coldfusion.filter.PathFilter.invoke(PathFilter.jav a:86) at
    coldfusion.filter.ExceptionFilter.invoke(Exception Filter.java:69) at
    coldfusion.filter.ClientScopePersistenceFilter.inv oke(ClientScopePersistenceFilt
    er.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilt er.java:38) at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:38) at
    coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22) at
    coldfusion.filter.RequestThrottleFilter.invoke(Req uestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107) at
    coldfusion.bootstrap.BootstrapServlet.service(Boot strapServlet.java:78) at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91) at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42) at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:257) at
    jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:541) at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:204) at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:426)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)



    capesong Guest

  2. Similar Questions and Discussions

    1. CFMX7 with updater on SUSE Linux Enterprise Server 9problems
      Hello, I have a license for Coldfusion MX 7 Enterprise. I am installing in Multiserver mode (to run 4 instances) on SUSE Linux Enterprise Server 9...
    2. CFMX7 Templates compilation
      Hello to the community. I need to know if someone has already compiled the CFM templates into a JAR file and delpoyed, to exchange knowledge,...
    3. CFMX7 charts: stacked bar graph w/ 1 item broken
      I'm using (at least attempting to) a stacked rotated bar graph (now in CFMX7, horizontalbar) with multiple cfchartseries to display a single...
    4. applying templates to multiple files ?
      Is there a way in Dreamweaver MX or Dreamweaver 3 to select a group of .html page files and then apply a single template to all selected files? We...
    5. Applying Templates "En Masse"
      I would just like to respond to the person who said: "3000 pages and using templates, boy I had to have a laugh. Hell this forum cheers me up...
  3. #2

    Default Re: All templates broken after applying CFMX7 updater

    Hmm,

    thats odd. Try rerunning the Jrun webconnector utility or simple the
    updateallconnectors batch file. If that does not help then you should
    try to reinstall. It possible that the updater was curropted or messed
    up and a bad jar was copied over. Can you also check your updater log
    for errors?

    Robi

    robisen@gmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139