Skip to main content
edesrosi
Participant
April 2, 2018
Question

Coldfusion 2016 migration hangs

  • April 2, 2018
  • 1 reply
  • 382 views

I am trying to install Coldfusion 2016.  The product installs with no issues.  Upon logging in, it attempts to run the migration wizard.  In the step for importing settings, it hangs.  I've waited at least 15 minutes.  Is there any way to see what it might be waiting on?  It is attempting to migrate from Codlfusion 10 on the same host.  Another possibly related issue is that when I try to stop the services from the Serer Manager I get an error.  "Server Manager could not start the task due to the following error: Failed to open the runspace pool. The Server Manager WinRM plug-in might be corrupted for missing." This is Windows Server 2012 R2

    This topic has been closed for replies.

    1 reply

    Community Expert
    April 2, 2018

    What's in the log files?

    Dave Watts, Fig Leaf Software

    Dave Watts, Eidolon LLC
    edesrosi
    edesrosiAuthor
    Participant
    April 2, 2018

    My Adobe_ColdFusion_2016_Install_04_02_2018_15_51_55.log shows all Status: Successful

    There is a migrationException.xml that is produced during migration step contains:

    coldfusion.runtime.UndefinedElementException: Element CPAT is undefined in a Java object of type class coldfusion.server.ConfigMap.

    at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:1065)

    at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:1241)

    at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:1236)

    at cfcf10settings2ecfc1640358065$funcLOADXMLRPC.runFunction(/CFIDE/administrator/components/migration/cf10settings.cfc:573)

    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:492)

    at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:388)

    at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)

    at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:339)

    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:234)

    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:650)

    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:439)

    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:409)

    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3091)

    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3068)

    at cfmigrationcf10_export2ecfm1619229831._factor3(/CFIDE/administrator/setup/migrationcf10_export.cfm:237)

    at cfmigrationcf10_export2ecfm1619229831._factor12(/CFIDE/administrator/setup/migrationcf10_export.cfm:92)

    at cfmigrationcf10_export2ecfm1619229831.runPage(/CFIDE/administrator/setup/migrationcf10_export.cfm:1)

    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)

    at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:737)

    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)

    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3698)

    at cfwizard2ecfm1338958765._factor18(/CFIDE/administrator/cftags/wizard.cfm:226)

    at cfwizard2ecfm1338958765._factor19(/CFIDE/administrator/cftags/wizard.cfm:225)

    at cfwizard2ecfm1338958765._factor21(/CFIDE/administrator/cftags/wizard.cfm:223)

    at cfwizard2ecfm1338958765._factor14(/CFIDE/administrator/cftags/wizard.cfm)

    at cfwizard2ecfm1338958765._factor34(/CFIDE/administrator/cftags/wizard.cfm:146)

    at cfwizard2ecfm1338958765.runPage(/CFIDE/administrator/cftags/wizard.cfm:1)

    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)

    at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)

    at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:413)

    at cfindex2ecfm1892608629.runPage(/CFIDE/administrator/setup/index.cfm:54)

    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)

    at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:737)

    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)

    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3698)

    at cfApplication2ecfm1451348368._factor10(/CFIDE/administrator/Application.cfm:281)

    at cfApplication2ecfm1451348368.runPage(/CFIDE/administrator/Application.cfm:1)

    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)

    at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:737)

    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)

    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)

    at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)

    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:401)

    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)

    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)

    at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)

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

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

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

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

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

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

    at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)

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

    at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

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

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

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

    at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java:75)

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

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:536)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

    at java.lang.Thread.run(Thread.java:745)