Summary
Install not working on Linux Server
Error
Error:
./installer-linux64.bin
decompressing...
invoking installer...
Exception in thread "main" org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.widgets.Display.createDisplay(Unknown Source)
at org.eclipse.swt.widgets.Display.create(Unknown Source)
at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
at com.hp.slick.wizard.core.WizardDialogImpl.<init>(WizardDialogImpl.java:24)
at com.hp.slick.wizard.WizardDialog.create(WizardDialog.java:69)
at com.hp.oo.wizard.InstallerWizard.showWizard(InstallerWizard.java:230)
at com.hp.oo.wizard.InstallerWizard.<init>(InstallerWizard.java:100)
at com.hp.oo.wizard.InstallerWizard.main(InstallerWizard.java:105)
Cause
OO needs to create a GUI form in order to install, for this action OO calls the system GUI to draw the interface of the installer but looks like is unable to located on the OS.
Fix
Run this Command on the linux terminal:
Set DISPLAY Then Run "dash installer-linux64.bin"
Note: If Linux box does not have GUI, you need to used silent mode.