| Products | Versions |
|---|---|
| Spotfire Server | All Versions |
When running the TIBCO Spotfire Server upgrade tool interactively on Linux OS, as per steps mentioned here : Running the Spotfire Server upgrade tool interactively, the following error may be seen in te upgrade.log when the upgrade fails:
Internal error
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) ~[?:1.8.0_212]
at java.awt.Window.<init>(Window.java:536) ~[?:1.8.0_212]
at java.awt.Frame.<init>(Frame.java:420) ~[?:1.8.0_212]
at javax.swing.JFrame.<init>(JFrame.java:233) ~[?:1.8.0_212]
at com.spotfire.server.tools.wizards.swing.AbstractInstallerWindow.<init>(AbstractInstallerWindow.java:153) ~[?:?]
at com.spotfire.server.tools.upgrade.swing.UpgradeToolWindow.<init>(UpgradeToolWindow.java:47) ~[?:?]
at com.spotfire.server.tools.upgrade.factory.UpgradeFactory.createSwingBasedWizard(UpgradeFactory.java:42) ~[?:?]
at com.spotfire.server.tools.upgrade.UpgradeTool.runGUI(UpgradeTool.java:184) ~[?:?]
at com.spotfire.server.tools.upgrade.UpgradeTool.run(UpgradeTool.java:98) [?:?]
at com.spotfire.server.tools.upgrade.UpgradeLauncher.main(UpgradeLauncher.java:46) [spotfire-tss-tools.jar:?]