You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception is thrown on application startup. Using dropwizard-crypto 0.3.1 with Java 8u191.
INFO com.meltmedia.jackson.crypto.EncryptionService: cannot remove JCE Security restrictions
! java.lang.IllegalAccessException: Can not set static final boolean field javax.crypto.JceSecurity.isRestricted to java.lang.Boolean
! at sun.reflect.UnsafeFieldAccessorImpl.throwFinalFieldIllegalAccessException(UnsafeFieldAccessorImpl.java:76)
! at sun.reflect.UnsafeFieldAccessorImpl.throwFinalFieldIllegalAccessException(UnsafeFieldAccessorImpl.java:80)
! at sun.reflect.UnsafeQualifiedStaticBooleanFieldAccessorImpl.set(UnsafeQualifiedStaticBooleanFieldAccessorImpl.java:77)
! at java.lang.reflect.Field.set(Field.java:764)
! at com.meltmedia.jackson.crypto.EncryptionService.<clinit>(EncryptionService.java:87)
! at com.meltmedia.dropwizard.crypto.CryptoBundle.initialize(CryptoBundle.java:126)
! at io.dropwizard.setup.Bootstrap.addBundle(Bootstrap.java:148)
! at com.mycompany.runner.ApplicationRunner.initialize(ApplicationRunner.java:99)
! at io.dropwizard.Application.run(Application.java:88)
! at com.mycompany.runner.ApplicationRunner.main(ApplicationRunner.java:63)
The text was updated successfully, but these errors were encountered:
The following exception is thrown on application startup. Using dropwizard-crypto 0.3.1 with Java 8u191.
The text was updated successfully, but these errors were encountered: