-
Hi, i think there are something wrong with my application, the tomcat7 instrumentation and tomcat10 instrumentation may work at the same time. my application: here are the logs:
The place where print the
When I remove the Tomcat 7 instrumentation(-Dotel.instrumentation.tomcat-7.0.enabled=false), everything becomes normal. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It could happen when your spring boot application contains both javax and jakarta servlet api. This issue has been fixed in the latest release (check release notes to find the exact release with the fix). |
Beta Was this translation helpful? Give feedback.
It could happen when your spring boot application contains both javax and jakarta servlet api. This issue has been fixed in the latest release (check release notes to find the exact release with the fix).