Closed aimhighrana closed 2 months ago
@aimhighrana can you provide more info? Which version of JBoss? Any application? Are there common frameworks/libraries to the applications? Which versions?
It looks like you are using agent 8.2.0, which is no longer supported. Can you upgrade it?
Also, it looks like you are using JBoss' Byteman, which seems to be another agent. The New Relic Java agent may have conflicts with it. Can you try running without Byteman?
Hi @meiao Thanks for the reply , The application is so called , JBPM 7.73.0.Final (Business central). Which is one of the opensource from Jboss and Kie community. Release notes
Can you upgrade it? I would say no for a moment as this issue is coming on production instance and we can't upgrade it without compatibility testing.
@aimhighrana can you provide more info? Which version of JBoss? Any application? Are there common frameworks/libraries to the applications? Which versions?
It looks like you are using agent 8.2.0, which is no longer supported. Can you upgrade it?
Not enabled as such , is this default for Jboss wildfly applications ?
I believe your wanted to quote the post about byteman in your last message.
I think you are using it because of the system property you set -Djboss.modules.system.pkgs=org.jboss.byteman
.
Thanks @meiao , let me test without byteman .
We've had no response for 2 weeks, so this issue will likely be closed as wontfix
I upgraded newrelic java agent to 8.X and removed byteman
Seems its working .. haven't seen the same issue since 15 days ..
Closing this now Thanks
Description
Hi, I am getting this below in logs and any jboss application is not responding.
Steps to Reproduce
Java : registry.access.redhat.com/ubi8/openjdk-11:1.13-1.1653918221 JAVA_OPTS :
-noverify -server -Xms24G -Xmx24G -XX:+UseStringDeduplication -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -javaagent:/usr/lib/jvm/newrelic.jar -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
Impact in the application
The application is in running but not accepting any http request as says