Hi You need to subscribe to the mail list first. > Mail to [email protected], follow the reply to subscribe the mail list.
Then, your screenshot doesn't show up. I can't see what is going on. Sheng Wu 吴晟 Twitter, wusheng1108 百味一角 <[email protected]> 于2021年1月25日周一 下午4:01写道: > Dear Skywalking > > Sorry, my English is poor. > There appear some problems for Jboss apparatus in operation by setting > java agent. > Because of JBoss Modules, JBoss needs additional configuration( > *jboss.modules.system.pkgs*). > eg: > > - JBoss 8.1.0 > Change the first line of bin/standalone.conf. eg: > ```shell > JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman,org.jboss.logmanager,org.apache.skywalking" > JAVA_OPTS="$JAVA_OPTS > -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/log4j/logmanager/main/slf4j-api-1.7.2.jbossorg-1.jar" > JAVA_OPTS="$JAVA_OPTS > -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.22.jbossorg-1.jar" > JAVA_OPTS="$JAVA_OPTS > -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.2.Final.jar" > JAVA_OPTS="$JAVA_OPTS > -Djava.util.logging.manager=org.jboss.logmanager.LogManager" > JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS > -Djava.awt.headless=true" > ``` > > > > >
