[Bug 1010] New: accessEventQueue exception when displaying a modal dialog in the event queue
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu May 24 02:46:57 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1010
Priority: P3
Bug ID: 1010
CC: unassigned at icedtea.classpath.org
Assignee: dbhole at redhat.com
Summary: accessEventQueue exception when displaying a modal
dialog in the event queue
Severity: major
Classification: Unclassified
OS: Linux
Reporter: damieng at altern.org
Hardware: x86_64
Status: NEW
Version: 1.2
Component: Plugin
Product: IcedTea-Web
Displaying a modal dialog in the event queue with JOptionPane results in the
following exception being raised. Firefox does not quit properly after the java
process is killed. I was using firefox 12. No problem occurs with Oracle JRE
and plugin.
Exception in thread "AWT-EventQueue-1" java.security.AccessControlException:
access denied ("java.awt.AWTPermission" "accessEventQueue")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:366)
at
java.security.AccessController.checkPermission(AccessController.java:555)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:284)
at
java.lang.SecurityManager.checkAwtEventQueueAccess(SecurityManager.java:1415)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkAwtEventQueueAccess(JNLPSecurityManager.java:466)
at java.awt.Toolkit.getSystemEventQueue(Toolkit.java:1721)
at java.awt.Dialog.show(Dialog.java:1070)
at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:871)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:668)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:639)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120524/dc72b3fb/attachment.html
More information about the distro-pkg-dev
mailing list