Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems with JAAS sample

843811Jul 18 2001 — edited Aug 2 2001
Dear All

I am trying to run sample application that accomanies JAAS. I am getting following exception -

Exception in thread "main" java.lang.ExceptionInInitializerError: java.security.
AccessControlException: access denied (java.util.PropertyPermission java.securit
y.auth.debug read)
at java.security.AccessControlContext.checkPermission(AccessControlConte
xt.java:272)
at java.security.AccessController.checkPermission(AccessController.java:
399)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:12
78)
at java.lang.System.getProperty(System.java:560)
at javax.security.auth.login.Debug$1.run(Debug.java:27)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.Debug.<clinit>(Debug.java:24)
at javax.security.auth.login.LoginContext.<clinit>(LoginContext.java:147
)
at sample.Sample.main(Sample.java:41)

Please let me know if I am missing anything. Any help is appreciated

regards,
- Venu

Comments

John JB Brock-Oracle

Details please.
What version of JET?
What do you mean by "move the chart months and weeks"? How are you doing that moving?

Thanks

renangi

version 9.2.0, yes, after loading the chart, when we move the chart months and weeks.,
I have search popup, it will display all the projects, when i select one project, showing chart and values.. after loading the chart when i move the chart..
for the next project when i select from search popup, chart not displaying.

John JB Brock-Oracle

Please describe in more detail, what this means, "after loading the chart when i move the chart.."
What steps are you taking to "move the chart". I can't tell what exactly you are doing from the information you have provided. Without that info, I can't try and create a local reproduction case.

Wilson Louie-Oracle

Any screenshots and/or videos and/or code demonstrating the issue would be helpful. Thanks!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 30 2001
Added on Jul 18 2001
3 comments
113 views