Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows server 2012 R2在cmd用单例模式启动nacos2.3.2报错EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=,java环境1.8,64位,之前的1.4.1的版本是可以正常启动,请问怎么解决 #12049

Open
mazhm opened this issue Apr 30, 2024 · 6 comments

Comments

@mazhm
Copy link

mazhm commented Apr 30, 2024

Describe the bug
A clear and concise description of what the bug is.

Expected behavior
A clear and concise description of what you expected to happen.

Actually behavior
A clear and concise description of what you actually to happen.

How to Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See errors

Desktop (please complete the following information):

  • OS: [e.g. Centos]
  • Version [e.g. nacos-server 1.3.1, nacos-client 1.3.1]
  • Module [e.g. naming/config]
  • SDK [e.g. original, spring-cloud-alibaba-nacos, dubbo]

Additional context
Add any other context about the problem here.

@KomachiSion
Copy link
Collaborator

信息过少,无法判断问题,可以尝试多安装一些必要的VC++运行库后重试。

@mazhm
Copy link
Author

mazhm commented May 7, 2024

感谢回复,nacos版本降到2.3.0运行正常了,偶尔会出现上面所提到错误,删掉已运行nacos,重新解压新的nacos文件又恢复正常

@KomachiSion
Copy link
Collaborator

我的理解2.3.0和2.3.2没有大的改动,都是fix java层面的代码, 所以信息太少了,没法判断问题到底出在哪。

@KomachiSion
Copy link
Collaborator

而且删除文件重新部署就可以,说明代码层面没有问题,感觉更像是环境触发的随机问题。

@mazhm
Copy link
Author

mazhm commented May 10, 2024

nacos2.3.2版本启动必定会报错,2.3.0版本是第一次启动正常,后面再启动就有可能报错。并且都是相同版本的Windows server系统,只有两三台有这样的问题,其他都没问题。也没办法去查系统是否缺少某些必要的系统文件

@KomachiSion
Copy link
Collaborator

这些报错内容都是jvm或系统层面的报错, 不是java代码的报错,社区没太好的办法帮助你。

jvm层面报错要么是jdk版本和os系统不兼容,要么是os系统本身有bug,只能说更换jdk版本或者拉平os层面的区别,甚至是硬件层面的区别。

除了jdk,还有可能是rocksdb和os或硬件不兼容导致的,这个就只能等待rocksdb的修复或者更新了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants