You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
CentOS 7.5
RocketMQ version
4.9.8
JDK Version
openjdk version "21.0.2" 2024-01-16
Describe the Bug
I used the RocketMQ environment compiled with JDK21. After running for a while, I restarted the Broker and the Broker could not be started successfully due to the following error. From the log analysis, it was because these packages did not show the addition of the --add-opens parameter, so it caused an exception when running in a higher version of the JDK environment.
Steps to Reproduce
This can't be reproduced every time. After running the Broker compiled with JDK21 for a while, there is a probability that this error will be reported when restarting the Broker.
What Did You Expect to See?
Broker can be started successfully.
What Did You See Instead?
Broker startup failed.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
CentOS 7.5
RocketMQ version
4.9.8
JDK Version
openjdk version "21.0.2" 2024-01-16
Describe the Bug
I used the RocketMQ environment compiled with JDK21. After running for a while, I restarted the Broker and the Broker could not be started successfully due to the following error. From the log analysis, it was because these packages did not show the addition of the --add-opens parameter, so it caused an exception when running in a higher version of the JDK environment.
Steps to Reproduce
This can't be reproduced every time. After running the Broker compiled with JDK21 for a while, there is a probability that this error will be reported when restarting the Broker.
What Did You Expect to See?
Broker can be started successfully.
What Did You See Instead?
Broker startup failed.
Additional Context
No response
The text was updated successfully, but these errors were encountered: