Last active
March 22, 2017 10:01
-
-
Save x10w50/e9a139aa2501f2b7b553ec572319cbb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uat1和dev 环境,多个dubbo部署在同一台机器上,启动时候会遇到:dubbo Can not lock the registry cache file,多次尝试不成功,会导致dubbo服务启动失败 | |
解决思路: | |
1. https://github.com/alibaba/dubbo/issues/81 | |
2. 手工重启也可以 | |
现在uat1和dev 环境,多个dubbo部署在同一台机器上,启动时候会遇到:dubbo Can not lock the registry cache file, | |
多次尝试不成功,会导致dubbo服务启动失败 | |
解决思路: | |
在dubbo.properties加入一行配置即可 | |
file=${user.home}/.dubbo/yourProjectName/dubbo.cache | |
eg:dubbo.registry.file=service.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment