tracker issue : CF-4201997

select a category, or use search below
(searches all categories and all time range)
Title:

Configuration Wizard error in japanese installer

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Shigeyoshi Muraoka / ()

Created: 04/17/2018

Components: Installation/Config, Installer

Versions: 2018

Failure Type: Others

Found In Build/Fixed In Build: 2018.0.0.308164 / 309580

Priority/Frequency: Normal / Some users will encounter

Locale/System: Japanese / Win 2012 Server x64

Vote Count: 0

When installing ColdFusion 2018 which selected "Japanese (Japanese)", setMigrateCFPrevFlag function error occurred in the configuration wizard.

Steps to Reproduce:
 - Install ColdFusion 2018 (with language "???(Japanese)" selected)
 - Launch the Configuration Wizard

Actual Result:
 - see configuration_wizard_error.pdf

Expected Result:
 - Complete the Configuration Wizard with no error


Any Workarounds:
edit adminconfig.xml file.
change
    <migratecf11>false</migratecf11>
    <migratecf10>false</migratecf10>
    <migratecf9/>
to
    <migratecf2016>false</migratecf2016>
    <migratecf11>false</migratecf11>
    <migratecf10>false</migratecf10>
to solve the error.

It seems that when choosing japanese in install process, adminconfig.xml file for CF2016 is installed instead of that for CF2018.

Attachments:

Comments: