pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.38k stars 3.75k forks source link

Transaction Id is not printed in Log files #4007

Closed SwaroopKishanM closed 6 years ago

SwaroopKishanM commented 6 years ago

we have the weblogic adminServer(10.3.6) and a managedServer and configured the Pinpoint weblogic plugin successfully. We enabled the profiler.log4j.logging.transactioninfo=true in the pinpoint.config but it doesnot print the [TxId : %X{PtxId} , SpanId : %X{PspanId}] in the log , it is always empty.

If it is weblogic with only Adminserver it is printing the PtxId but when we have managed server in weblogic PtxId is always null. Please let us know if we have missed anything.

minwoo-jung commented 6 years ago

Hi @SwaroopKishanM Could you see server map for your application in pinoint web? If it is traced , you need to see agent log when application start. And check sampling rate in configuration of agent.

SwaroopKishanM commented 6 years ago

Hi @minwoo-jung I have used the default config profiler.sampling.enable=true profiler.sampling.rate=1. Also, I added and debug log to printthe tracedId in the Managed server and I could see the traceId is being printed (TransactionID Value is:: {}Weblogic_test^1523429564038^35)

Code I added to log the tracedId in managed server weblogic agent. private TraceId populateTraceIdFromRequest(ServletRequestImpl request) { String transactionId = request.getHeader(Header.HTTP_TRACE_ID.toString()); logger.debug("TransactionID Value is:: {}" + transactionId);

minwoo-jung commented 6 years ago

Did you see agent log when agent start? Maybe There is informal log for log4j profilering.

SwaroopKishanM commented 6 years ago

On the weblogic console I see pinpoint agent started successfully. But there is no log generated when the agent starts in the pinpoint agent directory folder.

minwoo-jung commented 6 years ago

See log folder in your agent package. And show me the log4.xml file in lib folder of your agent package.

Which version do you use log4j?

SwaroopKishanM commented 6 years ago

There is no log folder and log generated under the agent package. I am using log4j-1.2.17.jar in weblogic. log4j.xml is the default one, didnot update anything in it

<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

minwoo-jung commented 6 years ago

could you show your application log when app started? And please show your java option for pinoint agent or your process full name.

I think it was strange There is no log file for pinpoint agent.

SwaroopKishanM commented 6 years ago

This is the log when app started 2018-04-09 03:30:12 INFO pinpoint agentArgs: 2018-04-09 03:30:12 INFO Agent original-path:/data01/PinPointAgent 2018-04-09 03:30:12 INFO Agent canonical-path:/data01/PinPointAgent 2018-04-09 03:30:12 INFO found pinpoint-commons.jar. /data01/PinPointAgent/boot/pinpoint-commons-1.7.1.jar 2018-04-09 03:30:12 INFO found pinpoint-bootstrap-core.jar. /data01/PinPointAgent/boot/pinpoint-bootstrap-core-1.7.1.jar 2018-04-09 03:30:12 INFO found pinpoint-bootstrap-core-optional.jar. /data01/PinPointAgent/boot/pinpoint-bootstrap-core-optional-1.7.1.jar 2018-04-09 03:30:12 INFO found pinpoint-annotations.jar. /data01/PinPointAgent/boot/pinpoint-annotations-1.7.1.jar 2018-04-09 03:30:12 INFO appendToBootstrapClassLoader:/data01/PinPointAgent/boot/pinpoint-commons-1.7.1.jar 2018-04-09 03:30:12 INFO appendToBootstrapClassLoader:/data01/PinPointAgent/boot/pinpoint-bootstrap-core-1.7.1.jar 2018-04-09 03:30:12 INFO appendToBootstrapClassLoader:/data01/PinPointAgent/boot/pinpoint-bootstrap-core-optional-1.7.1.jar 2018-04-09 03:30:12 INFO appendToBootstrapClassLoader:/data01/PinPointAgent/boot/pinpoint-annotations-1.7.1.jar 2018-04-09 03:30:12 INFO check -Dpinpoint.agentId 2018-04-09 03:30:12 INFO check success. -Dpinpoint.agentId:Weblogic_test length:13 2018-04-09 03:30:12 INFO check -Dpinpoint.applicationName 2018-04-09 03:30:12 INFO check success. -Dpinpoint.applicationName:Weblogic_test length:13 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-mysql-jdbc-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-mybatis-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-ibatis-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-rxjava-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jsp-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-okhttp-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-resttemplate-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-gson-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-netty-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-spring-boot-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-tomcat-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-user-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-logback-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-redis-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-commons-dbcp2-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-oracle-jdbc-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-dubbo-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-cubrid-jdbc-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jdk-http-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-cxf-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-resin-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-spring-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-hikaricp-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-json-lib-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-httpclient3-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-arcus-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-httpclient4-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-google-httpclient-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-postgresql-jdbc-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-weblogic-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jetty-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-ning-asynchttpclient-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jtds-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-websphere-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-hystrix-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jboss-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-jackson-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-activemq-client-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-log4j-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-thrift-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-commons-dbcp-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-mariadb-jdbc-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-vertx-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Found plugins: /data01/PinPointAgent/plugin/pinpoint-cassandra-driver-plugin-1.7.1.jar 2018-04-09 03:30:12 INFO Loading TraceMetadataProviders 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider@167a6e84 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider name:com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider@5dc21014 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider name:com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider@6ef725a6 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.rxjava.RxJavaTraceMetadataProvider name:com.navercorp.pinpoint.plugin.rxjava.RxJavaTraceMetadataProvider@5b27a891 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jsp.JspTypeProvider name:com.navercorp.pinpoint.plugin.jsp.JspTypeProvider@13dd1a31 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider name:com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider@4a899e53 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider name:com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider@c063ed4 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider name:com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider@7f5d84e0 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider name:com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider@6477fcac 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider@56afd9e3 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider name:com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider@48628ba7 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.user.UserTypeProvider name:com.navercorp.pinpoint.plugin.user.UserTypeProvider@108a93d9 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.redis.RedisTypeProvider name:com.navercorp.pinpoint.plugin.redis.RedisTypeProvider@79f0940a 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider name:com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider@4977e3d4 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider@58ee9368 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider name:com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider@bd2acaf 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider@3348854d 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider name:com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider@6934525e 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider name:com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider@1e9ea89f 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider name:com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider@3235186a 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider@5ec60ee2 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider@59747b17 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider name:com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider@6c3343e5 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider name:com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider@1cb07669 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider name:com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider@5df8ab0d 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider name:com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider@8ef2ab5 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider name:com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider@139008b 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider name:com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider@3994e3fe 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider@4d0abc94 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider name:com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider@202d0e1c 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider name:com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider@168a6465 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider name:com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider@776274ea 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider@6a7c8bd 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider name:com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider@141d7417 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider name:com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider@240fda77 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider name:com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider@11ba4552 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider name:com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider@3e48a930 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider name:com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider@4c057cc6 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider name:com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider@738e7a09 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider name:com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider@5d771ead 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider@1a15deb6 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider name:com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider@42c505f7 2018-04-09 03:30:12 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider name:com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider@76792357 2018-04-09 03:30:12 INFO Finished loading ServiceType: 2018-04-09 03:30:12 INFO TOMCAT(1010) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider 2018-04-09 03:30:12 INFO TOMCAT_METHOD(1011) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider 2018-04-09 03:30:12 INFO JETTY(1030) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider 2018-04-09 03:30:12 INFO JETTY_METHOD(1031) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider 2018-04-09 03:30:12 INFO JBOSS(1040) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider 2018-04-09 03:30:12 INFO JBOSS_METHOD(1041) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider 2018-04-09 03:30:12 INFO VERTX(1050) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:12 INFO VERTX_INTERNAL(1051) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:12 INFO VERTX_HTTP_SERVER(1052) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:12 INFO VERTX_HTTP_SERVER_INTERNAL(1053) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:12 INFO WEBSPHERE(1060) from com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider 2018-04-09 03:30:12 INFO WEBSPHERE_METHOD(1061) from com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider 2018-04-09 03:30:12 INFO THRIFT_SERVER(1100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:12 INFO THRIFT_SERVER_INTERNAL(1101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:12 INFO DUBBO_PROVIDER(1110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2018-04-09 03:30:12 INFO RESIN(1200) from com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider 2018-04-09 03:30:12 INFO RESIN_METHOD(1201) from com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider 2018-04-09 03:30:12 INFO SPRING_BOOT(1210) from com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider 2018-04-09 03:30:12 INFO WEBLOGIC(1989) from com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider 2018-04-09 03:30:12 INFO WEBLOGIC_METHOD(1992) from com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider 2018-04-09 03:30:12 INFO MYSQL(2100) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider 2018-04-09 03:30:12 INFO MYSQL_EXECUTE_QUERY(2101) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider 2018-04-09 03:30:12 INFO MARIADB(2150) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider 2018-04-09 03:30:12 INFO MARIADB_EXECUTE_QUERY(2151) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider 2018-04-09 03:30:12 INFO MSSQL(2200) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider 2018-04-09 03:30:12 INFO MSSQL_EXECUTE_QUERY(2201) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider 2018-04-09 03:30:12 INFO ORACLE(2300) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider 2018-04-09 03:30:12 INFO ORACLE_EXECUTE_QUERY(2301) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider 2018-04-09 03:30:12 INFO CUBRID(2400) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider 2018-04-09 03:30:12 INFO CUBRID_EXECUTE_QUERY(2401) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider 2018-04-09 03:30:12 INFO POSTGRESQL(2500) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider 2018-04-09 03:30:12 INFO POSTGRESQL_EXECUTE_QUERY(2501) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider 2018-04-09 03:30:12 INFO CASSANDRA(2600) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider 2018-04-09 03:30:12 INFO CASSANDRA_EXECUTE_QUERY(2601) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider 2018-04-09 03:30:12 INFO JSP(5005) from com.navercorp.pinpoint.plugin.jsp.JspTypeProvider 2018-04-09 03:30:12 INFO GSON(5010) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider 2018-04-09 03:30:12 INFO JACKSON(5011) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider 2018-04-09 03:30:12 INFO JSON-LIB(5012) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider 2018-04-09 03:30:12 INFO SPRING_MVC(5051) from com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider 2018-04-09 03:30:12 INFO SPRING_BEAN(5071) from com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider 2018-04-09 03:30:12 INFO IBATIS(5500) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider 2018-04-09 03:30:12 INFO IBATIS_SPRING(5501) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider 2018-04-09 03:30:12 INFO MYBATIS(5510) from com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider 2018-04-09 03:30:12 INFO DBCP(6050) from com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider 2018-04-09 03:30:12 INFO DBCP2(6052) from com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider 2018-04-09 03:30:12 INFO HIKARICP(6060) from com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider 2018-04-09 03:30:12 INFO RX_JAVA(6500) from com.navercorp.pinpoint.plugin.rxjava.RxJavaTraceMetadataProvider 2018-04-09 03:30:12 INFO RX_JAVA_INTERNAL(6501) from com.navercorp.pinpoint.plugin.rxjava.RxJavaTraceMetadataProvider 2018-04-09 03:30:12 INFO MEMCACHED(8050) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2018-04-09 03:30:12 INFO MEMCACHED_FUTURE_GET(8051) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2018-04-09 03:30:12 INFO ARCUS(8100) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2018-04-09 03:30:12 INFO ARCUS_FUTURE_GET(8101) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2018-04-09 03:30:12 INFO ARCUS_EHCACHE_FUTURE_GET(8102) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2018-04-09 03:30:12 INFO REDIS(8200) from com.navercorp.pinpoint.plugin.redis.RedisTypeProvider 2018-04-09 03:30:12 INFO ACTIVEMQ_CLIENT(8310) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2018-04-09 03:30:12 INFO ACTIVEMQ_CLIENT_INTERNAL(8311) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2018-04-09 03:30:12 INFO HTTP_CLIENT_3(9050) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider 2018-04-09 03:30:12 INFO HTTP_CLIENT_3_INTERNAL(9051) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider 2018-04-09 03:30:12 INFO HTTP_CLIENT_4(9052) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider 2018-04-09 03:30:12 INFO HTTP_CLIENT_4_INTERNAL(9053) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider 2018-04-09 03:30:13 INFO GOOGLE_HTTP_CLIENT_INTERNAL(9054) from com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider 2018-04-09 03:30:13 INFO JDK_HTTPURLCONNECTOR(9055) from com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider 2018-04-09 03:30:13 INFO ASYNC_HTTP_CLIENT(9056) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider 2018-04-09 03:30:13 INFO ASYNC_HTTP_CLIENT_INTERNAL(9057) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider 2018-04-09 03:30:13 INFO OK_HTTP_CLIENT(9058) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider 2018-04-09 03:30:13 INFO OK_HTTP_CLIENT_INTERNAL(9059) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider 2018-04-09 03:30:13 INFO CXF_CLIENT(9080) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2018-04-09 03:30:13 INFO THRIFT_CLIENT(9100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:13 INFO THRIFT_CLIENT_INTERNAL(9101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:13 INFO DUBBO_CONSUMER(9110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2018-04-09 03:30:13 INFO HYSTRIX_COMMAND(9120) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO HYSTRIX_COMMAND_INTERNAL(9121) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO VERTX_HTTP_CLIENT(9130) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:13 INFO VERTX_HTTP_CLIENT_INTERNAL(9131) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider 2018-04-09 03:30:13 INFO REST_TEMPLATE(9140) from com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider 2018-04-09 03:30:13 INFO NETTY(9150) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider 2018-04-09 03:30:13 INFO NETTY_INTERNAL(9151) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider 2018-04-09 03:30:13 INFO NETTY_HTTP(9152) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider 2018-04-09 03:30:13 INFO Finished loading AnnotationKeys: 2018-04-09 03:30:13 INFO thrift.url(80) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:13 INFO thrift.args(81) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:13 INFO thrift.result(82) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2018-04-09 03:30:13 INFO dubbo.args(90) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2018-04-09 03:30:13 INFO dubbo.result(91) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2018-04-09 03:30:13 INFO activemq.broker.address(101) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2018-04-09 03:30:13 INFO activemq.message(102) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command(110) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command.execution(111) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command.fallback.cause(112) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command.exception(113) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command.key(115) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.command.group.key(116) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.thread.pool.key(117) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO hystrix.collapser.key(118) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2018-04-09 03:30:13 INFO netty.address(120) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider 2018-04-09 03:30:13 INFO cxf.operation(200) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2018-04-09 03:30:13 INFO cxf.args(201) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2018-04-09 03:30:13 INFO gson.json.length(9000) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider 2018-04-09 03:30:13 INFO jackson.json.length(9001) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider 2018-04-09 03:30:13 INFO json-lib.json.length(9002) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider 2018-04-09 03:30:13 INFO add Default ServiceType:UNDEFINED 2018-04-09 03:30:13 INFO add Default ServiceType:UNKNOWN 2018-04-09 03:30:13 INFO add Default ServiceType:USER 2018-04-09 03:30:13 INFO add Default ServiceType:UNKNOWN_GROUP 2018-04-09 03:30:13 INFO add Default ServiceType:TEST 2018-04-09 03:30:13 INFO add Default ServiceType:COLLECTOR 2018-04-09 03:30:13 INFO add Default ServiceType:ASYNC 2018-04-09 03:30:13 INFO add Default ServiceType:STAND_ALONE 2018-04-09 03:30:13 INFO add Default ServiceType:TEST_STAND_ALONE 2018-04-09 03:30:13 INFO add Default ServiceType:UNAUTHORIZED 2018-04-09 03:30:13 INFO add Default ServiceType:PHP 2018-04-09 03:30:13 INFO add Default ServiceType:PHP_METHOD 2018-04-09 03:30:13 INFO add Default ServiceType:UNKNOWN_DB 2018-04-09 03:30:13 INFO add Default ServiceType:UNKNOWN_DB 2018-04-09 03:30:13 INFO add Default ServiceType:INTERNAL_METHOD 2018-04-09 03:30:13 INFO add Default ServiceType:SPRING 2018-04-09 03:30:13 INFO add Default ServiceType:SPRING 2018-04-09 03:30:13 INFO add Plugin ServiceType:MYSQL 2018-04-09 03:30:13 INFO add Plugin ServiceType:MYSQL 2018-04-09 03:30:13 INFO add Plugin ServiceType:MYBATIS 2018-04-09 03:30:13 INFO add Plugin ServiceType:IBATIS 2018-04-09 03:30:13 INFO add Plugin ServiceType:IBATIS 2018-04-09 03:30:13 INFO add Plugin ServiceType:RX_JAVA 2018-04-09 03:30:13 INFO add Plugin ServiceType:RX_JAVA 2018-04-09 03:30:13 INFO add Plugin ServiceType:JSP 2018-04-09 03:30:13 INFO add Plugin ServiceType:OK_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:OK_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:REST_TEMPLATE 2018-04-09 03:30:13 INFO add Plugin ServiceType:GSON 2018-04-09 03:30:13 INFO add Plugin ServiceType:NETTY 2018-04-09 03:30:13 INFO add Plugin ServiceType:NETTY_INTERNAL 2018-04-09 03:30:13 INFO add Plugin ServiceType:NETTY_HTTP 2018-04-09 03:30:13 INFO add Plugin ServiceType:SPRING_BOOT 2018-04-09 03:30:13 INFO add Plugin ServiceType:TOMCAT 2018-04-09 03:30:13 INFO add Plugin ServiceType:TOMCAT_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:REDIS 2018-04-09 03:30:13 INFO add Plugin ServiceType:DBCP2 2018-04-09 03:30:13 INFO add Plugin ServiceType:ORACLE 2018-04-09 03:30:13 INFO add Plugin ServiceType:ORACLE 2018-04-09 03:30:13 INFO add Plugin ServiceType:DUBBO_PROVIDER 2018-04-09 03:30:13 INFO add Plugin ServiceType:DUBBO_CONSUMER 2018-04-09 03:30:13 INFO add Plugin ServiceType:CUBRID 2018-04-09 03:30:13 INFO add Plugin ServiceType:CUBRID 2018-04-09 03:30:13 INFO add Plugin ServiceType:JDK_HTTPCONNECTOR 2018-04-09 03:30:13 INFO add Plugin ServiceType:CXF_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:RESIN 2018-04-09 03:30:13 INFO add Plugin ServiceType:RESIN_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:SPRING_BEAN 2018-04-09 03:30:13 INFO add Plugin ServiceType:SPRING 2018-04-09 03:30:13 INFO add Plugin ServiceType:HIKARICP 2018-04-09 03:30:13 INFO add Plugin ServiceType:JSON-LIB 2018-04-09 03:30:13 INFO add Plugin ServiceType:HTTP_CLIENT_3 2018-04-09 03:30:13 INFO add Plugin ServiceType:HTTP_CLIENT_3 2018-04-09 03:30:13 INFO add Plugin ServiceType:ARCUS 2018-04-09 03:30:13 INFO add Plugin ServiceType:ARCUS 2018-04-09 03:30:13 INFO add Plugin ServiceType:ARCUS-EHCACHE 2018-04-09 03:30:13 INFO add Plugin ServiceType:MEMCACHED 2018-04-09 03:30:13 INFO add Plugin ServiceType:MEMCACHED 2018-04-09 03:30:13 INFO add Plugin ServiceType:HTTP_CLIENT_4 2018-04-09 03:30:13 INFO add Plugin ServiceType:HTTP_CLIENT_4 2018-04-09 03:30:13 INFO add Plugin ServiceType:GOOGLE_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:POSTGRESQL 2018-04-09 03:30:13 INFO add Plugin ServiceType:POSTGRESQL 2018-04-09 03:30:13 INFO add Plugin ServiceType:WEBLOGIC 2018-04-09 03:30:13 INFO add Plugin ServiceType:WEBLOGIC_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:JETTY 2018-04-09 03:30:13 INFO add Plugin ServiceType:JETTY_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:MSSQLSERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:MSSQLSERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:WEBSPHERE 2018-04-09 03:30:13 INFO add Plugin ServiceType:WEBSPHERE_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:HYSTRIX_COMMAND 2018-04-09 03:30:13 INFO add Plugin ServiceType:HYSTRIX_COMMAND 2018-04-09 03:30:13 INFO add Plugin ServiceType:JBOSS 2018-04-09 03:30:13 INFO add Plugin ServiceType:JBOSS_METHOD 2018-04-09 03:30:13 INFO add Plugin ServiceType:JACKSON 2018-04-09 03:30:13 INFO add Plugin ServiceType:ACTIVEMQ_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:ACTIVEMQ_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:THRIFT_SERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:THRIFT_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:THRIFT_SERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:THRIFT_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:DBCP 2018-04-09 03:30:13 INFO add Plugin ServiceType:MARIADB 2018-04-09 03:30:13 INFO add Plugin ServiceType:MARIADB 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX_HTTP_SERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX_HTTP_SERVER 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:VERTX_HTTP_CLIENT 2018-04-09 03:30:13 INFO add Plugin ServiceType:CASSANDRA 2018-04-09 03:30:13 INFO add Plugin ServiceType:CASSANDRA 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=12, name='API} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=13, name='API-METADATA} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=14, name='RETURN_DATA} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10015, name='API-TAG} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10000010, name='API-METADATA-ERROR} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10000011, name='API-METADATA-AGENT-INFO-NOT-FOUND} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10000012, name='API-METADATA-IDENTIFIER-CHECK_ERROR} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10000013, name='API-METADATA-NOT-FOUND} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=10000014, name='API-METADATA-DID-COLLSION} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=20, name='SQL-ID} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=21, name='SQL} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=22, name='SQL-METADATA} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=23, name='SQL-PARAM} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=24, name='SQL-BindValue} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=30, name='STRING_ID} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=40, name='http.url} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=41, name='http.param} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=42, name='http.entity} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=45, name='http.cookie} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=46, name='http.status.code} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=48, name='http.internal.display} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=49, name='http.io} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=100, name='message.queue.url} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-1, name='args[0]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-2, name='args[1]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-3, name='args[2]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-4, name='args[3]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-5, name='args[4]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-6, name='args[5]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-7, name='args[6]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-8, name='args[7]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-9, name='args[8]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-10, name='args[9]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-11, name='args[N]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-30, name='cached_args[0]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-31, name='cached_args[1]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-32, name='cached_args[2]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-33, name='cached_args[3]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-34, name='cached_args[4]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-35, name='cached_args[5]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-36, name='cached_args[6]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-37, name='cached_args[7]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-38, name='cached_args[8]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-39, name='cached_args[9]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-40, name='cached_args[N]} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-50, name='Exception} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-51, name='ExceptionClass} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-9999, name='UNKNOWN} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=-100, name='Asynchronous Invocation} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=300, name='PROXY_HTTP_HEADER} 2018-04-09 03:30:13 INFO add Default AnnotationKey:AnnotationKey{code=310, name='redis.io} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=9000, name='gson.json.length} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=120, name='netty.address} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=90, name='dubbo.args} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=91, name='dubbo.result} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=200, name='cxf.operation} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=201, name='cxf.args} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=9002, name='json-lib.json.length} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=110, name='hystrix.command} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=111, name='hystrix.command.execution} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=112, name='hystrix.command.fallback.cause} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=113, name='hystrix.command.exception} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=115, name='hystrix.command.key} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=116, name='hystrix.command.group.key} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=117, name='hystrix.thread.pool.key} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=118, name='hystrix.collapser.key} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=9001, name='jackson.json.length} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=101, name='activemq.broker.address} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=102, name='activemq.message} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=80, name='thrift.url} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=81, name='thrift.args} 2018-04-09 03:30:13 INFO add Plugin AnnotationKey:AnnotationKey{code=82, name='thrift.result} 2018-04-09 03:30:13 INFO classpath pinpoint.config found. /data01/PinPointAgent/pinpoint.config 2018-04-09 03:30:13 INFO logPath:/data01/PinPointAgent/log 2018-04-09 03:30:13 INFO pinpoint version:1.7.1 2018-04-09 03:30:13 INFO profiler.enable=true 2018-04-09 03:30:13 INFO profiler.instrument.engine=ASM 2018-04-09 03:30:13 INFO profiler.instrument.matcher.enable=true 2018-04-09 03:30:13 INFO profiler.instrument.matcher.interface.cache.size=4 2018-04-09 03:30:13 INFO profiler.instrument.matcher.interface.cache.entry.size=16 2018-04-09 03:30:13 INFO profiler.instrument.matcher.annotation.cache.size=4 2018-04-09 03:30:13 INFO profiler.instrument.matcher.annotation.cache.entry.size=4 2018-04-09 03:30:13 INFO profiler.instrument.matcher.super.cache.size=4 2018-04-09 03:30:13 INFO profiler.instrument.matcher.super.cache.entry.size=4 2018-04-09 03:30:13 INFO profiler.interceptorregistry.size=8192 2018-04-09 03:30:13 INFO profiler.collector.span.ip=127.0.0.1 2018-04-09 03:30:13 INFO profiler.collector.span.port=9996 2018-04-09 03:30:13 INFO profiler.collector.stat.ip=127.0.0.1 2018-04-09 03:30:13 INFO profiler.collector.stat.port=9995 2018-04-09 03:30:13 INFO profiler.collector.tcp.ip=127.0.0.1 2018-04-09 03:30:13 INFO profiler.collector.tcp.port=9994 2018-04-09 03:30:13 INFO profiler.spandatasender.write.queue.size=5120 2018-04-09 03:30:13 INFO profiler.spandatasender.socket.sendbuffersize=1048576 2018-04-09 03:30:13 INFO profiler.spandatasender.socket.timeout=3000 2018-04-09 03:30:13 INFO profiler.spandatasender.chunk.size=16384 2018-04-09 03:30:13 INFO profiler.spandatasender.socket.type=OIO 2018-04-09 03:30:13 INFO profiler.spandatasender.transport.type=UDP 2018-04-09 03:30:13 INFO profiler.statdatasender.write.queue.size=5120 2018-04-09 03:30:13 INFO profiler.statdatasender.socket.sendbuffersize=1048576 2018-04-09 03:30:13 INFO profiler.statdatasender.socket.timeout=3000 2018-04-09 03:30:13 INFO profiler.statdatasender.chunk.size=16384 2018-04-09 03:30:13 INFO profiler.statdatasender.socket.type=OIO 2018-04-09 03:30:13 INFO profiler.statdatasender.transport.type=UDP 2018-04-09 03:30:13 INFO profiler.tcpdatasender.command.accept.enable=true 2018-04-09 03:30:13 INFO profiler.tcpdatasender.command.activethread.enable=true 2018-04-09 03:30:13 INFO profiler.tcpdatasender.command.activethread.count.enable=true 2018-04-09 03:30:13 INFO profiler.tcpdatasender.command.activethread.threaddump.enable=true 2018-04-09 03:30:13 INFO profiler.tcpdatasender.command.activethread.threadlightdump.enable=true 2018-04-09 03:30:13 INFO profiler.pinpoint.activethread=true 2018-04-09 03:30:13 INFO profiler.pinpoint.datasource=true 2018-04-09 03:30:13 INFO profiler.pinpoint.datasource.tracelimitsize=20 2018-04-09 03:30:13 INFO profiler.monitor.deadlock.enable=true 2018-04-09 03:30:13 INFO profiler.monitor.deadlock.interval=60000 2018-04-09 03:30:13 INFO profiler.callstack.max.depth=64 2018-04-09 03:30:13 INFO profiler.jdbc.sqlcachesize=1024 2018-04-09 03:30:13 INFO profiler.jdbc.tracesqlbindvalue=true 2018-04-09 03:30:13 INFO profiler.sampling.enable=true 2018-04-09 03:30:13 INFO profiler.sampling.rate=1 2018-04-09 03:30:13 INFO profiler.io.buffering.enable=true 2018-04-09 03:30:13 INFO profiler.io.buffering.buffersize=20 2018-04-09 03:30:13 INFO profiler.jvm.vendor.name= 2018-04-09 03:30:13 INFO profiler.jvm.stat.collect.interval=5000 2018-04-09 03:30:13 INFO profiler.jvm.stat.batch.send.count=6 2018-04-09 03:30:13 INFO profiler.stat.jvm.collect.detailed.metrics=false 2018-04-09 03:30:13 INFO profiler.agentInfo.send.retry.interval=300000 2018-04-09 03:30:13 INFO profiler.applicationservertype=null 2018-04-09 03:30:13 INFO profiler.include= 2018-04-09 03:30:13 INFO profiler.interceptor.exception.propagate=false 2018-04-09 03:30:13 INFO profiler.lambda.expressions.support=true 2018-04-09 03:30:13 INFO profiler.proxy.http.header.enable=true 2018-04-09 03:30:13 INFO configuration loaded successfully. 2018-04-09 03:30:13 INFO agent JarPath:/data01/PinPointAgent/pinpoint-bootstrap-1.7.1.jar 2018-04-09 03:30:13 INFO agent LibDir:/data01/PinPointAgent/lib 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/pinpoint-profiler-optional-jdk7-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/guice-4.1.0.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/javassist-3.21.0-GA.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/log4j-1.2.17.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/pinpoint-profiler-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/pinpoint-profiler-optional-jdk6-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/log4j-1.2.16.jar_bkp 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/pinpoint-thrift-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/netty-3.10.6.Final.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/pinpoint-rpc-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/javax.inject-1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/libthrift-0.10.0.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/aopalliance-1.0.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/guava-20.0.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/slf4j-log4j12-1.7.21.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/log4j.xml 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/asm-debug-all-5.2.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/slf4j-api-1.7.21.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/lib/ 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/boot/pinpoint-commons-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/boot/pinpoint-bootstrap-core-1.7.1.jar 2018-04-09 03:30:13 INFO agent Lib:file:/data01/PinPointAgent/boot/pinpoint-bootstrap-core-optional-1.7.1.jar 2018-04-09 03:30:13 INFO agent config:/data01/PinPointAgent/pinpoint.config 2018-04-09 03:30:13 INFO pinpoint agent [com.navercorp.pinpoint.profiler.DefaultAgent] starting... 2018-04-09 03:30:14 INFO profiler.jdbc.mysql=true 2018-04-09 03:30:14 INFO profiler.jdbc.mysql.tracesqlbindvalue=true 2018-04-09 03:30:14 INFO profiler.jdbc.mysql.setautocommit=true 2018-04-09 03:30:14 INFO profiler.jdbc.mysql.commit=true 2018-04-09 03:30:14 INFO profiler.jdbc.mysql.rollback=true 2018-04-09 03:30:14 INFO profiler.orm.mybatis=true 2018-04-09 03:30:14 INFO profiler.orm.ibatis=true 2018-04-09 03:30:14 INFO profiler.rxjava=true 2018-04-09 03:30:14 INFO profiler.jsp.enable=true 2018-04-09 03:30:14 INFO profiler.okhttp.enable=true 2018-04-09 03:30:14 INFO profiler.okhttp.param=true 2018-04-09 03:30:14 INFO profiler.okhttp.cookie=false 2018-04-09 03:30:14 INFO profiler.okhttp.cookie.dumptype=EXCEPTION 2018-04-09 03:30:14 INFO profiler.okhttp.cookie.sampling.rate=10 2018-04-09 03:30:14 INFO profiler.okhttp.entity.statuscode=true 2018-04-09 03:30:14 INFO profiler.okhttp.async=true 2018-04-09 03:30:14 INFO profiler.okhttp.enable=true 2018-04-09 03:30:14 INFO profiler.okhttp.param=true 2018-04-09 03:30:14 INFO profiler.okhttp.cookie=false 2018-04-09 03:30:14 INFO profiler.okhttp.cookie.dumptype=EXCEPTION 2018-04-09 03:30:14 INFO profiler.okhttp.cookie.sampling.rate=10 2018-04-09 03:30:14 INFO profiler.okhttp.entity.statuscode=true 2018-04-09 03:30:14 INFO profiler.okhttp.async=true 2018-04-09 03:30:14 INFO profiler.resttemplate=false 2018-04-09 03:30:14 INFO profiler.json.gson=true 2018-04-09 03:30:14 INFO profiler.netty=false 2018-04-09 03:30:14 INFO profiler.netty.http=false 2018-04-09 03:30:14 INFO profiler.springboot.enable=true 2018-04-09 03:30:14 INFO profiler.tomcat.enable=true 2018-04-09 03:30:14 INFO profiler.tomcat.conditional.transform=true 2018-04-09 03:30:14 INFO profiler.tomcat.hidepinpointheader=true 2018-04-09 03:30:14 INFO profiler.tomcat.tracerequestparam=true 2018-04-09 03:30:14 INFO profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html 2018-04-09 03:30:14 INFO profiler.tomcat.realipheader=null 2018-04-09 03:30:14 INFO profiler.tomcat.realipemptyvalue=null 2018-04-09 03:30:14 INFO profiler.tomcat.excludemethod= 2018-04-09 03:30:14 INFO profiler.entrypoint= 2018-04-09 03:30:14 INFO profiler.logback.logging.transactioninfo=false 2018-04-09 03:30:14 INFO profiler.redis=true 2018-04-09 03:30:14 INFO profiler.redis.enable=true 2018-04-09 03:30:14 INFO profiler.redis.pipeline=false 2018-04-09 03:30:14 INFO profiler.redis.io=true 2018-04-09 03:30:15 INFO profiler.jdbc.dbcp2=true 2018-04-09 03:30:15 INFO profiler.jdbc.dbcp2.connectionclose=true 2018-04-09 03:30:15 INFO profiler.jdbc.oracle=true 2018-04-09 03:30:15 INFO profiler.jdbc.oracle.tracesqlbindvalue=true 2018-04-09 03:30:15 INFO profiler.jdbc.oracle.setautocommit=true 2018-04-09 03:30:15 INFO profiler.jdbc.oracle.commit=true 2018-04-09 03:30:15 INFO profiler.jdbc.oracle.rollback=true 2018-04-09 03:30:15 INFO profiler.dubbo.enable=true 2018-04-09 03:30:15 INFO profiler.jdbc.cubrid=true 2018-04-09 03:30:15 INFO profiler.jdbc.cubrid.tracesqlbindvalue=true 2018-04-09 03:30:15 INFO profiler.jdbc.cubrid.setautocommit=true 2018-04-09 03:30:15 INFO profiler.jdbc.cubrid.commit=true 2018-04-09 03:30:15 INFO profiler.jdbc.cubrid.rollback=true 2018-04-09 03:30:15 INFO profiler.cxf.client=true 2018-04-09 03:30:15 INFO profiler.cxf.client.hiddenParams= 2018-04-09 03:30:15 INFO profiler.resin.enable=true 2018-04-09 03:30:15 INFO profiler.resin.bootstrap.main= 2018-04-09 03:30:15 INFO profiler.resin.tracerequestparam=true 2018-04-09 03:30:15 INFO profiler.resin.excludeurl= 2018-04-09 03:30:15 INFO profiler.resin.realipheader=null 2018-04-09 03:30:15 INFO profiler.resin.realipemptyvalue=null 2018-04-09 03:30:15 INFO profiler.resin.excludemethod= 2018-04-09 03:30:15 INFO profiler.resin.hidepinpointheader=true 2018-04-09 03:30:15 INFO profiler.resin.tracecookies=true 2018-04-09 03:30:15 INFO profiler.resin.cookie.sampling.rate=10 2018-04-09 03:30:15 INFO profiler.resin.cookie.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.spring.beans=true 2018-04-09 03:30:15 INFO profiler.spring.beans.name.pattern=null 2018-04-09 03:30:15 INFO profiler.spring.beans.class.pattern=null 2018-04-09 03:30:15 INFO profiler.spring.beans.annotation=null 2018-04-09 03:30:15 INFO profiler.spring.beans.[0-9]+(.scope|.base-packages|.name.pattern|.class.pattern|.annotation)={profiler.spring.beans.1.name.pattern=, profiler.spring.beans.1.class.pattern=, profiler.spring.beans.1.base-packages=, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository, profiler.spring.beans.1.scope=component-scan} 2018-04-09 03:30:15 INFO profiler.spring.beans.mark.error=false 2018-04-09 03:30:15 INFO profiler.jdbc.hikaricp=true 2018-04-09 03:30:15 INFO profiler.jdbc.hikaricp.connectionclose=true 2018-04-09 03:30:15 INFO profiler.json.jsonlib=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.param=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.cookie=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.cookie.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.cookie.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.entity=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.entity.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.entity.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.apache.httpclient3.io=true 2018-04-09 03:30:15 INFO profiler.arcus=true 2018-04-09 03:30:15 INFO profiler.arcus.keytrace=true 2018-04-09 03:30:15 INFO profiler.arcus.async=true 2018-04-09 03:30:15 INFO profiler.memcached=true 2018-04-09 03:30:15 INFO profiler.memcached.keytrace=true 2018-04-09 03:30:15 INFO profiler.memcached.async=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.param=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.cookie=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.cookie.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.cookie.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.entity=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.entity.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.entity.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.entity.statuscode=true 2018-04-09 03:30:15 INFO profiler.apache.httpclient4.io=true 2018-04-09 03:30:15 INFO profiler.google.httpclient.async=true 2018-04-09 03:30:15 INFO profiler.jdbc.postgresql=true 2018-04-09 03:30:15 INFO profiler.jdbc.postgresql.setautocommit=true 2018-04-09 03:30:15 INFO profiler.jdbc.postgresql.commit=true 2018-04-09 03:30:15 INFO profiler.jdbc.postgresql.rollback=true 2018-04-09 03:30:15 INFO profiler.jdbc.maxsqlbindvaluesize=1024 2018-04-09 03:30:15 INFO profiler.weblogic.enable=true 2018-04-09 03:30:15 INFO profiler.weblogic.excludeurl= 2018-04-09 03:30:15 INFO profiler.jetty.enable=true 2018-04-09 03:30:15 INFO profiler.jetty.excludeurl= 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient=true 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.cookie=true 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.cookie.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.cookie.dumpsize=1024 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.cookie.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.entity=true 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.entity.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.entity.dumpsize=1024 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.entity.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.param=true 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.param.dumptype=ALWAYS 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.param.dumpsize=1024 2018-04-09 03:30:15 INFO profiler.ning.asynchttpclient.param.sampling.rate=1 2018-04-09 03:30:15 INFO profiler.jdbc.jtds=true 2018-04-09 03:30:15 INFO profiler.jdbc.jtds.tracesqlbindvalue=true 2018-04-09 03:30:15 INFO profiler.jdbc.jtds.setautocommit=true 2018-04-09 03:30:15 INFO profiler.jdbc.jtds.commit=true 2018-04-09 03:30:15 INFO profiler.jdbc.jtds.rollback=true 2018-04-09 03:30:15 INFO profiler.websphere.excludeurl= 2018-04-09 03:30:15 INFO profiler.hystrix=true 2018-04-09 03:30:15 INFO profiler.jboss.enable=true 2018-04-09 03:30:15 INFO profiler.jboss.traceEjb=false 2018-04-09 03:30:15 INFO profiler.jboss.conditional.transform=true 2018-04-09 03:30:15 INFO profiler.jboss.hidepinpointheader=true 2018-04-09 03:30:15 INFO profiler.jboss.tracerequestparam=true 2018-04-09 03:30:15 INFO profiler.jboss.excludeurl= 2018-04-09 03:30:15 INFO profiler.jboss.realipheader=null 2018-04-09 03:30:15 INFO profiler.jboss.realipemptyvalue=null 2018-04-09 03:30:15 INFO profiler.jboss.excludemethod= 2018-04-09 03:30:15 INFO profiler.json.jackson=true 2018-04-09 03:30:15 INFO profiler.activemq.client.enable=true 2018-04-09 03:30:15 INFO profiler.activemq.client.producer.enable=true 2018-04-09 03:30:15 INFO profiler.activemq.client.consumer.enable=true 2018-04-09 03:30:15 INFO profiler.activemq.client.trace.message=false 2018-04-09 03:30:15 INFO profiler.activemq.client.destination.separator= 2018-04-09 03:30:15 INFO profiler.activemq.client.destination.exclude= 2018-04-09 03:30:15 INFO profiler.log4j.logging.transactioninfo=true 2018-04-09 03:30:15 INFO profiler.thrift.client=true 2018-04-09 03:30:15 INFO profiler.thrift.client.async=true 2018-04-09 03:30:15 INFO profiler.thrift.processor=true 2018-04-09 03:30:15 INFO profiler.thrift.processor.async=true 2018-04-09 03:30:15 INFO profiler.thrift.service.args=true 2018-04-09 03:30:15 INFO profiler.thrift.service.result=true 2018-04-09 03:30:15 INFO profiler.jdbc.dbcp=true 2018-04-09 03:30:15 INFO profiler.jdbc.dbcp.connectionclose=true 2018-04-09 03:30:15 INFO profiler.jdbc.mariadb=true 2018-04-09 03:30:15 INFO profiler.jdbc.mariadb.tracesqlbindvalue=true 2018-04-09 03:30:15 INFO profiler.jdbc.mariadb.setautocommit=true 2018-04-09 03:30:15 INFO profiler.jdbc.mariadb.commit=true 2018-04-09 03:30:15 INFO profiler.jdbc.mariadb.rollback=true 2018-04-09 03:30:15 INFO profiler.vertx.enable=false 2018-04-09 03:30:15 INFO profiler.vertx.http.server.enable=false 2018-04-09 03:30:15 INFO profiler.vertx.http.client.enable=false 2018-04-09 03:30:15 INFO profiler.cassandra=true 2018-04-09 03:30:15 INFO profiler.cassandra.tracecqlbindvalue=true 2018-04-09 03:30:15 INFO profiler.trace.dataformat.version=v1 2018-04-09 03:30:15 INFO profiler.trace.dataformat.version=v1 2018-04-09 03:30:15 INFO profiler.trace.dataformat.version=v1 2018-04-09 03:30:15 INFO profiler.debug.injector.type=debug 2018-04-09 03:30:16 INFO bytecode.dump.enable=false 2018-04-09 03:30:16 INFO pinpoint agent started normally. In the log file it shows log path logPath:/data01/PinPointAgent/log but no logs are generated.

JAVA_OPTIONS="${JAVA_OPTIONS} -Dpinpoint.agentId=Weblogic_test -Dpinpoint.applicationName=Weblogic_test -javaagent:data01\PinPointAgent\pinpoint-bootstrap-1.7.1.jar.

I tried with tomcat and it is generating the log, I think only with weblogic it is not .

minwoo-jung commented 6 years ago

Where code do you use for weblogic plugin code? I want to know you use code for weblogic plugin. is this repository? If it is correct code repository, please check below comment in readme file.

1.In Windows, you should find the file: 'startWeblogic.cmd'.

2.In Linux(Unix), you should find the file: 'startWeblogic.sh'

could you check to exist agent log file in your Adminserver? those is no log file?

SwaroopKishanM commented 6 years ago

I Used the below repository from 1.8.0-SNAPSHOT https://github.com/naver/pinpoint/tree/master/plugins/weblogic.

No, I don't see any agent log file in AdminServer

minwoo-jung commented 6 years ago

1.8.0 version? I think that you use pinpoint agent 1.7.1 version. We can see in log file. -javaagent:data01\PinPointAgent\pinpoint-bootstrap-1.7.1.jar.

Would you use whole 1.8.0 snapshot version by build?

SwaroopKishanM commented 6 years ago

I tried with both versions actually, few days back I took the 1.8.0 snapshot and ran the build on whole project .

minwoo-jung commented 6 years ago

Ok^^

few days back I took the 1.8.0 snapshot and ran the build on whole project . -> Do your app behave the same? was there anything unusual? Show me full log base on 1.8.0 snapshot.

Please explain the situation in more detail. ex) Pocess is you tried to test.

SwaroopKishanM commented 6 years ago

Yes even with 1.8.0 snapshot I am not getting the traceId in log with Managed weblogic server.

2018-04-13 06:42:31 INFO pinpoint agentArgs: 2018-04-13 06:42:31 INFO JavaAgentPath:/data01/Pinpoint-1.8/pinpoint-bootstrap-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Agent original-path:/data01/Pinpoint-1.8 2018-04-13 06:42:31 INFO Agent canonical-path:/data01/Pinpoint-1.8 2018-04-13 06:42:31 INFO found pinpoint-commons.jar. /data01/Pinpoint-1.8/boot/pinpoint-commons-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO found pinpoint-bootstrap-core.jar. /data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO found pinpoint-bootstrap-core-optional.jar. /data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-optional-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO found pinpoint-annotations.jar. /data01/Pinpoint-1.8/boot/pinpoint-annotations-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO appendToBootstrapClassLoader:/data01/Pinpoint-1.8/boot/pinpoint-commons-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO appendToBootstrapClassLoader:/data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO appendToBootstrapClassLoader:/data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-optional-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO appendToBootstrapClassLoader:/data01/Pinpoint-1.8/boot/pinpoint-annotations-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO check -Dpinpoint.agentId 2018-04-13 06:42:31 INFO check success. -Dpinpoint.agentId:Weblogic_test length:13 2018-04-13 06:42:31 INFO check -Dpinpoint.applicationName 2018-04-13 06:42:31 INFO check success. -Dpinpoint.applicationName:Weblogic_test length:13 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-rxjava-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-ning-asynchttpclient-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-json-lib-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jdk-http-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-resin-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-cassandra-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-thrift-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-resttemplate-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jboss-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-okhttp-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-httpclient4-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-mariadb-jdbc-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jsp-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-oracle-jdbc-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-commons-dbcp-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-gson-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-log4j-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-rabbitmq-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-commons-dbcp2-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-vertx-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-weblogic-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-tomcat-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-dubbo-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-spring-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-google-httpclient-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-arcus-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-postgresql-jdbc-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jackson-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-ibatis-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jtds-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-mybatis-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-hikaricp-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-hystrix-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-websphere-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-netty-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-logback-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-spring-boot-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-jetty-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-mysql-jdbc-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-httpclient3-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-activemq-client-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-redis-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-cubrid-jdbc-driver-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-user-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO Found plugins:/data01/Pinpoint-1.8/plugin/pinpoint-cxf-plugin-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO classpath pinpoint.config found. /data01/Pinpoint-1.8/pinpoint.config 2018-04-13 06:42:31 INFO logPath:/data01/Pinpoint-1.8/log 2018-04-13 06:42:31 INFO pinpoint version:1.8.0-SNAPSHOT 2018-04-13 06:42:31 INFO profiler.enable=true 2018-04-13 06:42:31 INFO profiler.instrument.engine=ASM 2018-04-13 06:42:31 INFO profiler.instrument.matcher.enable=true 2018-04-13 06:42:31 INFO profiler.instrument.matcher.interface.cache.size=4 2018-04-13 06:42:31 INFO profiler.instrument.matcher.interface.cache.entry.size=16 2018-04-13 06:42:31 INFO profiler.instrument.matcher.annotation.cache.size=4 2018-04-13 06:42:31 INFO profiler.instrument.matcher.annotation.cache.entry.size=4 2018-04-13 06:42:31 INFO profiler.instrument.matcher.super.cache.size=4 2018-04-13 06:42:31 INFO profiler.instrument.matcher.super.cache.entry.size=4 2018-04-13 06:42:31 INFO profiler.interceptorregistry.size=8192 2018-04-13 06:42:31 INFO profiler.collector.span.ip=10.3.32.38 2018-04-13 06:42:31 INFO profiler.collector.span.port=9996 2018-04-13 06:42:31 INFO profiler.collector.stat.ip=10.3.32.38 2018-04-13 06:42:31 INFO profiler.collector.stat.port=9995 2018-04-13 06:42:31 INFO profiler.collector.tcp.ip=10.3.32.38 2018-04-13 06:42:31 INFO profiler.collector.tcp.port=9994 2018-04-13 06:42:31 INFO profiler.spandatasender.write.queue.size=5120 2018-04-13 06:42:31 INFO profiler.spandatasender.socket.sendbuffersize=1048576 2018-04-13 06:42:31 INFO profiler.spandatasender.socket.timeout=3000 2018-04-13 06:42:31 INFO profiler.spandatasender.chunk.size=16384 2018-04-13 06:42:31 INFO profiler.spandatasender.socket.type=OIO 2018-04-13 06:42:31 INFO profiler.spandatasender.transport.type=UDP 2018-04-13 06:42:31 INFO profiler.statdatasender.write.queue.size=5120 2018-04-13 06:42:31 INFO profiler.statdatasender.socket.sendbuffersize=1048576 2018-04-13 06:42:31 INFO profiler.statdatasender.socket.timeout=3000 2018-04-13 06:42:31 INFO profiler.statdatasender.chunk.size=16384 2018-04-13 06:42:31 INFO profiler.statdatasender.socket.type=OIO 2018-04-13 06:42:31 INFO profiler.statdatasender.transport.type=UDP 2018-04-13 06:42:31 INFO profiler.tcpdatasender.command.accept.enable=true 2018-04-13 06:42:31 INFO profiler.tcpdatasender.command.activethread.enable=true 2018-04-13 06:42:31 INFO profiler.tcpdatasender.command.activethread.count.enable=true 2018-04-13 06:42:31 INFO profiler.tcpdatasender.command.activethread.threaddump.enable=true 2018-04-13 06:42:31 INFO profiler.tcpdatasender.command.activethread.threadlightdump.enable=true 2018-04-13 06:42:31 INFO profiler.pinpoint.activethread=true 2018-04-13 06:42:31 INFO profiler.pinpoint.datasource=true 2018-04-13 06:42:31 INFO profiler.pinpoint.datasource.tracelimitsize=20 2018-04-13 06:42:31 INFO profiler.monitor.deadlock.enable=true 2018-04-13 06:42:31 INFO profiler.monitor.deadlock.interval=60000 2018-04-13 06:42:31 INFO profiler.callstack.max.depth=64 2018-04-13 06:42:31 INFO profiler.jdbc.sqlcachesize=1024 2018-04-13 06:42:31 INFO profiler.jdbc.tracesqlbindvalue=true 2018-04-13 06:42:31 INFO profiler.sampling.enable=true 2018-04-13 06:42:31 INFO profiler.sampling.rate=1 2018-04-13 06:42:31 INFO profiler.io.buffering.enable=true 2018-04-13 06:42:31 INFO profiler.io.buffering.buffersize=20 2018-04-13 06:42:31 INFO profiler.os.name= 2018-04-13 06:42:31 INFO profiler.jvm.vendor.name= 2018-04-13 06:42:31 INFO profiler.jvm.stat.collect.interval=5000 2018-04-13 06:42:31 INFO profiler.jvm.stat.batch.send.count=6 2018-04-13 06:42:31 INFO profiler.stat.jvm.collect.detailed.metrics=false 2018-04-13 06:42:31 INFO profiler.agentInfo.send.retry.interval=300000 2018-04-13 06:42:31 INFO profiler.applicationservertype=null 2018-04-13 06:42:31 INFO profiler.include= 2018-04-13 06:42:31 INFO profiler.interceptor.exception.propagate=false 2018-04-13 06:42:31 INFO profiler.lambda.expressions.support=true 2018-04-13 06:42:31 INFO profiler.proxy.http.header.enable=true 2018-04-13 06:42:31 INFO profiler.guice.module.factory=null 2018-04-13 06:42:31 INFO configuration loaded successfully. 2018-04-13 06:42:31 INFO agent JarPath:/data01/Pinpoint-1.8/pinpoint-bootstrap-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent LibDir:/data01/Pinpoint-1.8/lib 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/asm-6.1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/guice-4.1.0.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-profiler-optional-jdk7-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/asm-util-6.1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-profiler-optional-jdk8-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-thrift-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/asm-tree-6.1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/javassist-3.22.0-GA.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/netty-3.10.6.Final.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/javax.inject-1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/libthrift-0.10.0.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/aopalliance-1.0.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/guava-20.0.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/slf4j-log4j12-1.7.21.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-profiler-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/asm-analysis-6.1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/log4j.xml 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/log4j-1.2.16.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-rpc-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/asm-commons-6.1.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/slf4j-api-1.7.21.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/pinpoint-profiler-optional-jdk6-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/lib/ 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/boot/pinpoint-commons-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent Lib:file:/data01/Pinpoint-1.8/boot/pinpoint-bootstrap-core-optional-1.8.0-SNAPSHOT.jar 2018-04-13 06:42:31 INFO agent config:/data01/Pinpoint-1.8/pinpoint.config 2018-04-13 06:42:31 INFO pinpoint agent [com.navercorp.pinpoint.profiler.DefaultAgent] starting... 2018-04-13 06:42:33 INFO profiler.rxjava=true 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient=true 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.cookie=true 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.cookie.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.cookie.dumpsize=1024 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.cookie.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.entity=true 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.entity.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.entity.dumpsize=1024 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.entity.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.param=true 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.param.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.param.dumpsize=1024 2018-04-13 06:42:33 INFO profiler.ning.asynchttpclient.param.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.json.jsonlib=true 2018-04-13 06:42:33 INFO profiler.resin.enable=true 2018-04-13 06:42:33 INFO profiler.resin.bootstrap.main= 2018-04-13 06:42:33 INFO profiler.resin.tracerequestparam=true 2018-04-13 06:42:33 INFO profiler.resin.excludeurl= 2018-04-13 06:42:33 INFO profiler.resin.realipheader=null 2018-04-13 06:42:33 INFO profiler.resin.realipemptyvalue=null 2018-04-13 06:42:33 INFO profiler.resin.excludemethod= 2018-04-13 06:42:33 INFO profiler.resin.hidepinpointheader=true 2018-04-13 06:42:33 INFO profiler.resin.tracecookies=true 2018-04-13 06:42:33 INFO profiler.resin.cookie.sampling.rate=10 2018-04-13 06:42:33 INFO profiler.resin.cookie.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.cassandra=true 2018-04-13 06:42:33 INFO profiler.cassandra.tracecqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.thrift.client=true 2018-04-13 06:42:33 INFO profiler.thrift.client.async=true 2018-04-13 06:42:33 INFO profiler.thrift.processor=true 2018-04-13 06:42:33 INFO profiler.thrift.processor.async=true 2018-04-13 06:42:33 INFO profiler.thrift.service.args=true 2018-04-13 06:42:33 INFO profiler.thrift.service.result=true 2018-04-13 06:42:33 INFO profiler.resttemplate=false 2018-04-13 06:42:33 INFO profiler.jboss.enable=true 2018-04-13 06:42:33 INFO profiler.jboss.traceEjb=false 2018-04-13 06:42:33 INFO profiler.jboss.conditional.transform=true 2018-04-13 06:42:33 INFO profiler.jboss.hidepinpointheader=true 2018-04-13 06:42:33 INFO profiler.jboss.tracerequestparam=true 2018-04-13 06:42:33 INFO profiler.jboss.excludeurl= 2018-04-13 06:42:33 INFO profiler.jboss.realipheader=null 2018-04-13 06:42:33 INFO profiler.jboss.realipemptyvalue=null 2018-04-13 06:42:33 INFO profiler.jboss.excludemethod= 2018-04-13 06:42:33 INFO profiler.okhttp.enable=true 2018-04-13 06:42:33 INFO profiler.okhttp.param=true 2018-04-13 06:42:33 INFO profiler.okhttp.cookie=false 2018-04-13 06:42:33 INFO profiler.okhttp.cookie.dumptype=EXCEPTION 2018-04-13 06:42:33 INFO profiler.okhttp.cookie.sampling.rate=10 2018-04-13 06:42:33 INFO profiler.okhttp.entity.statuscode=true 2018-04-13 06:42:33 INFO profiler.okhttp.async=true 2018-04-13 06:42:33 INFO profiler.okhttp.enable=true 2018-04-13 06:42:33 INFO profiler.okhttp.param=true 2018-04-13 06:42:33 INFO profiler.okhttp.cookie=false 2018-04-13 06:42:33 INFO profiler.okhttp.cookie.dumptype=EXCEPTION 2018-04-13 06:42:33 INFO profiler.okhttp.cookie.sampling.rate=10 2018-04-13 06:42:33 INFO profiler.okhttp.entity.statuscode=true 2018-04-13 06:42:33 INFO profiler.okhttp.async=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.param=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.cookie=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.cookie.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.cookie.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.entity=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.entity.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.entity.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.entity.statuscode=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient4.io=true 2018-04-13 06:42:33 INFO profiler.jdbc.mariadb=true 2018-04-13 06:42:33 INFO profiler.jdbc.mariadb.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.mariadb.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.mariadb.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.mariadb.rollback=true 2018-04-13 06:42:33 INFO profiler.jsp.enable=true 2018-04-13 06:42:33 INFO profiler.jdbc.oracle=true 2018-04-13 06:42:33 INFO profiler.jdbc.oracle.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.oracle.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.oracle.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.oracle.rollback=true 2018-04-13 06:42:33 INFO profiler.jdbc.dbcp=true 2018-04-13 06:42:33 INFO profiler.jdbc.dbcp.connectionclose=true 2018-04-13 06:42:33 INFO profiler.json.gson=true 2018-04-13 06:42:33 INFO profiler.log4j.logging.transactioninfo=true 2018-04-13 06:42:33 INFO profiler.rabbitmq.client.enable=true 2018-04-13 06:42:33 INFO profiler.rabbitmq.client.producer.enable=true 2018-04-13 06:42:33 INFO profiler.rabbitmq.client.consumer.enable=true 2018-04-13 06:42:33 INFO profiler.rabbitmq.client.exchange.exclude= 2018-04-13 06:42:33 INFO profiler.jdbc.dbcp2=true 2018-04-13 06:42:33 INFO profiler.jdbc.dbcp2.connectionclose=true 2018-04-13 06:42:33 INFO profiler.vertx.enable=false 2018-04-13 06:42:33 INFO profiler.vertx.http.server.enable=false 2018-04-13 06:42:33 INFO profiler.vertx.http.client.enable=false 2018-04-13 06:42:33 INFO profiler.weblogic.enable=true 2018-04-13 06:42:33 INFO profiler.weblogic.excludeurl= 2018-04-13 06:42:33 INFO profiler.weblogic.tracerequestparam=true 2018-04-13 06:42:33 INFO profiler.tomcat.enable=true 2018-04-13 06:42:33 INFO profiler.tomcat.conditional.transform=true 2018-04-13 06:42:33 INFO profiler.tomcat.hidepinpointheader=true 2018-04-13 06:42:33 INFO profiler.tomcat.tracerequestparam=true 2018-04-13 06:42:33 INFO profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html 2018-04-13 06:42:33 INFO profiler.tomcat.realipheader=null 2018-04-13 06:42:33 INFO profiler.tomcat.realipemptyvalue=null 2018-04-13 06:42:33 INFO profiler.tomcat.excludemethod= 2018-04-13 06:42:33 INFO profiler.dubbo.enable=true 2018-04-13 06:42:33 INFO profiler.spring.beans=true 2018-04-13 06:42:33 INFO profiler.spring.beans.name.pattern=null 2018-04-13 06:42:33 INFO profiler.spring.beans.class.pattern=null 2018-04-13 06:42:33 INFO profiler.spring.beans.annotation=null 2018-04-13 06:42:33 INFO profiler.spring.beans.[0-9]+(.scope|.base-packages|.name.pattern|.class.pattern|.annotation)={profiler.spring.beans.1.name.pattern=, profiler.spring.beans.1.class.pattern=, profiler.spring.beans.1.base-packages=, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository, profiler.spring.beans.1.scope=component-scan} 2018-04-13 06:42:33 INFO profiler.spring.beans.mark.error=false 2018-04-13 06:42:33 INFO profiler.google.httpclient.async=true 2018-04-13 06:42:33 INFO profiler.arcus=true 2018-04-13 06:42:33 INFO profiler.arcus.keytrace=true 2018-04-13 06:42:33 INFO profiler.arcus.async=true 2018-04-13 06:42:33 INFO profiler.memcached=true 2018-04-13 06:42:33 INFO profiler.memcached.keytrace=true 2018-04-13 06:42:33 INFO profiler.memcached.async=true 2018-04-13 06:42:33 INFO profiler.jdbc.postgresql=true 2018-04-13 06:42:33 INFO profiler.jdbc.postgresql.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.postgresql.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.postgresql.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.postgresql.rollback=true 2018-04-13 06:42:33 INFO profiler.json.jackson=true 2018-04-13 06:42:33 INFO profiler.orm.ibatis=true 2018-04-13 06:42:33 INFO profiler.jdbc.jtds=true 2018-04-13 06:42:33 INFO profiler.jdbc.jtds.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.jtds.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.jtds.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.jtds.rollback=true 2018-04-13 06:42:33 INFO profiler.orm.mybatis=true 2018-04-13 06:42:33 INFO profiler.jdbc.hikaricp=true 2018-04-13 06:42:33 INFO profiler.jdbc.hikaricp.connectionclose=true 2018-04-13 06:42:33 INFO profiler.hystrix=true 2018-04-13 06:42:33 INFO profiler.websphere.excludeurl= 2018-04-13 06:42:33 INFO profiler.netty=false 2018-04-13 06:42:33 INFO profiler.netty.http=false 2018-04-13 06:42:33 INFO profiler.logback.logging.transactioninfo=false 2018-04-13 06:42:33 INFO profiler.springboot.enable=true 2018-04-13 06:42:33 INFO profiler.jetty.enable=true 2018-04-13 06:42:33 INFO profiler.jetty.excludeurl= 2018-04-13 06:42:33 INFO profiler.jetty.hide-pinpoint-header=true 2018-04-13 06:42:33 INFO profiler.jetty.hidepinpointheader=true 2018-04-13 06:42:33 INFO profiler.jdbc.mysql=true 2018-04-13 06:42:33 INFO profiler.jdbc.mysql.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.mysql.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.mysql.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.mysql.rollback=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.param=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.cookie=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.cookie.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.cookie.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.entity=true 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.entity.dumptype=ALWAYS 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.entity.sampling.rate=1 2018-04-13 06:42:33 INFO profiler.apache.httpclient3.io=true 2018-04-13 06:42:33 INFO profiler.activemq.client.enable=true 2018-04-13 06:42:33 INFO profiler.activemq.client.producer.enable=true 2018-04-13 06:42:33 INFO profiler.activemq.client.consumer.enable=true 2018-04-13 06:42:33 INFO profiler.activemq.client.trace.message=false 2018-04-13 06:42:33 INFO profiler.activemq.client.destination.separator= 2018-04-13 06:42:33 INFO profiler.activemq.client.destination.exclude= 2018-04-13 06:42:33 INFO profiler.redis=true 2018-04-13 06:42:33 INFO profiler.redis.enable=true 2018-04-13 06:42:33 INFO profiler.redis.pipeline=false 2018-04-13 06:42:33 INFO profiler.redis.io=true 2018-04-13 06:42:33 INFO profiler.jdbc.cubrid=true 2018-04-13 06:42:33 INFO profiler.jdbc.cubrid.tracesqlbindvalue=true 2018-04-13 06:42:33 INFO profiler.jdbc.cubrid.setautocommit=true 2018-04-13 06:42:33 INFO profiler.jdbc.cubrid.commit=true 2018-04-13 06:42:33 INFO profiler.jdbc.cubrid.rollback=true 2018-04-13 06:42:33 INFO profiler.entrypoint= 2018-04-13 06:42:33 INFO profiler.cxf.client=true 2018-04-13 06:42:33 INFO profiler.cxf.client.hiddenParams= 2018-04-13 06:42:33 INFO profiler.trace.dataformat.version=v1 2018-04-13 06:42:33 INFO profiler.trace.dataformat.version=v1 2018-04-13 06:42:33 INFO profiler.trace.dataformat.version=v1 2018-04-13 06:42:33 INFO profiler.debug.injector.type=debug 2018-04-13 06:42:33 INFO bytecode.dump.enable=false 2018-04-13 06:42:33 INFO pinpoint agent started normally.

startWeblogic.sh SAVE_JAVA_OPTIONS="${JAVA_OPTIONS} -Dpinpoint.agentId=Weblogic_test -Dpinpoint.applicationName=Weblogic_test -javaagent:/data01/Pinpoint-1.8/pinpoint-bootstrap-1.8.0-SNAPSHOT.jar"


This is what I am trying to achieve , I have two applications deployed in 2 weblogic servers say weblogic1(direct adminserver) and weblogic2(with managed soa server) and my application from weblogic1 send requests to the application weblogic2 server. In weblogic1 I am able to see all the traceIds getting added in the log messages, but for weblogic2 it is always empty.

As I mentioned earlier it is not adding traceId in logs only for Managed servers.

minwoo-jung commented 6 years ago

I got it. I need a test. I will try to configure it similar your environment.

Do both of app(adminserver) use weblogic version 10.3.6?

SwaroopKishanM commented 6 years ago

Yes both are on 10.3.6 weblogic version

SwaroopKishanM commented 6 years ago

Hi @minwoo-jung , Did you get a chance to setup and test it?

SwaroopKishanM commented 6 years ago

Observed while debugging the Managed server has instance of WLLog4jLogEvent and the direct admin server has instance of org.apache.log4j.spi.LoggingEvent.

Direct admin weblogic server where the TransactionId is added in the log file. image

In Soa Weblogic(with Managed Server) where the TransactionId is empty in the log file image

minwoo-jung commented 6 years ago

@SwaroopKishanM Sorry I do not test yet. I am too busy with developing pinopint.

Please debugging transactionId when Managed Server called directly without going through the admin server.

stale[bot] commented 6 years ago

This issue/proposal has been automatically marked as stale because it hasn't had any recent activity. It will automatically be closed if no further activity occurs for 20days. If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Pinpoint Community.