pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 227 forks source link

Pinpoint agent is failing on Wildfly v20.0.1 #183

Open isos81 opened 6 months ago

isos81 commented 6 months ago

Hey all,

I'm trying to run the Pinpoint Agent on Wildfly app server.

However, when I add the -javaagent JVM parameter, the server doesn't even boot. There is also no log. Is there any support for Wildfly? How can I proceed?

PS: I add the following parameters (only javaagent parameter breaks the server)

-javaagent:/PATH/pinpoint-agent-2.5.3/pinpoint-bootstrap-2.5.3.jar
-Dpinpoint.agentId=8202
-Dpinpoint.applicationName=debug_server
-Dprofiler.collector.ip=COLLECTOR_IP
-Dprofiler.transport.grpc.collector.ip=COLLECTOR_IP

BTW, is the agentID a specific number to identify on the web UI, or should I pick it from somewhere?

Thanks.