Converter 转换时“A general system error occurred:SSL.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Converter 转换时“A general system error occurred:SSL.相关的知识,希望对你有一定的参考价值。

故障现象:
在使用Converter进行P2V或V2V转换时,碰到了如下报错,导致无法进行下去“A general system error occurred: SSL Exception: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol”。
技术分享图片

处理方式如下:
1.显示隐藏文件,在如下路径下(以Win7为例)找到4个配置文件:

C:\ProgramData\VMware\VMware vCenter Converter Standalone
-converter-server.xml
-converter-worker.xml
-converter-agent.xml

C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone
-converter-client.xml

2.先将这4个文件复制一份做备份以免需要恢复时使用。右击这4个文件都依次使用记事本编辑,找到: <sslOptions> 123422720 <sslOptions>,然后将“123422720 ”替换成“56313856”,保存后关闭:
技术分享图片
技术分享图片

3.重启服务中的Converter三个服务:
技术分享图片

4.然后再运行converter程序,此时就不会再报错了:
技术分享图片

技术分享图片

以上是关于Converter 转换时“A general system error occurred:SSL.的主要内容,如果未能解决你的问题,请参考以下文章

进行物理机与虚拟机转换时,运行VMware Converter时出现错误,求高手解决

spring jpa之实体属性类型转换器AttributeConverter,自定义Converter,通用Converter

SpringMVC分页查询无法直接将对象转换成json的解决办法(报org.springframework.http.converter.HttpMessageNotWritableException

spring自动类型转换========Converter和PropertyEditor

Converter(转换器)与Formatter(格式化)

Spring MVC Converter 啥时候执行转换