nacos2.0在windows启动时报c++依赖错误; Constructor threw exception; nested exception is java.lang.UnsatisfiedL

Constructor threw exception; nested exception is java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\2\librocksdbjni1457742090876776152.dll: Can’t find dependent libraries

2021-06-07 01:26:12,449 WARN Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'instanceOperatorClientImpl' defined in URL [jar:file:/D:/test/zy_cloud_sfa_test/zy-cloud-register/nacos/boot/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.0-ALPHA.2.jar!/com/alibaba/nacos/naming/core/InstanceOperatorClientImpl.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'clientOperationServiceProxy' defined in URL [jar:file:/D:/test/zy_cloud_sfa_test/zy-cloud-register/nacos/boot/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.0-ALPHA.2.jar!/com/alibaba/nacos/naming/core/v2/service/ClientOperationServiceProxy.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistentClientOperationServiceImpl' defined in URL [jar:file:/D:/test/zy_cloud_sfa_test/zy-cloud-register/nacos/boot/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.0-ALPHA.2.jar!/com/alibaba/nacos/naming/core/v2/service/impl/PersistentClientOperationServiceImpl.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.alibaba.nacos.naming.core.v2.service.impl.PersistentClientOperationServiceImpl]: Constructor threw exception; nested exception is java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\2\librocksdbjni1457742090876776152.dll: Can't find dependent libraries

nacos2.0在windows启动时报c++依赖错误; Constructor threw exception; nested exception is java.lang.UnsatisfiedL_第1张图片
原因是缺少vsc++ 2015,只要下载安装就可以了;
.下载链接 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=48145

参考:https://blog.csdn.net/qq_36213455/article/details/115802106

你可能感兴趣的:(解决问题小结)