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
Does the jvm-sandbox now support JDK 17. We are using chaosblade-jvm-agent for our chaos injections with jdk 8 and 11 but had to recently migrate our services to jdk 17 and from then on the attacks are not working.
Type: question
Describe what happened (or what feature you want)
When we attach the agent to the running jvm it works fine. But when we initiate a tomcatjdbc attack, the same is received by the jvm but it does nothing. When we look at the detailed logs, the enhancers are not getting loaded.
Describe what you expected to happen
The attack should work fine as it does in jdk 8/11
How to reproduce it (as minimally and precisely as possible)
Try to attach agent to a java application running on jdk17
initiate a tomcatjdbc close connection attack
check the logs to see if the attack did close the connection and exception was thrown
Tell us your environment
OS : Macos
JDK : 17(Azul Zulu)
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
Does the jvm-sandbox now support JDK 17. We are using chaosblade-jvm-agent for our chaos injections with jdk 8 and 11 but had to recently migrate our services to jdk 17 and from then on the attacks are not working.
Type: question
Describe what happened (or what feature you want)
When we attach the agent to the running jvm it works fine. But when we initiate a tomcatjdbc attack, the same is received by the jvm but it does nothing. When we look at the detailed logs, the enhancers are not getting loaded.
Describe what you expected to happen
The attack should work fine as it does in jdk 8/11
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
OS : Macos
JDK : 17(Azul Zulu)
Anything else we need to know?
The text was updated successfully, but these errors were encountered: