Skip to content
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

wildfly-16.0.0 startup error #8478

Open
snmsmanager opened this issue Dec 8, 2021 · 1 comment
Open

wildfly-16.0.0 startup error #8478

snmsmanager opened this issue Dec 8, 2021 · 1 comment

Comments

@snmsmanager
Copy link

Environment

Pinpoint version :- 2.3.1
Pinpoint agent:- 2.3.1
Wildfly version:- 16.0.0

Description
Wildfly not able to start with Pinpoint agent.
I have configured standalone.conf as below. please help to resolve this .

standalone.conf

JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman,org.jboss.logmanager,com.navercorp.pinpoint.bootstrap,com.navercorp.pinpoint.common,com.navercorp.pinpoint.exception"
JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:/opt/wildfly/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.6.Final.jar"
JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:/opt/wildfly/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.22.jbossorg-1.jar"
JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:/opt/wildfly/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.1.7.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"

JAVA_OPTS="$JAVA_OPTS -javaagent:/opt/pinpoint-agent/pinpoint-bootstrap-2.3.1.jar"
JAVA_OPTS="$JAVA_OPTS -Dpinpoint.applicationName=WILDFLY"
JAVA_OPTS="$JAVA_OPTS -Dpinpoint.agentId=WILDFLY"

@JsckSons
Copy link

hi, -Xbootclasspath/p is no longer support by java 9 , can you have other idea about the conf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants