HI, I'm trying to setup an APM Agent for a java applicaiton ( Spring 5, Webflux ).
I got this message when staring an application with apm java agent.
bash-4.1# java -javaagent:/home/elastic-apm-agent-1.1.0.jar -Delastic.apm.service_name=webflux-demo -Delastic.apm.application_packages=com.azoci.demo.webfluxdemo -Delastic.apm.server_urls=http://10.178.50.75:8201 -jar webflux-demo-0.0.1-SNAPSHOT.jar
2018-12-13 02:07:19.841 [apm-server-healthcheck] INFO co.elastic.apm.report.ApmServerHealthChecker - Elastic APM server is available: {"ok":{"build_date":"2018-11-29T22:56:26Z","build_sha":"ea0bf4863f638b35ecb6ced94f02015bab8bcb47","version":"6.5.2"}}
2018-12-13 02:07:19.911 [main] INFO co.elastic.apm.configuration.StartupInfo - Starting Elastic APM 1.1.0 as webflux-demo on Java 1.8.0_11 (Oracle Corporation) Linux 3.10.0-693.17.1.el7.x86_64
. ____ _ __ _ _
/\ / ' __ _ () __ __ _ \ \ \
( ( )__ | '_ | '| | ' / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
' || .__|| ||| |_, | / / / /
=========||==============|/=////
:: Spring Boot :: (v2.1.1.RELEASE)
2018-12-13 02:07:22.230 INFO 1043 --- [ main] c.a.d.w.WebfluxDemoApplication : Starting WebfluxDemoApplication v0.0.1-SNAPSHOT on 242d1917bcb8 with PID 1043 (/home/webflux-demo-0.0.1-SNAPSHOT.jar started by root in /home)
2018-12-13 02:07:22.257 INFO 1043 --- [ main] c.a.d.w.WebfluxDemoApplication : No active profile set, falling back to default profiles: default
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fa33f257db1, pid=1043, tid=140339139184384
JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.11-b03 mixed mode linux-amd64 compressed oops)
Problematic frame:
V [libjvm.so+0x4bddb1] Deoptimization::query_update_method_data(MethodData*, int, Deoptimization::DeoptReason, unsigned int&, bool&, bool&)+0x31
Core dump written. Default location: /home/core or core.1043
An error report file with more information is saved as:
/home/hs_err_pid1043.log
If you would like to submit a bug report, please visit:
http://bugreport.sun.com/bugreport/crash.jsp
Aborted (core dumped)
plz, help me solve this problem.