Weka crashes on launch

Bug #1481398 reported by Henrik Holst
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
weka (Ubuntu)
New
Undecided
Unassigned

Bug Description

I have installed the "weka" package in Ubuntu 14.04 LTS 32-bit.

When I try and launch the application from menu nothing happens. When I try and launch it from gnome-terminal I get this:

tv@pugsley:~$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.14.04.1)
OpenJDK Server VM (build 24.79-b02, mixed mode)
tv@pugsley:~$ weka
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.awt.HeadlessException
 at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
 at java.awt.Window.<init>(Window.java:535)
 at java.awt.Frame.<init>(Frame.java:420)
 at javax.swing.JFrame.<init>(JFrame.java:218)
 at weka.gui.LogWindow.<init>(LogWindow.java:252)
 at weka.gui.GUIChooser.<clinit>(GUIChooser.java:212)
tv@pugsley:~$

I also tried adding the "-m 1024m" switch as described by another bug.

tv@pugsley:~$ weka -m 1024m
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.awt.HeadlessException
 at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
 at java.awt.Window.<init>(Window.java:535)
 at java.awt.Frame.<init>(Frame.java:420)
 at javax.swing.JFrame.<init>(JFrame.java:218)
 at weka.gui.LogWindow.<init>(LogWindow.java:252)
 at weka.gui.GUIChooser.<clinit>(GUIChooser.java:212)
tv@pugsley:~$

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.