Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1090856

Summary: Broken shortcuts on windows if English is not used
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED DUPLICATE QA Contact: Petr Kremensky <pkremens>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-24 10:13:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2014-04-24 10:08:18 UTC
Description of problem:
 Both shorcut icons and target are broken on windows if English is not used. See BZ1021936 for identical problem with EAP 6.2.0.

Version-Release number of selected component (if applicable):
 EAP 6.3.0.ER2

How reproducible:
 Always

Steps to Reproduce:
 1. Install EAP with other language than English, create shortcuts

Shortcuts target in German:
Unexpected execution target for shortcut: JBoss Administrationskonsole (domain).lnk
Expected : c:\windows\system32\cmd.exe /c start http:\\localhost:9990\console
Actual   : c:\users\administrator\desktop\xdg-open http://localhost:9990/console
Unexpected execution target for shortcut: JBoss Administrationskonsole (standalone).lnk
Expected : c:\windows\system32\cmd.exe /c start http:\\localhost:8080\console
Actual   : c:\users\administrator\desktop\xdg-open http://localhost:8080/console
Unexpected execution target for shortcut: Plattform deinstallieren.lnk
Expected : c:\program files\java\jdk1.7.0_51\jre\bin\java.exe -jar "c:\workspace\jbossqe-eap-tests-installer\target\eap\uninstaller\uninstaller.jar"
Actual   : c:\program files\java\jdk1.7.0_51\jre\bin\java.exe -jar "c:\workspace\jbossqe-eap-tests-installer\target\eap/uninstaller/uninstaller.jar"
Unexpected execution target for shortcut: Server herunterfahren (domain).lnk
Expected : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\jboss-cli.bat --connect command=/host=master:shutdown --controller=localhost:9999
Actual   : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\jboss-cli.sh --connect command=/host=master:shutdown --controller=localhost:9999
Unexpected execution target for shortcut: Server herunterfahren (standalone).lnk
Expected : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\jboss-cli.bat --connect command=:shutdown --controller=localhost:9999
Actual   : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\jboss-cli.sh --connect command=:shutdown --controller=localhost:9999
Unexpected execution target for shortcut: Server starten (domain).lnk
Expected : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\run.exe "c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\domain.bat"
Actual   : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\domain.sh c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\icons\48-start.png,0
Unexpected execution target for shortcut: Server starten (standalone).lnk
Expected : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\run.exe "c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\domain.bat"
Actual   : c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\bin\standalone.sh c:\workspace\jbossqe-eap-tests-installer\target\eap\jboss-eap-6.3\icons\48-start.png,0

Also shortcut icons are broken

Regression against EAP 6.2.0 installer.

Comment 1 Petr Kremensky 2014-04-24 10:13:16 UTC

*** This bug has been marked as a duplicate of bug 1021936 ***