-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.0_01
-
x86
-
linux_redhat_7.1
###@###.### 2002-04-04
javax testcases T22s, T33 & T33_1 fail with merlin update release (1.4.0_01) running on a red hat 7.1 linux box and passes with teh fcs build, when using the same test configuration and machine. There was no .java.policy file in both cases.
Details of failure for the T22 testcase;
#Exception in thread "main" java.security.AccessControlException: access denied (java.util.PropertyPermission java.awt.syncLWRequests read)
# at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
# at java.security.AccessController.checkPermission(AccessController.java:401)
# at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
# at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291)
# at java.lang.System.getProperty(System.java:611)
# at java.awt.Window.init(Window.java:206)
# at java.awt.Window.<init>(Window.java:255)
# at java.awt.Frame.<init>(Frame.java:398)
# at T22sFrame.<init>(T22s.java:26)
# at T22s.main(T22s.java:56)
These test three testcases also fail on Solaris Sparc 2.6
The javax test cases used can be found at:
/net/latte.ireland/export/home2/merlin_fcs/Merlin_tools_fcs/
and the testlist can be edited to only run the failing testcases.
And the copy of tonga I used is at /net/latte.ireland/export/home6/wf/tonga.tar
javax testcases T22s, T33 & T33_1 fail with merlin update release (1.4.0_01) running on a red hat 7.1 linux box and passes with teh fcs build, when using the same test configuration and machine. There was no .java.policy file in both cases.
Details of failure for the T22 testcase;
#Exception in thread "main" java.security.AccessControlException: access denied (java.util.PropertyPermission java.awt.syncLWRequests read)
# at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
# at java.security.AccessController.checkPermission(AccessController.java:401)
# at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
# at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291)
# at java.lang.System.getProperty(System.java:611)
# at java.awt.Window.init(Window.java:206)
# at java.awt.Window.<init>(Window.java:255)
# at java.awt.Frame.<init>(Frame.java:398)
# at T22sFrame.<init>(T22s.java:26)
# at T22s.main(T22s.java:56)
These test three testcases also fail on Solaris Sparc 2.6
The javax test cases used can be found at:
/net/latte.ireland/export/home2/merlin_fcs/Merlin_tools_fcs/
and the testlist can be edited to only run the failing testcases.
And the copy of tonga I used is at /net/latte.ireland/export/home6/wf/tonga.tar
- duplicates
-
JDK-4653937 AccessControlException in Window.init()
- Resolved