-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
None
-
1.2.2
-
x86, sparc
-
solaris_2.6, windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2022132 | 1.2.0 | Steve Wilson | P3 | Closed | Fixed | 1.2fcs |
JDK1.2FCS-D : Plugin in IE4 on NT throws exceptions and also has repaint problem
Loading the applets the first time work fine. Then when another applet or the same applet is loaded again, it sometimes throws the following excpetions or it doesn't seem to respond. Either way it does not work at all. When the scrollbar is moved up/down, the applet gets repainted showing the changes.
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread )
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkAccess(Compiled Code)
at sun.applet.AppletSecurity.checkAccess(Compiled Code)
at java.lang.Thread.checkAccess(Compiled Code)
at java.lang.Thread.setPriority(Compiled Code)
at com.sun.java.swing.colorchooser.SyntheticImageGenerator.run(Compiled Code)
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread )
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkAccess(Compiled Code)
at sun.applet.AppletSecurity.checkAccess(Compiled Code)
at java.lang.Thread.checkAccess(Compiled Code)
at java.lang.Thread.setPriority(Compiled Code)
at com.sun.java.swing.colorchooser.SyntheticImageGenerator.run(Compiled Code)
Loading the applets the first time work fine. Then when another applet or the same applet is loaded again, it sometimes throws the following excpetions or it doesn't seem to respond. Either way it does not work at all. When the scrollbar is moved up/down, the applet gets repainted showing the changes.
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread )
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkAccess(Compiled Code)
at sun.applet.AppletSecurity.checkAccess(Compiled Code)
at java.lang.Thread.checkAccess(Compiled Code)
at java.lang.Thread.setPriority(Compiled Code)
at com.sun.java.swing.colorchooser.SyntheticImageGenerator.run(Compiled Code)
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread )
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkAccess(Compiled Code)
at sun.applet.AppletSecurity.checkAccess(Compiled Code)
at java.lang.Thread.checkAccess(Compiled Code)
at java.lang.Thread.setPriority(Compiled Code)
at com.sun.java.swing.colorchooser.SyntheticImageGenerator.run(Compiled Code)
- backported by
-
JDK-2022132 JDK1.2FCS-D : access denied exception in swing colorchoser
-
- Closed
-
- duplicates
-
JDK-4168011 SwingSet ColorChooser HSB panel color display area never displays with plug-in
-
- Closed
-