ColdFusion MX7 security issue

Hello,
We have few server with CF7 installed. And we have serious security problem, which is described in APSB10-18. However we found fix patch only for CF8-9. So we can't update our CF using provided instruction. Could you help regarding this issue?

According to this:
http://www.adobe.com/support/products/enterprise/eol/eol_matrix.html#63
And this (for the definitions of the terms):
http://www.adobe.com/support/products/enterprise/eol/
You might have a chance to get support if you're on a gold or platinum support package.
If you, you really ought to have migrated away from CFMX7 by July 2010, when normal support for it ended.
Adam

Similar Messages

  • Coldfusion MX7 hotfixes, broken links.

    Hi everyone,
    I'm going thru and updating all our aging MX7 installs at work, with the latest hotfixes and patches.
    That has all gone fine, but the two hotfixes that I need seems to no longer be available, and I am wondering if any of you have the files?
    This is the link to hotfix I am after, specifically,
    CVE-2009-1872 and CVE-2009-1877 Hotfix for ColdFusion 7.0.2
    CVE-2009-1875 Hotfix for ColdFusion 7.0.2
    http://www.adobe.com/support/security/bulletins/apsb09-12.html
    The links for the hotfixes are not working.
    http://download.macromedia.com/pub/coldfusion/updates/702/7_0_2.zip
    http://download.macromedia.com/pub/coldfusion/updates/702/CF7.0.2.zip
    Do any of you have zip files floating around, or is someone from Adobe able to fix the links?
    I realise it's a very old hotfix, and support for it has probably stopped, but I figured I may as well try to find it
    Thanks heaps.
    Leith

    Hi,
    Due to the lack of action / care by Adobe, I've had to find a way to mitigate this Cold Fusion security
    issue (ie lack of the Cold Fusion Hotfix name: CVE-2009-1875).
    Add the following to the Apache web server config:
    <VirtualHost *:80>
         <Directory /var/www/html>
             AllowOverride AuthConfig Indexes Limit Options FileInfo
             RewriteEngine on
             RewriteCond %{REQUEST_URI}     %\d\d
             RewriteRule ^(.*)(%\d+)(.*)$   $1$3    [L]
         </Directory>
    </VirtualHost>
    With this config in place, the following URL:
    http://localhost/index%2500.cfm
    Will redirect to:
    http://localhost/index.cfm
    Enjoy!

  • Urgent::using ColdFusion MX7 in Internet Explorer 7.0

    please help..
    Can someone please tell me whether there are any issues in displaying applications developed using ColdFusion MX7 in Internet Explorer 7.0

    Please see following link hope may be useful to you:
    http://corfield.org/blog/index.cfm/do/blog.entry/entry/IE_Update_and_ColdFusion_MX_7
    Thanks.

  • ColdFusion MX7 on Windows Server 2008 R2 / IIS 7.5

    After configuration, have developed the ColdFusion MX7 installation to Windows Server 2008 R2 64 bits and System for the installation of Office 2000, but in running the following code segment, abnormal.
    code:
    <cftry>
        <cfobject type="COM" name="PPT"
    class="PowerPoint.Application" action="CREATE">
       <cfset variables.stLocalTemp=StructNew()>
       <cfset Pres = PPT.Presentations.Open
    ("abcd.ppt", true, False, False)> 
       <cfset resultjx=Pres.Close()>
       <cfset resultjx=PPT.Quit()>
       <cfset Pres = "">
       <cfset PPT = "">    
      <cfcatch>
        <cfoutput>Error in PPT2JPG CFC:
    #cfcatch.message# #cfcatch.detail#</cfoutput>
       </cfcatch> 
      </cftry>
    Exception:
    An exception occurred when executing a Com method. The cause of this
    exception was that: AutomationException: 0x80004005 - PowerPoint ??¨′
    ò?a′???t?£ in 'Microsoft PowerPoint 2000'.
    Who knows the cause of abnormal, do me a favor.

    Hi Peter,
    Please check if the IPv4 Address and Domain Restrictions feature can help you to achieve target. For more details,
    please refer to following article.
    FTP IPv4 Address and Domain Restrictions
    Page
    In addition, I agree with SenneVL. This issue seems to be more related to IIS configuration. As SenneVL suggested,
    you would post your question in IIS Forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu

  • Mx7 error/issue

    hi all,
            I faced an issue with coldfusion MX7 SERVER...just a simple redirection link gives null pointer exception error...after clicking the link, it gives the error..the same issue faced by all users at the same time, as it is a login link... the error fixed when I restarted the coldfusion service.. so this seems very odd to me..becos no changes are there in the hosting server at this time...so is this a bug in mx7? or any hotfix required to save from this weird error in feature...
    advise plss..
    thanks for reading...

    coldfusion MX7 SERVER
    What is the full version number?
    just a simple redirection link
    Can you post your code?
    Is this the only code that throws the exception?
    null pointer exception error.
    Can you post the full error message?

  • ColdFusion MX7 Reports Hang

    Please see the stack trace below from FusionReactor.  This just started two weeks ago, we had been running great for over three months with no issues like this.  In the past we had seen this once a month or so, but never spent much time on it because it was very infrequent.  Thanks in advance for your help.
    Thread Stack Trace
    Trace Time:   11:47:06.631 16-May-2013
    Request ID:   3273
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:35:37.258 16-May-2013
    Exec Time:    689373ms
    Memory Used:  (8%)41,056KB
    Memory Free:  463,839KB
    Thread ID:    jrpp-164
    Priority:     5
    Hashcode:     8928918
    "jrpp-164" prio=5 tid=0x039a75c0 nid=0x1ed0 waiting on condition
     at java.lang.Thread.sleep(Native Method)
     at coldfusion.runtime.report.Report.runReport(Report.java:323)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.740 16-May-2013
    Request ID:   3313
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:36:36.404 16-May-2013
    Exec Time:    630336ms
    Memory Used:  (9%)46,857KB
    Memory Free:  458,038KB
    Thread ID:    jrpp-143
    Priority:     5
    Hashcode:     6763345
    "jrpp-143" prio=5 tid=0x037c80b0 nid=0x1ce4 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3375
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:41:31.919 16-May-2013
    Exec Time:    334837ms
    Memory Used:  (8%)45,188KB
    Memory Free:  459,707KB
    Thread ID:    jrpp-203
    Priority:     5
    Hashcode:     11587838
    "jrpp-203" prio=5 tid=0x08faf5e8 nid=0x1d44 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3416
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:42:08.853 16-May-2013
    Exec Time:    297903ms
    Memory Used:  (8%)42,401KB
    Memory Free:  462,494KB
    Thread ID:    jrpp-241
    Priority:     5
    Hashcode:     3455229
    "jrpp-241" prio=5 tid=0x0381be88 nid=0x3ec in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3646
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:46:12.916 16-May-2013
    Exec Time:    53840ms
    Memory Used:  (9%)50,379KB
    Memory Free:  454,516KB
    Thread ID:    jrpp-172
    Priority:     5
    Hashcode:     31620022
    "jrpp-172" prio=5 tid=0x03a45a10 nid=0xf70 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3649
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:46:13.947 16-May-2013
    Exec Time:    52809ms
    Memory Used:  (9%)48,752KB
    Memory Free:  456,143KB
    Thread ID:    jrpp-236
    Priority:     5
    Hashcode:     6502586
    "jrpp-236" prio=5 tid=0x03a44760 nid=0x14f4 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3716
    Script Name:  https://ecm.wvdrs.org/ecm/case/case.cfm?form=actionComment&amp;CID=107559
    Started:      11:47:06.303 16-May-2013
    Exec Time:    453ms
    Memory Used:  (9%)45,923KB
    Memory Free:  458,972KB
    Thread ID:    jrpp-160
    Priority:     5
    Hashcode:     23728670
    "jrpp-160" prio=5 tid=0x039a4620 nid=0x19b0 runnable
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(Unknown Source)
     at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataReader.readPacketIntoPrimaryBuffer(Unkn own Source)
     at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataReader.receive(Unknown Source)
     at macromedia.jdbc.sqlserver.tds.TDSRequest.receive(Unknown Source)
     at macromedia.jdbc.sqlserver.tds.TDSExecuteRequest.submitRequest(Unknown Source)
     at macromedia.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.commonExecute(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.executeInternal(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.execute(Unknown Source)
     - locked <0x10ae36c8> (a macromedia.jdbc.sqlserver.SQLServerConnection)
     at coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:212)
     at coldfusion.sql.Executive.executeQuery(Executive.java:705)
     at coldfusion.sql.Executive.executeQuery(Executive.java:638)
     at coldfusion.sql.Executive.executeQuery(Executive.java:599)
     at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
     at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:498)
     at cfactionComment2ecfm627287827.runPage(D:\Inetpub\wwwroot\ecm\Case\actionComment.cfm:26)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfcase2ecfm50633854._factor20(D:\Inetpub\wwwroot\ecm\Case\case.cfm:715)
     at cfcase2ecfm50633854._factor21(D:\Inetpub\wwwroot\ecm\Case\case.cfm:242)
     at cfcase2ecfm50633854.runPage(D:\Inetpub\wwwroot\ecm\Case\case.cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    sunil106 wrote:
    > How can I backup coldfusion mx7 configuration and data
    sources?
    The datasources depends on the type, most databases have
    dedicated tools
    for backups. For CF configuration I do a nightly filesystem
    backup of
    all files with the following extensions:
    *.xml
    *.properties
    *.config
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • ColdFusion MX7 and Javascript

    I have a .cfm file which includes a .js file and then calls a
    newWin() function in the javascript file, as shown below :
    <script language="JavaScript1.2">
    <cfinclude
    template="#request.sharedJSDir#/window_operation.js">
    </script>
    <a
    href="javascript:newWin('D','<cfoutput>#request.http#/#request.daito_dir#</cfoutput>/inde x.cfm');"><img
    src="<cfoutput>#request.sharedImageDir#</cfoutput>/main_menu/logo_daito.gif"
    border="0"></a>
    The newWin() function i the .js file is as below :
    function newWin(a,b)
    var win_name=a+"_appwin";
    var path_x=b;
    var i=newwin.length;
    win_namearray
    =win_name;
    newwin=window.open(path_x,win_name,"left=0,top=0,width=1050,height=650,toolbar=no,location=no,st atus=yes,menubar=yes,scrollbars=no,resizable=yes");
    newwin
    .focus();
    This code works with ColdFusion 5.0 and now I am trying to
    get this to work with ColdFusion MX7. However, it gives an error on
    page as below :
    Line : 1
    Char: 1
    Error : Object expected
    Code: 0
    Could anyone help me to understand this issue?

    idesdema wrote:
    > I haven't tried the first reply yet but Dan... will it
    not work?
    Dan was talking about converting an entire query from
    ColdFusion to some
    type of equivalent JavaScript variable. But your example code
    did not
    show this.
    If you are trying to get complex variables from ColdFusion to
    JavaScript
    such as arrays, structures or queries. You will want to
    investigate the
    <cfwddx...> tag.
    <head>
    <script type="text/javascript">
    <cfwddx action="CFML2JS"
    input="#myComplexVar#"
    topLevelVariable="myJSvar">
    </script>
    But your original post did not show this.
    idesdema wrote:
    > var point = new GLatLng(#cf1#,#cf2#);
    This shows basic simple values being output into a JS
    function, which my
    original post demonstrated.

  • Coldfusion MX7.2 & IBM webshpere 6.1

    Hi,
    we have tried to deploy coldfusion mx 7.2 on IBM websphere
    6.1. unfortunatly we found security
    issues. can anyone give us the correct steps how to install
    coldfusion on IBM websphere or does
    anyone faced the same problem and what was the solution.
    Thanks
    Eyad Makhoul

    Helios,
    Thank you very much for your reply
    Is it possible to do both gzip and tar -xvf in single commnd because we don't have that much space on the server
    when we execute gzip -d /u01/backup/backup_prod/prod_db.tar.gz it will create file as prod_db.tar again we need to execute
    tar -xvf /u01/backup/backup_prod/prod_db.tar
    In the above command either we need to give . to untar the files in the same directory same like Linux.
    With out . in aix the untar files are over riding on source location i.e /u01/erp/prod
    Please advice

  • Coldfusion MX7 Backups

    Greetings.
    A few months ago we had a boss that rubber stamped everything
    with a "Sure we can do that" to every technology that was asked to
    be implemented. He is now gone, but as a result of his "Sure we can
    do that" attitude I am now stuck supporting a system that I have
    never even heard of until the past few weeks.
    I had nothing to do with the rollout, implementation or
    configuration of the server running Coldfusion and my support role
    of the production system should be minimal. I am absolutely
    responsible though for ensuring that the server is backed up
    nightly and that the backups can be used to fully restore the
    system in the event of disaster.
    That being said, I see that there is a backup directory at
    c:\MSDE\Backup with nightly backups of the SQL database. Those then
    get backed up to tape by our regular nightly backup proceedure
    utilizing CommVault Galaxy 6.1. However I do see in my CommVault
    logs that the following files are not being backed up each night
    due to "Access Denied" errors:
    [C:\CFusionMX7\verity\collections\chrid\assists\00000095.wld]
    Access is denied.
    [C:\CFusionMX7\verity\collections\chrid\assists\00000095.wld]
    Access is denied.
    [C:\CFusionMX7\verity\collections\chrid\parts\00000126.did]
    Access is denied.
    [C:\CFusionMX7\verity\collections\chrid\parts\00000127.did]
    Access is denied.
    [C:\CFusionMX7\verity\collections\chrid\parts\00000127.ddd]
    Access is denied.
    [C:\CFusionMX7\verity\collections\chrid\parts\00000126.ddd]
    Access is denied.
    Funny thing is for these 6 files, if I right click and go to
    properties, there is no security tab to view or manage permissions
    on the individual files. Similar named files in the directory
    backup fine and have the security tab. For example
    C:\CFusionMX7\verity\collections\chrid\parts\00000130.ddd and
    C:\CFusionMX7\verity\collections\chrid\parts\00000130.did are fine.
    Can anyone tell me what these files are and the impact of
    them not being able to be backed up should disaster strike?
    I should also note that this is running in a Windows 2003
    Environment.
    Thanks to anyone that can assist.

    sunil106 wrote:
    > How can I backup coldfusion mx7 configuration and data
    sources?
    The datasources depends on the type, most databases have
    dedicated tools
    for backups. For CF configuration I do a nightly filesystem
    backup of
    all files with the following extensions:
    *.xml
    *.properties
    *.config
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Can not view slidshows or creat a book on Snapfish.  SF IT folks say it's a security issue on my end.  Any ideas?

    Can not view slidshows or creat a book on Snapfish.  SF IT folks say it's a security issue on my end.  Any ideas?

    You will need to contact Snapfish to find out their system requirements and which plugin you need
    - http://support.snapfish.com/app/answers/detail/a_id/669/brand/3

  • I updated some security issues and suddenlly my gmail does not open. it shows 75% of the procees and does not go on

    I updated automatically some security issues in my computer (I don't remember which) and now my gmail will start opening until it reaches 75% and it will not go on opening.
    I can open it Internet explorer but not in Mozila fireworks

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Other web browsers and security issues?

    Since even an Apple KB article recognizes the need for an additional browser and because of Safari's limitations and problems, I'm going to try switching to another browser (most likely OmniWeb and am looking at Firefox, Shira and Opera also though perhaps not as a primary browser) but I'm wondering about their ability to keep on top of any security issues for Mac? (and how do you keep up with security updates?)
    Though perhaps unfounded, at least with Safari, I feel that Apple has a vested interest in keeping on top of security issues (for Safari and Java) and I can readily find out about security updates via software updater.

    Most of the other Mac browsers have their adherents. They are all good browsers (I have 7 browsers installed to test various web sites and for change-of-pace usage). They all have their strengths and they all have their weaknesses. Only iCab and OmniWeb are still shareware, the rest are now or always have been free (Opera just recently stopped charging for its browser).
    I have settled on Firefox as my alternate browser and I use it maybe just a tad more than Safari, but I do switch back and forth between them. The Mozilla foundation is good at getting security updates out when needed. Firefox has a button on the toolbar to check for updates. One nice thing about Firefox is that you can install free extensions which enhance the features available. I have one to supplement tab features, one to control iTunes from Firefox's status bar, one to help me format messages in discussion forums, and one to block ads.
    I prefer OmniWeb for doing intensive research because of the way it handles tabs in its sidebar, showing me which ones I've looked at and which ones I haven't, and giving me great flexibility in rearranging tabs, which are viewable as thumbnails or text names (I have had up to a hundred or so tabs open in OmniWeb.
    Shiira is good and its fast. I have not checked for updates for a while, but the last time I updated there was still a problem with Shiira kicking you out of logged-in sites when you moved from page to page with in web site. This may have been fixed by now - they were aware of the problem back then.
    Camino is a native OS X cousin of Firefox and is also fast, but is not updated as often.
    I would stay away from Mozilla or Netscape unless you need all the additional modules they have and which take up hard disk space. Firefox and Camino represent the browser module of Mozilla/Netscape. Mozilla and Netscape have modules for email, irc chat, newsgroups, and for creating and editing web pages. Netscape is a branded and slightly customized version of Mozilla and is not updated as often.
    Opera is a nice browser and some use it as their main browser, but I have not seen anything that really stands out for me, but that does not mean it is not worth a look.
    I would stay away from abandonware Internet Explorer.
    As for checking for updates, several of them, as with many Mac programs, now have a menu item that allows you to check for updates. Most of them also announce their updates on both VersionTracker and MacUpdate.
    Happy Exploring.

  • Security Issue with Apple ID

    Today while using my iphone and trying to use facetime for the first time since updating to IOS6, my phone asked me if I wanted to use some email address that I do not have for facetime. What? The message pretty much said that this email address was linked to my apple ID. So I got to work logged into AppleID.Apple.com and saw the email address verified and also saw it displayed as an alternate apple id. Immediately, I changed my Apple ID password and called apple at 1800myapple since that is the number on the website and try to talk to someone that could assist me with this severe issue. Anyway, my iphone went dead and the people on the phone couldn't connect me to anyone because I couldn't give them a serial number to an apple device. I tried to explain to the technicians that this is a problem with my ID and that the alternate ID has access to everything that my Apple ID has access to. Both times the call went nowhere. This is ridiculous. Why can't I talk to a security team? Why is the technician telling me that I can manage my ID from the website, when I know that I am looking at the website and I cannot remove the alternate ID? How did this ID get associated with my account and why did I never receive an email informing me of the change?
    Since Apple has other services and not just products STOP ASKING FOR A SERIAL NUMBER AND ASSIST THE CUSTOMER WITH THE ISSUE especially since it is a SECURITY ISSUE.

    oh man, I know exactly what you're talking about. i have a relatively easy to guess apple id email and everybody in the world thinks it's theirs... but once I turned on two-step authentication, the emails stopped completely.  here's a faq about it:
    http://support.apple.com/kb/HT5570
    once i turned that on, whenever they'd want to reset my password, they would get asked for my recovery key, which they don't have, haha!  victory is mine.

  • My account was deleted for security issues. I made a new account, but I can't syncronise my apps with this new account. I bought a new Iphone and would like to transfer the apps ans music on this new one. Can somebody help me?

    My account was deleted for security issues. I made a new account, but I can't syncronise my apps with this new account. I bought a new Iphone and would like to transfer the apps ans music on this new one. Can somebody help me?

    Why would you make a new account?  This will likely cause many problems.  Just get you old account enabled.
    Apple ID: "This Apple ID has been disabled for security reasons" alert appears
    Frequently Asked Questions About Apple ID
    Everything you purchased with the old account will always be tied to that account.  You will have to authorize the computer for that account and you will have to update the apps from that account.

  • HT5642 I need to update iOS 6.1.3 on my iPad2 to 6.1.6, due to security issue. Why is no update available? I do NOT want to install iOS 7, due to memory limitations.

    I need to update iOS 6.1.3 on my iPad2 to 6.1.6, due to security issue. Why is no update available? I do NOT want to install iOS 7, due to memory limitations.

    Any upgrade will be to the most recent, compatible version, in this case 7.0.6.

Maybe you are looking for

  • Dataguard switching back to primary from standby:

    I have switched my Primary database to standby database successfully. I am now in the process of switching the standby back to the primary However I am running into a small problem. I am using the command alter system set log_archive_dest_2=defer; bu

  • Black cartridge in HP Officejet pro 8500 A910 not working

    I bought a new  officejet 940XL black ink cartridge and it won't print.  The colors seem to work alright.  It is just the black that won't work.

  • How can I add USB 3.0 to my HP Pavilion Elite HPE-190t CTO Desktop PC?

    How can I add USB 3.0 to my HP Pavilion Elite HPE-190t CTO Desktop PC?  It uses Windows 7 Pro 64-bit OS. I can't tell how many or if there are expansion slots inside the case.  Is there a reliable source for such an expansion card?

  • Runtime failure in custom tag

              I was curious if you knew what specifically you did to remove the runtime error.           I am also getting the runtime failure. The try/catch that another discussion thread           suggested does not catch the error since the exception

  • Why do we have to re-register Office 365 every time we use one of the applications?

    We purchased the 5 user package and 1st and 2nd machines seem to work fine and do not require logging into the cloud to use the products, but on the third one we have to register the products every time we try to use it.  The pc having the issue is r