]
Jan Richter updated JBDS-4075:
------------------------------
Attachment: InstallConfigRecord.xml
Installer produces invalid install config xml
---------------------------------------------
Key: JBDS-4075
URL:
https://issues.jboss.org/browse/JBDS-4075
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: installer
Affects Versions: 10.2.0.AM1
Reporter: Jan Richter
Priority: Critical
Fix For: 10.2.0.AM2
Attachments: InstallConfigRecord.xml
The InstallConfigRecord.xml file produced by devstudio installer cannot be used in
headless installation. Instead it produces the following error:
{noformat}
[ Starting automated installation ]
[INFO] Selected JVM Information
[INFO] Location : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc24.x86_64
[INFO] Vendor : Oracle Corporation
[INFO] Version : 1.8.0_102
[INFO] Arch : 64-bit
java.lang.NullPointerException
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:459)
at java.util.Properties.setProperty(Properties.java:166)
at com.izforge.izpack.installer.AutomatedInstallData.setVariable(Unknown Source)
at
com.jboss.devstudio.core.installer.InstallAdditionalRuntimesPanelAutomationHelper.runAutomated(InstallAdditionalRuntimesPanelAutomationHelper.java:38)
at
com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
at
com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
[ Automated installation FAILED! ]
{noformat}