Open gillesbergerp opened 1 month ago
We are working on this problem. it results from problems with the Java Agent and the Kotlin-Coroutines-Suspends.jar.
As a workaround, remove the Kotlin-Coroutines-Suspends.jar from the extensions directory and restart. This should eliminate the problem but will result in Suspend methods not being tracked.
All other extension are fine and do not cause problems.
Thanks for the fast reply. Is there an ETA for when a fix might be available?
The problem seems to stem from a problem when the Java Agent retransforms some Kotlin classes. I can't give an ETA until I have been able to work with them on fixing that problem but indications are that it might be a while.
Description
We experience
NullPointerException
s when using the coroutine extension with Java agent version 8.15.0. Removing the extension (but staying on the same agent version) does not result in the problemRelevant Logs / Console output
Your Environment