1 Reply Latest reply on Jun 25, 2012 12:49 PM by ksmiley2

    Vault error workaround?

    aljacinto

      I'm getting this error from Vault tool from JBoss:

       

      Exception encountered:PB00019: Processing Failed:Unable to get Keystore:

       

      I searched and found that there's a JIRA for it: https://issues.jboss.org/browse/JBPAPP-8311

       

      I only get this error if I use a keystore that I created on my own through keytool (jdk 1.6.0_32).  I tried both on Windows (64 bit) and Linux.  I don't get an error however if I try the keystore from the JBoss source code (/jboss-source/testsuite/integration/basic/src/test/resources/security/vault.keystore)

       

      Any ideas?  Any workaround?

       

      Thanks in advance.

        • 1. Re: Vault error workaround?
          ksmiley2

          When createing a keystore using keytool are you passing an alias to keytool because I think vault.sh requries it?  If so, at the last prompt when vault.sh asks you to enter a password for alias, just hit enter.  I had this problem before because I specified a different password for the alias.  Hopefully this will be fixed in a future release!  Also, hope this helped for the time being...