无法启动Resin应用程序服务器



我在同一个文件夹中有两个树脂web服务器(41,47)。事实上,当我在41部署和启动项目时,我正在将服务器版本从47更改为41,它遇到了一些错误,如下所示,

[admin@localhost bin]$ ./resin.sh start;
 Resin/4.0.41 can't start -server 'app-0' for watchdog at 127.0.0.1:6600.
 Unexpected resin.home mismatch:
 CLI resin.home: /home/admin/resin-pro-4.0.41/
 watchdog resin.home: /home/admin/resin-4.0.46/

有人能帮我吗?

经过艰苦的斗争,我得到了答案,将树脂移动到其他目录将消除这个问题。简单!:)

尝试修复resix.xml

<server-multi id-prefix="app-" address-list="${app_servers}" port="6800" watchdog-port="6601"/>

相关内容

最新更新