What does this exception mean? and how do i solve this? java
- by Nitesh Panchal
Hello,
I am using IcePDF component to view pdf in JApplet on my web page. But for some reason i get this error. Can anybody tell why is this happening and how to solve it?
Exception in thread "thread applet-applet.KitKitApplet.class-1" java.lang.StackOverflowError
at java.util.PropertyPermissionCollection.implies(Unknown Source)
at java.security.Permissions.implies(Unknown Source)
at sun.security.provider.PolicyFile.implies(Unknown Source)
at java.security.ProtectionDomain.implies(Unknown Source)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at org.icepdf.core.util.Defs.property(Defs.java:59)
at org.icepdf.core.util.Defs.property(Defs.java:63)
at org.icepdf.core.util.Defs.property(Defs.java:63)
at org.icepdf.core.util.Defs.property(Defs.java:63)
at org.icepdf.core.util.Defs.property(Defs.java:63)
at org.icepdf.core.util.Defs.property(Defs.java:63)
at org.icepdf.core.util.Defs.property(Defs.java:63)