Hi,
New to this and trying to setup my dev env on my laptop with windows
installed openjdk 8 and also jdk1.8.0_121
installed the jboss-eap-6.4.0.zip --able to start my server
now I am trying to install the DV server,
installing jboss-dv-6.3.0-1-installer.jar (in the above EAP home) and getting this error
I have tried various things but nothing seems to help.... any suggestions or is this a known issue?
thanks
chitra
Vault creation failed.
Advanced configuration command failed: undefined
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed: java.lang.RuntimeException: JBAS015804: Error initializing vault -- org.jboss.as.server.services.security.VaultReaderException: JBAS013313: Vault Reader Exception:",
"rolled-back" => true,
"command" => undefined
}
on the command window I see
C:\aajbossdv>java -jar jboss-dv-6.3.0-1-installer.jar
May 03, 2017 6:39:49 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.13.GA-redhat-1
May 03, 2017 6:39:49 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.13.GA-redhat-1
May 03, 2017 6:39:49 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.3.4.Final-redhat-1
May 03, 2017 6:39:56 PM org.picketbox.plugins.vault.PicketBoxSecurityVault getAd
minKey
INFO: PBOX000371: Security Vault does not contain SecretKey entry under alias (v
ault)
java.lang.Exception: Exception encountered:java.lang.RuntimeException: PBOX00013
7: Security Vault does not contain SecretKey entry under alias (vault)
at org.jboss.as.security.vault.VaultSession.initSecurityVault(VaultSessi
on.java:194)
at org.jboss.as.security.vault.VaultSession.startVaultSession(VaultSessi
on.java:212)
at com.redhat.installer.asconfiguration.ascontroller.ServerCommands.crea
Chitra,
Can you check if you set up JAVA_HOME if that environment variable has back slashes in it. If they do can you change to forward '/' slashes and try again?
Ramesh..