sh-3.2# docker cp aaf_agent_jerry:/opt/app/osaaf/local . sh-3.2# pwd /opt/app/osaaf/local sh-3.2# ls -l total 264 -rw-r--r-- 1 root wheel 579 Feb 18 11:04 org.onap.oof.cred.props -r-------- 1 root wheel 2074 Feb 18 11:04 org.onap.oof.keyfile -rw-r--r-- 1 root wheel 284 Feb 18 11:04 org.onap.oof.location.props -rw-r--r-- 1 root wheel 598 Feb 18 11:04 org.onap.oof.props -rw-r--r-- 1 root wheel 117990 Feb 18 11:04 truststoreONAPall.jks sh-3.2# docker cp aaf_agent_jerry:/root/.aaf . ssh-3.2# ls -l total 256 -rwxrwxrwx 1 root wheel 2074 Feb 18 11:04 keyfile -rwxrwxrwx 1 root wheel 1539 Feb 18 11:04 sso.out -rwxrwxrwx 1 root wheel 490 Feb 18 11:04 sso.props -rwxrwxrwx 1 root wheel 117990 Feb 18 11:04 truststoreONAPall.jks cadi_prop_files=/opt/app/osaaf/local/org.onap.oof.props myurl=https://aaf-onap-test.osaaf.org:8130 2019-02-18T11:20:12.267-0500 INIT [cadi] Loading CADI Properties from /opt/app/osaaf/local/org.onap.oof.props 2019-02-18T11:20:12.269-0500 INIT [cadi] Loading CADI Properties from /opt/app/osaaf/local/org.onap.oof.location.props 2019-02-18T11:20:12.269-0500 INIT [cadi] Loading CADI Properties from /opt/app/osaaf/local/org.onap.oof.cred.props 2019-02-18T11:20:12.293-0500 INIT [cadi] cadi_keyfile points to /root/.aaf/keyfile 2019-02-18T11:20:12.301-0500 INIT [cadi] cadi_keyfile points to /root/.aaf/keyfile 2019-02-18T11:20:12.345-0500 INIT [cadi] cadi_keyfile points to /root/.aaf/keyfile org.onap.aaf.cadi.CadiException: java.io.IOException: Keystore was tampered with, or password was incorrect at org.onap.aaf.cadi.config.SecurityInfo.(SecurityInfo.java:112) at org.onap.aaf.cadi.config.SecurityInfoC.(SecurityInfoC.java:40) at org.onap.aaf.cadi.config.SecurityInfoC.instance(SecurityInfoC.java:66) at org.onap.aaf.cadi.oauth.TokenClientFactory.(TokenClientFactory.java:74) at org.onap.aaf.cadi.oauth.TokenClientFactory.instance(TokenClientFactory.java:79) at org.onap.aaf.cadi.enduser.ClientFactory.(ClientFactory.java:39) at org.onap.aaf.cadi.enduser.ClientFactory.(ClientFactory.java:46) at org.onap.aaf.cadi.enduser.test.SimpleRestClientExample.main(SimpleRestClientExample.java:41) Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780) at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56) at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224) at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:70) at java.security.KeyStore.load(KeyStore.java:1445) at org.onap.aaf.cadi.config.SecurityInfo.initializeTrustManager(SecurityInfo.java:223) at org.onap.aaf.cadi.config.SecurityInfo.(SecurityInfo.java:92) ... 7 more Caused by: java.security.UnrecoverableKeyException: Password verification failed at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778) ... 13 more