-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No web transactions or JVM data reported for JBoss EAP 7.4 #694
Comments
Closed
Duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see any web transactions or JVM data reported for JBoss EAP 7.4. Tested with Java agent 7.5.0 and a simple web app hitting some servlets. The same app and agent version work fine with JBoss EAP 7.2 and JBoss EAP 7.3.
I think there may be a couple of things at play here. JBoss EAP 7.3 began the conversion to Jakarta EE which the agent doesn't yet support, yet JBoss EAP 7.3 works fine. I assume further work may have been done on JBoss EAP 7.4 that resulted in instrumentation breaking.
Both JBoss EAP 7.2 and 7.3 load the following instrumentation modules, while 7.4 does not:
Meanwhile 7.4 loads the following instrumentation module, while previous versions do not:
Agent 7.5.0 logs when run with JBoss EAP 7.4 show the following exception, which likely explains why the servlet instrumentation is failing and why no web transactions are reported. Exception doesn't appear for earlier JBoss EAP versions.
(Migrate to Jira)
The text was updated successfully, but these errors were encountered: