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
After the update to latest version of dd-trace-java from 1.43.0 to 1.44.1 and using a mule runtime engine of 4.6.9:11-java17 we get the following error:
********************************************************************************
Message : class datadog.trace.instrumentation.mule4.DDEventTracer (in unnamed module @0x4683f197) cannot access class org.mule.runtime.tracer.customization.impl.info.ExecutionInitialSpanInfo (in module org.mule.runtime.tracer.customization.impl) because module org.mule.runtime.tracer.customization.impl does not export org.mule.runtime.tracer.customization.impl.info to unnamed module @0x4683f197
Element : <redacted>/processors/0 @<redacted><redacted>.xml:17 (Choice)
Element DSL : <choice doc:name="Choice" doc:id="531f2eff-7c80-485a-b45b-85b1d88f9627">
<when expression="<redacted>") == "true"]">
<logger level="INFO" doc:name="Logger" doc:id="222c089d-00e1-4d1e-b7a6-008af09ae009" message="<redacted>"></logger>
<flow-ref doc:name="Flow Reference" doc:id="de509546-2c14-4cd3-a991-7663ccec2fff" name="<redacted>"></flow-ref>
</when>
</choice>
Error type : MULE:CRITICAL
FlowStack : at <redacted>
(set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************
Datadog related settings in deployment yaml are as follows:
Hello, thanks for the report, it does look like there is an issue with our recent work on better integrating with mulesoft that we didn't see when running tests.
Would you be able to write a minimal app that reproduces the problem ? Or can you tell us what mulesoft capabilities you are using that trigger the issue ?
In the meantime, you probably already know this, but to continue operating nominally, you can either disable mule instrumentation by changing DD_INTEGRATION_MULE_ENABLED to "false", or keep using v1.43.0 of the tracer.
After the update to latest version of dd-trace-java from 1.43.0 to 1.44.1 and using a mule runtime engine of 4.6.9:11-java17 we get the following error:
Datadog related settings in deployment yaml are as follows:
Both versions are the latest (stable) versions of today.
The text was updated successfully, but these errors were encountered: