Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.10.3
-
Fix Version/s: 2.11.3.0
-
Component/s: Command Line Interface
-
Labels:
Description
Reported by Martin Raden, Freiburg, in the context of creating an svg output, but can be equally reproduced with:
jalview -nodisplay -open examples/uniref50.fa -msf uniref50.msf
The command succeeds, but console output includes
java.awt.HeadlessException
(no stack trace).
This is thrown in GAlignFrame.jbinit() from
DefaultToolkit.getMenuShortcutKeyMask()
and logged by the GAlignFrame constructor.
The premature exit from jbinit() doesn't seem to cause a problem in headless mode (but I couldn't rule it out).
jalview -nodisplay -open examples/uniref50.fa -msf uniref50.msf
The command succeeds, but console output includes
java.awt.HeadlessException
(no stack trace).
This is thrown in GAlignFrame.jbinit() from
DefaultToolkit.getMenuShortcutKeyMask()
and logged by the GAlignFrame constructor.
The premature exit from jbinit() doesn't seem to cause a problem in headless mode (but I couldn't rule it out).
Attachments
Issue Links
- related with
-
JAL-1811 Initialise Desktop in headless mode execution
- Reopened