首页 > 编程语言 > 详细

Keystore Problem: Cannot convert COMBINED of type class java.lang.String to class org.jivesoftware.openfire.spi.ConnectionType

时间:2019-10-17 20:32:33      阅读:66      评论:0      收藏:0      [点我收藏+]
go to: Server Manager -> System Properties Search for "xmpp.socket.ssl.client.keypass" Make sure its right and it should fix your problem if you are using the default files make sure its value is “changeit” 





xmpp.socket.ssl.active 	true 	
xmpp.socket.ssl.client.keypass 	
xmpp.socket.ssl.client.keystore 	/opt/openfire/resources/security/keystore 	
xmpp.socket.ssl.client.trustpass 	
xmpp.socket.ssl.client.truststore 	/opt/openfire/resources/security/truststore 	
xmpp.socket.ssl.keypass 	
xmpp.socket.ssl.keystore 	resources/security/keystore 	
xmpp.socket.ssl.trustpass 	
xmpp.socket.ssl.truststore 	resources/security/truststore 


有关路径:留空的话,系统会选择默认路径。可以填写相对路径(相对于安装目录),也可以选择绝对路径

 https://discourse.igniterealtime.org/t/keystore-problem-cannot-convert-combined-of-type-class-java-lang-string-to-class-org-jivesoftware-openfire-spi-connectiontype/80111/1

Keystore Problem: Cannot convert COMBINED of type class java.lang.String to class org.jivesoftware.openfire.spi.ConnectionType

原文:https://www.cnblogs.com/z-books/p/11694394.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!