You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2019/12/13 18:26:00 UTC

[jira] [Reopened] (NIFI-6830) NiFI fails to start when keystorePassword and keyPassword are different

     [ https://issues.apache.org/jira/browse/NIFI-6830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne reopened NIFI-6830:
------------------------------

> NiFI fails to start when keystorePassword and keyPassword are different
> -----------------------------------------------------------------------
>
>                 Key: NIFI-6830
>                 URL: https://issues.apache.org/jira/browse/NIFI-6830
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.10.0
>            Reporter: Bryan Bende
>            Assignee: M Tien
>            Priority: Minor
>             Fix For: 1.11.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {code:java}
> Caused by: java.security.UnrecoverableKeyException: Cannot recover key        
>  at sun.security.provider.KeyProtector.recover(KeyProtector.java:328)        
>  at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:146)        
>  at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java:56)        
>  at sun.security.provider.KeyStoreDelegator.engineGetKey(KeyStoreDelegator.java:96)        
>  at sun.security.provider.JavaKeyStore$DualFormatJKS.engineGetKey(JavaKeyStore.java:70)        
>  at java.security.KeyStore.getKey(KeyStore.java:1023)        
>  at sun.security.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyManagerImpl.java:133)        
>  at sun.security.ssl.KeyManagerFactoryImpl$SunX509.engineInit(KeyManagerFactoryImpl.java:70)        
>  at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:256)        
>  at org.apache.nifi.io.socket.SSLContextFactory.<init>(SSLContextFactory.java:70)        
>  at org.apache.nifi.cluster.protocol.spring.SocketConfigurationFactoryBean.getObject(SocketConfigurationFactoryBean.java:45)        
>  at org.apache.nifi.cluster.protocol.spring.SocketConfigurationFactoryBean.getObject(SocketConfigurationFactoryBean.java:30)        
>  at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168) {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)