Lauri Tulmin
Lauri Tulmin
You probably get the `UnsupportedOperationException` because you didn't add `Can-Retransform-Classes: true` manifest attribute, you should also add `Can-Redefine-Classes: true`. Packaging the agent into an uberjar like that will take some...
@tylerbenson do you have any knowledge about this. Does dd really do this in the agent or perhaps is it done in the backend?
Could you provide a sample application along with any instructions needed to reproduce the issue.
Firstly see https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts Currently we apply the jacoco conventions only to library instrumentations and sdk extensions, you also added it to some javaagent modules, does it actually report meaningful results...
@macau23 what is the weblogic version?
@macau23 I tried with `14.1.1.0.0` and ran `JAVA_OPTIONS="-javaagent:/path/to/opentelemetry-javaagent.jar" ./startWebLogic.sh` and it did not fail. Are you doing something different to start weblogic? Does it still fail when you set `USE_JVM_SYSTEM_LOADER=true`...
@macau23 could you provide instructions what needs to be done to set up the server so that this issue could be reproduced.
@macau23 I wasn't able to reproduce this with a managed server. I configured the server start arguments from the admin console and started there managed server from there. Does it...
[We'd welcome a contribution for this](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/ISSUES.md#contribution-welcome)
Did you consider using a `SpanProcessor` for this?