[
https://issues.apache.org/jira/browse/CXF-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205259#comment-14205259
]
Daniel Kulp commented on CXF-6094:
----------------------------------
I'm not saying the the warning makes sense.... I'm saying it's not a "Blocker"
issue.
That said, the warning is about the keystore, not the trustStore. When we
create the SSLContext, we have to pass in the KeyManagers and the
TrustManagers. You've configured one. You didn't configure the other so we
grab the "defaults" from the System.
BTW: this is caused by https://issues.apache.org/jira/browse/CXF-5652
In this particular case, I think we just need to check for the existence of the
file and if not there, log a FINE level and return.
> wsdl2java - Default key managers cannot be initialized
> ------------------------------------------------------
>
> Key: CXF-6094
> URL: https://issues.apache.org/jira/browse/CXF-6094
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.2
> Environment: java 1.7
> Reporter: member sound
> Assignee: Daniel Kulp
> Priority: Blocker
>
> C:\Users\Administrator\workspace\apache-cxf-3.0.2\bin> wsdl2java
> https://example.com/V1/HelpService?wsdl
> *Nov 03, 2014 1:11:20 PM org.apache.cxf.configuration.jsse.SSLUtils
> getDefaultKeyStoreManagers WARNING: Default key managers cannot be
> initialized: C:\Users\Administrator.keystore (The system cannot find the file
> specified)
> I'm getting the same error about 100 times if I start a soap webservice
> client that was autogenerated with cxf 3.0.1 but uses the new version 3.0.2.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)