[Bug 740] New: JavaFx applications fail to start
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon May 30 09:17:48 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=740
Summary: JavaFx applications fail to start
Product: IcedTea-Web
Version: hg
Platform: all
URL: http://javafx.com/samples/BrickBreaker/index.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: NetX
AssignedTo: omajid at redhat.com
ReportedBy: omajid at redhat.com
CC: unassigned at icedtea.classpath.org
Various javafx applications fail to start with an exceptions along the lines
of:
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:155)
at com.sun.javafx.eula.EulaDialog$2.<init>(Unknown Source)
at com.sun.javafx.eula.EulaDialog.getBackgroundPanel(Unknown Source)
at com.sun.javafx.eula.EulaDialog.<init>(Unknown Source)
at com.sun.javafx.eula.EulaDialog$12.run(Unknown Source)
at com.sun.javafx.eula.EulaDialog.askUserAcceptEULA(Unknown Source)
at com.sun.javafx.eula.EulaImpl.askUserAcceptEULA(Unknown Source)
at com.sun.javafx.eula.EulaImpl.show(Unknown Source)
at com.sun.javafx.tk.swing.SwingToolkit$StartupRoutine.run(Unknown
Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
At least some of these applications were working previously. This is probably
not a regression in icedtea-web, as older versions of javaws cant run these
applications either. It looks like a change in javafx itself that icedtea-web
cant handle.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list