Facing "java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at s\open\src\java.instrument\share\native\libinstrument\JPLISAgent.c line: 884" when adding @Step("xyz") #2509
Replies: 4 comments
-
|
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at ./src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 873 |
Beta Was this translation helpful? Give feedback.
-
|
Is AppDynamics being used here? We reproduced this with AppDynamics. |
Beta Was this translation helpful? Give feedback.
-
|
looking at this a bit more closely, out error is also 884. I wonder if the 873 error is a different version of Java perhaps? Also, I see Java 21, but what is the point version? We are on 21.0.6. |
Beta Was this translation helpful? Give feedback.
-
|
Can you confirm AppDynamics agent version + full -javaagent list/order + JDK vendor/patch + the exception right before the assertion? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Facing "java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at s\open\src\java.instrument\share\native\libinstrument\JPLISAgent.c line: 884" when adding @step("xyz")
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<allure.version>2.24.0</allure.version>
<aspectj.version>1.9.22</aspectj.version>
Beta Was this translation helpful? Give feedback.
All reactions