mac使用Nacos2.x版本启动报错解决方案

错误示例

Error creating bean with name ‘instanceOperatorClientImpl’ defined in URL [jar:file:/Users/qiyuechuqi/devtools/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.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:/Users/qiyuechuqi/devtools/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.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:/Users/qiyuechuqi/devtools/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-naming-2.0.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: /private/var/folders/ww/2lkbf3710c36xk622gydlp2m0000gn/T/librocksdbjni8433147615822558326.jnilib: dlopen(/private/var/folders/ww/2lkbf3710c36xk622gydlp2m0000gn/T/librocksdbjni8433147615822558326.jnilib, 0x0001): tried: ‘/private/var/folders/ww/2lkbf3710c36xk622gydlp2m0000gn/T/librocksdbjni8433147615822558326.jnilib’ (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))

nacos2.x不支持使用zulu版本的jdk,否则就会报各种奇葩的bug,例如什么9848端口或者找不到服务,nacos2.x可以向下兼容。

解决方案:
/usr/libexec/java_home -V 根据此命令查询jdk

在这里插入图片描述
第二个zulu是我默认的jdk,就是因为此jdk导致2.x的Nacos启动报错。

此处需要进入到/国内jdk下载Oracle版本jdk1.8后将此jdk安装的路径保存。然后打开Nacos的bin目录找到startup.sh

修改配置
在这里插入图片描述
将此处配置成你的地址。

然后启动 sh startup.sh -m standalone 或者 bash startup.sh -m standalone就可以看到2.x的Nacos启动成功了。

在这里插入图片描述

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 5
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值