haxqer / jira

The simplest docker file of JIRA. Support v9.17.2(latest) v10.0.1(latest) and v9.12.13(lts)
https://hub.docker.com/r/haxqer/jira
445 stars 255 forks source link

mysql8.0容器启动时报错 #75

Open xukaisjz opened 1 month ago

xukaisjz commented 1 month ago

“Fatal glibc error: CPU does not support x86-64-v2” 看样子是cpu不支持的指令集,jira9.17能否使用mysql5.7?

haxqer commented 1 month ago

It seems like you're encountering an error related to the C library (glibc) on a system that is running an x86-64 architecture. The error message "CPU does not support x86-64-v2" suggests that there is a mismatch between the CPU's capabilities and what the software or operating system expects.

Here are a few steps you can take to troubleshoot this issue:

Check CPU Compatibility: Ensure that your CPU supports the x86-64-v2 instruction set. This is also known as the "Sandy Bridge" microarchitecture from Intel, and similar generations from AMD. If you have an older CPU or one that doesn't support this instruction set, you may need to upgrade your hardware or use a different version of the software that is compatible with your CPU.

Update Your System: Make sure that your operating system and all related packages are up to date. Sometimes, a system update can resolve compatibility issues.

Check for Custom Kernels: If you're running a custom kernel, ensure that it's properly configured for your CPU. You might need to compile a new kernel with the appropriate flags for your specific CPU.

Use a Different Distribution: If you're running a Linux distribution that is too new for your hardware, consider installing an older distribution that doesn't require x86-64-v2.

Consult Documentation: Check the documentation for the software you're trying to run. There may be specific requirements or known issues with certain hardware configurations.

Seek Community Help: If you're unable to resolve the issue, consider seeking help from online communities such as Stack Overflow, the support forums for your operating system, or the specific software's community forums.

Hardware diagnostics: Run hardware diagnostics to check for any potential issues with your CPU or motherboard.

If you need more specific advice, please provide additional details about your hardware setup and the software you're trying to run