Java CXF:无法初始化默认密钥管理器

Java CXF:无法初始化默认密钥管理器,java,spring,web-services,soap,cxf,Java,Spring,Web Services,Soap,Cxf,当我使用cxf和spring启动webservice soap客户机时,我大约100次出现以下错误: org.apache.cxf.transport.https.HttpsURLConnectionFactory: Default key managers cannot be initialized: c:\users\me\.keystore (File not found) 这是什么意思?这个错误是从哪里来的 //cxf 3.0.1 autogenerated: @WebServiceC

当我使用
cxf
spring
启动webservice soap客户机时,我大约100次出现以下错误:

org.apache.cxf.transport.https.HttpsURLConnectionFactory: Default key managers cannot be initialized: c:\users\me\.keystore (File not found)
这是什么意思?这个错误是从哪里来的

//cxf 3.0.1 autogenerated:
@WebServiceClient
@Generated
public class SoapService extends CXFService {
}

//instantiated by
new SoapService(new SpringBus());
/编辑:可能与以下内容重复,但没有答案:

您的wsdl是否指向SSL地址?我创建了一个问题,似乎是一个bug: