• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

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

武飞扬头像
꧁༺青༒竹༻ ꧂
帮助1

错误示例

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启动成功了。

学新通

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhgbjick
系列文章
更多 icon
同类精品
更多 icon
继续加载