6 Replies Latest reply on Jun 5, 2018 11:59 AM by jperata

    WF 10 Vaults Not Working with 1.8.0_172

    walkerca

      I was doing some A / B testing with a WildFly 10 instance and JDKs 1.8.0_162 and 1.8.0_172.  For 162, my .xml config with a vault element is read successfully.  The app server starts up.  However, using 172, I get the following

       

      Caused by: java.io.IOException: Invalid secret key format

          at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)

          at java.security.KeyStore.load(KeyStore.java:1445)

       

      There was a KeyStore change in 172.  It seems related to poast Java Serialization problems.

       

      It looks like there might be a migration flag that can be set to go back to the old way.  I'll post if no one finds it first.