Dubbo java.io.IOException: Can not lock the registry cache file C:\Users\Administrator\.dubbo\dubbo-

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/spencer_tseng/article/details/81867806
2018-08-20 10:14:39.881 [DubboSaveRegistryCache-thread-1] WARN  com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  -  -  
[DUBBO] Failed to save registry store file, cause: 
Can not lock the registry cache file C:\Users\Administrator\.dubbo\dubbo-registry-localhost.cache, 
ignore and retry later, maybe multi java process use the file,
 please config: dubbo.registry.file=xxx.properties, dubbo version: 2.5.3, current host: 172.16.151.196

java.io.IOException: Can not lock the registry cache file C:\Users\Administrator\.dubbo\dubbo-registry-localhost.cache, 
ignore and retry later, maybe multi java process use the file, please config: dubbo.registry.file=xxx.properties
	at com.alibaba.dubbo.registry.support.AbstractRegistry.doSaveProperties(AbstractRegistry.java:193)
	at com.alibaba.dubbo.registry.support.AbstractRegistry$SaveProperties.run(AbstractRegistry.java:150)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

C:\Users\Administrator\.dubbo

猜你喜欢

转载自blog.csdn.net/spencer_tseng/article/details/81867806