当前位置: 首页 > 工具软件 > ToProgress > 使用案例 >

Cannot connect to license server system. (-15,570:150 - Operation now in progress)

宗政楚
2023-12-01

本文针对 一个许可证服务器,多主机 的情况,主机使用软件出现

Cannot connect to license server system. (-15,570:150 - Operation now in progress)

查看许可证服务器提示 log 中说,监听端口 45785,所以防火墙要打开的端口不止许可证的 27000 端口,还有一个守护进程的端口

15:53:49 (snpslmd) (@snpslmd-SLOG@) === Network Info ===
15:53:49 (snpslmd) (@snpslmd-SLOG@) Listening port: 45785
15:53:49 (snpslmd) (@snpslmd-SLOG@) Daemon select timeout (in seconds): 1

打开端口即可

firewall-cmd --permanent --zone=public --add-port=45785/tcp
filewall-cmd --reload
 类似资料: