]
Denis Golovin updated JBDS-4129:
--------------------------------
Fix Version/s: 10.2.0.AM3
Bundled JDK is trying to install from non existing location
-----------------------------------------------------------
Key: JBDS-4129
URL:
https://issues.jboss.org/browse/JBDS-4129
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.2.0.AM3
Environment: Windows 10
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Blocker
Fix For: 10.2.0.AM3
OpenJDK fails to install from bundled installer, it is trying to execute the msi from the
location it would normally be downloaded into by the online installer. But it is just not
there, since it's bundled instead.
{noformat}
Thu, 20 Oct 2016 18:53:13 GMT-INFO: jdk - Execute msiexec
/i,C:\Users\jbossqa\AppData\Local\Temp\jdk.msi,INSTALLDIR=c:\DevelopmentSuite\jdk8,/qn,/norestart,/Lviwe,c:\DevelopmentSuite\openjdk.log
Thu, 20 Oct 2016 18:53:13 GMT-ERROR: jdk - Error: Command failed: msiexec /i
C:\Users\jbossqa\AppData\Local\Temp\jdk.msi INSTALLDIR=c:\DevelopmentSuite\jdk8 /qn
/norestart /Lviwe c:\DevelopmentSuite\openjdk.log
Thu, 20 Oct 2016 18:53:13 GMT-ERROR: jdk -
Thu, 20 Oct 2016 18:53:13 GMT-ERROR: jdk failed to install: Error: Command failed:
msiexec /i C:\Users\jbossqa\AppData\Local\Temp\jdk.msi INSTALLDIR=c:\DevelopmentSuite\jdk8
/qn /norestart /Lviwe c:\DevelopmentSuite\openjdk.log
{noformat}