mjf990670 发表于 2018-9-25 15:22:53

windows 启动出错 应用程序启动失败20020

部署目录:d:/
部署数据库:mysql ,数据库已经正确定配置并生成了表
启动出错:com.x.server.console.server.application.ApplicationServerTools - application server start completed on port:20020.

Tue Sep 25 15:22:33 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 在什么地方配置,

mjf990670 发表于 2018-9-26 13:14:35

谢谢回复 我关了一个80,今天发现还有一个,mysql 报错ssl 配置参数没找到。是否可以配置。

论坛管理员 发表于 2018-9-26 10:11:39

http://www.o2oa.io/x_desktop/forum.html?app=ForumDocument&id=59122bde-32b7-4b93-9b44-32191392a3a6

论坛管理员 发表于 2018-9-26 16:32:37

虽然不太明白您说的问题的现象是什么,但是,根据之前我们遇到过的问题来看,建议您尝试在externalDataSources.json里将数据源的URL连接字符串最后加上useSSL=false,如:
jdbc:mysql://127.0.0.1:3306/X01?useUnicode=true&characterEncoding=utf-8&useSSL=false

论坛管理员 发表于 2018-9-26 10:09:12

启动提示端口被占用,根据启动的顺序,判断您的应用服务器启动成功,但是WEB服务器端口被占用。O2OA默认的WEB服务器端口为80。您可以检查您的主机是否有其他程序占用了80端口,如Oracle, Apache Tomcat,或者windows的IIS服务。或者尝试修改WEB服务器端口为其他端口,论坛中有相应的说明贴。

mjf990670 发表于 2018-9-26 13:45:12

确实是80端口问题,系统提示是20020异常,修改系统端口正确启动,mysql 警告 ssl 配置参数没找到。是否可以配置。
页: [1]
查看完整版本: windows 启动出错 应用程序启动失败20020