On 9/17/2015 1:51 PM,
e.d.pro...@gmail.com wrote:
> I'm trying to read a PDF using pdfbox, and on one system I get this
> error:
>
> cannot create instance of
> org.bouncycastle.jcajce.provider.digest.GOST3411$Mappings :
> java.security.AccessControlException: access denied
> ("java.security.SecurityPermission" "putProviderProperty.BC")
> java.lang.InternalError: cannot create instance of
> org.bouncycastle.jcajce.provider.digest.GOST3411$Mappings :
> java.security.AccessControlException: access denied
> ("java.security.SecurityPermission" "putProviderProperty.BC")
> org.bouncycastle.jce.provider.BouncyCastleProvider.loadAlgorithms(Unknown
> Source)
> org.bouncycastle.jce.provider.BouncyCastleProvider.setup(Unknown
> Source)
> org.bouncycastle.jce.provider.BouncyCastleProvider.access$000(Unknown
> Source)
> org.bouncycastle.jce.provider.BouncyCastleProvider$1.run(Unknown
> Source) java.security.AccessController.doPrivileged(Native Method)
> org.bouncycastle.jce.provider.BouncyCastleProvider.<init>(Unknown
> Source)
> org.apache.pdfbox.pdmodel.encryption.SecurityHandlerFactory.<clinit>(SecurityHandlerFactory.java:44)