tracker issue : CF-4047480

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

cf10_mdt_updt.jar runs in CONSOLE mode in Windows 10

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/LowImpact

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 09/01/2015

Components: Installation/Config, Hotfix Installer

Versions: 10.0

Failure Type: Unspecified

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem Description:

cf10_mdt_updt.jar runs in CONSOLE mode instead of GUI mode in Windows 10


Steps to Reproduce:

1. Install JSE 1.8.0_60-b27
2. java -jar cf10_mdt_updt.jar

Actual Result:

===============================================================================
Adobe ColdFusion 10                              (created with InstallAnywhere)
-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...




===============================================================================
Introduction
------------

Installer will guide you through the installation of Adobe ColdFusion 10
Update.



Expected Result:

GUI window wizard


Any Workarounds:

None. Use Windows 7?

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4047480

External Customer Info:
External Company:  
External Customer Name: Henry Ho
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Henry, Can you confirm the following: - Did you launch the windows command with admin privileges? - Does the updater launch in the GUI or command mode when the default ColdFusion JRE is used (<cf_root>\jre)?
Comment by Piyush K.
6083 | September 02, 2015 04:33:00 AM GMT
- Did you launch the windows command with admin privileges? YES - Does the updater launch in the GUI or command mode when the default ColdFusion JRE is used (<cf_root>\jre)? YES <cf_root>\jre\bin\java.exe -version Java(TM) SE Runtime Environment (build 1.7.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) anywhere else\java -version java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
Comment by External U.
6084 | September 02, 2015 12:40:10 PM GMT
- Does the updater launch in the GUI or command mode when the default ColdFusion JRE is used (<cf_root>\jre)? YES, GUI mode.
Comment by External U.
6085 | September 02, 2015 12:40:38 PM GMT
Henry Ho, Can you try launching the update jar with the following command: java -jar hotfix.jar -i GUI. and share the result.
Comment by Piyush K.
6086 | September 05, 2015 01:48:27 AM GMT
Just tried on Win10 java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode) Yes, java -jar hotfix.jar -i GUI works.
Comment by External U.
6087 | September 21, 2015 12:22:47 PM GMT
We need to fix the default launch mode of our hotfixN.jar files when launched from the windows cmd line. Note that specifying the GUI switch works to launch it in GUI mode. Also double-clicking on the udpate jar file spawns a javaw process, but launches no window. Transferring to Deepraj for investigation.
Comment by Piyush K.
6088 | September 22, 2015 04:55:19 AM GMT