Closed godwingrs22 closed 7 years ago
Hi @godwingrs22
It looks like you're transforming a generic HttpServlet
provided by the jdk. This will apply your weblogic-specific interceptor to HttpServlet
even if a user isn't using WebLogic.
I'd first suggest finding and transforming another class, one that is provided by WebLogic.
If class transformation fails with the other class you've chosen to transform, please attach the agent log so we can take a closer look. Thanks
I was trying to transform the weblogic.servlet.http.RequestResponseKey.class `transformTemplate.transform("weblogic.servlet.http.AbstractAsyncServlet", new TransformCallback() { @Override public byte[] doInTransform(Instrumentor instrumentor, ClassLoader classLoader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws InstrumentException { InstrumentClass target = instrumentor.getInstrumentClass(classLoader, className, classfileBuffer);
InstrumentMethod handleMethodEditorBuilder = target.getDeclaredMethod("doRequest","weblogic.servlet.http.RequestResponseKey");
if (handleMethodEditorBuilder != null) {
handleMethodEditorBuilder
.addInterceptor("it.sella.pinpoint.plugin.weblogic.interceptor.ServerHandleInterceptor");
return target.toBytecode();
}
return target.toBytecode();
}
});`
I've attached the pinpoint agent log for your reference. . . JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m . WLS Start Mode=Development . CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\java\JDK17~1.0_7\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar . PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\java\JDK17~1.0_7\jre\bin;D:\java\JDK17~1.0_7\bin;D:\ConEmuPack\ConEmu\Scripts;D:\ConEmuPack;D:\ConEmuPack\ConEmu;C:\Program Files\Java\jdk1.8.0_60\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Python34\;C:\Python34\Scripts;C:\Oracle\product\11.2.0\client_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files\nodejs\;C:\Oracle\Middleware\jdeveloper\ant\bin;D:\SOA\soa-sentinel-original\lib\groovy-2.1.7\bin;C:\Program Files\Java\jdk1.7.0_71\bin;D:\apache-maven-3.3.9\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8 .
starting weblogic with Java version: Starting WLS with line: D:\java\JDK17~1.0_7\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath -javaagent:""D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT"/pinpoint-bootstrap-1.6.0-SNAPSHOT.jar" -Dpinpoint.agentId="113886" -Dpinpoint.applicationName="SellaWeblogic2" weblogic.Server 2017-01-09 18:02:20 INFO pinpoint agentArgs: 2017-01-09 18:02:20 INFO Agent original-path:D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT 2017-01-09 18:02:20 INFO Agent canonical-path:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT 2017-01-09 18:02:20 INFO found pinpoint-commons. D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-commons-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO found bootStrapCore. D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO found bootStrapCoreOptional. D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-optional-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO appendToBootstrapClassLoader:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-commons-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO appendToBootstrapClassLoader:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO appendToBootstrapClassLoader:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-optional-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO check -Dpinpoint.agentId 2017-01-09 18:02:20 INFO check success. -Dpinpoint.agentId:113886 length:6 2017-01-09 18:02:20 INFO check -Dpinpoint.applicationName 2017-01-09 18:02:20 INFO check success. -Dpinpoint.applicationName:SellaWeblogic2 length:14 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-activemq-client-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-arcus-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-cassandra-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-commons-dbcp-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-cubrid-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-cxf-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-dubbo-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-google-httpclient-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-gson-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-httpclient3-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-httpclient4-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-hystrix-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-ibatis-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-jackson-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-jboss-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-jdk-http-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-jetty-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-json-lib-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-jtds-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-log4j-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-logback-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-mariadb-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-mybatis-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-mysql-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-ning-asynchttpclient-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-okhttp-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-oracle-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-postgresql-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-redis-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-spring-boot-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-spring-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-thrift-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-tomcat-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-user-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Found plugins: D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\plugin\pinpoint-weblogic-plugin-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO Loading TraceMetadataProviders 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider name:com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider@11e2b21 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider name:com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider@1c7d1 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider name:com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider@1555cf5 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider name:com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider@141fedb 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider@e0e9d5 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider name:com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider@107064c 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider name:com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider@8cdf50 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider name:com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider@1ca01f0 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider name:com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider@bf7b3e 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider name:com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider@14bbd50 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider name:com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider@1711479 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider name:com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider@17e649 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider name:com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider@437b9a 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider name:com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider@161fded 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider name:com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider@1fa0f19 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider name:com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider@e041be 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider name:com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider@db7e08 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider name:com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider@1589559 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider@1d7a082 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider@a32604 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider name:com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider@36eb76 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider@47338 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider name:com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider@113b417 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider name:com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider@e6396 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider@c0e18b 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider@12e84f4 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.redis.RedisTypeProvider name:com.navercorp.pinpoint.plugin.redis.RedisTypeProvider@da9ae 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider@27d525 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider@6906a1 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider@81f451 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider name:com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider@10dbc8d 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider name:com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider@1ddf47e 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.user.UserTypeProvider name:com.navercorp.pinpoint.plugin.user.UserTypeProvider@1bfc9d 2017-01-09 18:02:20 INFO Loading TraceMetadataProvider: it.sella.pinpoint.plugin.weblogic.WeblogicTypeProvider name:it.sella.pinpoint.plugin.weblogic.WeblogicTypeProvider@165d9bd 2017-01-09 18:02:20 INFO Finished loading ServiceType: 2017-01-09 18:02:20 INFO TOMCAT(1010) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider 2017-01-09 18:02:20 INFO TOMCAT_METHOD(1011) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider 2017-01-09 18:02:20 INFO JETTY(1030) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider 2017-01-09 18:02:20 INFO JETTY_METHOD(1031) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider 2017-01-09 18:02:20 INFO JBOSS(1040) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider 2017-01-09 18:02:20 INFO JBOSS_METHOD(1041) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider 2017-01-09 18:02:20 INFO THRIFT_SERVER(1100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO THRIFT_SERVER_INTERNAL(1101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO DUBBO_PROVIDER(1110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2017-01-09 18:02:20 INFO SPRING_BOOT(1210) from com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider 2017-01-09 18:02:20 INFO WEBLOGIC(1920) from it.sella.pinpoint.plugin.weblogic.WeblogicTypeProvider 2017-01-09 18:02:20 INFO WEBLOGIC_METHOD(1921) from it.sella.pinpoint.plugin.weblogic.WeblogicTypeProvider 2017-01-09 18:02:20 INFO MYSQL(2100) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider 2017-01-09 18:02:20 INFO MYSQL_EXECUTE_QUERY(2101) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider 2017-01-09 18:02:20 INFO MARIADB(2150) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider 2017-01-09 18:02:20 INFO MARIADB_EXECUTE_QUERY(2151) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider 2017-01-09 18:02:20 INFO MSSQL(2200) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider 2017-01-09 18:02:20 INFO MSSQL_EXECUTE_QUERY(2201) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider 2017-01-09 18:02:20 INFO ORACLE(2300) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider 2017-01-09 18:02:20 INFO ORACLE_EXECUTE_QUERY(2301) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider 2017-01-09 18:02:20 INFO CUBRID(2400) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider 2017-01-09 18:02:20 INFO CUBRID_EXECUTE_QUERY(2401) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider 2017-01-09 18:02:20 INFO POSTGRESQL(2500) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider 2017-01-09 18:02:20 INFO POSTGRESQL_EXECUTE_QUERY(2501) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider 2017-01-09 18:02:20 INFO CASSANDRA(2600) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider 2017-01-09 18:02:20 INFO CASSANDRA_EXECUTE_QUERY(2601) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider 2017-01-09 18:02:20 INFO GSON(5010) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider 2017-01-09 18:02:20 INFO JACKSON(5011) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider 2017-01-09 18:02:20 INFO JSON-LIB(5012) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider 2017-01-09 18:02:20 INFO SPRING_MVC(5051) from com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider 2017-01-09 18:02:20 INFO SPRING_BEAN(5071) from com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider 2017-01-09 18:02:20 INFO IBATIS(5500) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider 2017-01-09 18:02:20 INFO IBATIS_SPRING(5501) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider 2017-01-09 18:02:20 INFO MYBATIS(5510) from com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider 2017-01-09 18:02:20 INFO DBCP(6050) from com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider 2017-01-09 18:02:20 INFO MEMCACHED(8050) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2017-01-09 18:02:20 INFO MEMCACHED_FUTURE_GET(8051) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2017-01-09 18:02:20 INFO ARCUS(8100) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2017-01-09 18:02:20 INFO ARCUS_FUTURE_GET(8101) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2017-01-09 18:02:20 INFO ARCUS_EHCACHE_FUTURE_GET(8102) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider 2017-01-09 18:02:20 INFO REDIS(8200) from com.navercorp.pinpoint.plugin.redis.RedisTypeProvider 2017-01-09 18:02:20 INFO ACTIVEMQ_CLIENT(8310) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2017-01-09 18:02:20 INFO ACTIVEMQ_CLIENT_INTERNAL(8311) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2017-01-09 18:02:20 INFO HTTP_CLIENT_3(9050) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider 2017-01-09 18:02:20 INFO HTTP_CLIENT_3_INTERNAL(9051) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider 2017-01-09 18:02:20 INFO HTTP_CLIENT_4(9052) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider 2017-01-09 18:02:20 INFO HTTP_CLIENT_4_INTERNAL(9053) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider 2017-01-09 18:02:20 INFO GOOGLE_HTTP_CLIENT_INTERNAL(9054) from com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider 2017-01-09 18:02:20 INFO JDK_HTTPURLCONNECTOR(9055) from com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider 2017-01-09 18:02:20 INFO ASYNC_HTTP_CLIENT(9056) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider 2017-01-09 18:02:20 INFO ASYNC_HTTP_CLIENT_INTERNAL(9057) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider 2017-01-09 18:02:20 INFO OK_HTTP_CLIENT(9058) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider 2017-01-09 18:02:20 INFO OK_HTTP_CLIENT_INTERNAL(9059) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider 2017-01-09 18:02:20 INFO CXF_CLIENT(9080) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2017-01-09 18:02:20 INFO THRIFT_CLIENT(9100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO THRIFT_CLIENT_INTERNAL(9101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO DUBBO_CONSUMER(9110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2017-01-09 18:02:20 INFO HYSTRIX_COMMAND(9120) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2017-01-09 18:02:20 INFO HYSTRIX_COMMAND_INTERNAL(9121) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2017-01-09 18:02:20 INFO Finished loading AnnotationKeys: 2017-01-09 18:02:20 INFO thrift.url(80) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO thrift.args(81) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO thrift.result(82) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider 2017-01-09 18:02:20 INFO dubbo.args(90) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2017-01-09 18:02:20 INFO dubbo.result(91) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider 2017-01-09 18:02:20 INFO activemq.broker.address(101) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2017-01-09 18:02:20 INFO activemq.message(102) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider 2017-01-09 18:02:20 INFO hystrix.command(110) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2017-01-09 18:02:20 INFO hystrix.command.execution(111) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2017-01-09 18:02:20 INFO hystrix.command.fallback.cause(112) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider 2017-01-09 18:02:20 INFO cxf.operation(200) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2017-01-09 18:02:20 INFO cxf.args(201) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider 2017-01-09 18:02:20 INFO gson.json.length(9000) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider 2017-01-09 18:02:20 INFO jackson.json.length(9001) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider 2017-01-09 18:02:20 INFO json-lib.json.length(9002) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider 2017-01-09 18:02:20 INFO add Default ServiceType:UNDEFINED 2017-01-09 18:02:20 INFO add Default ServiceType:UNKNOWN 2017-01-09 18:02:20 INFO add Default ServiceType:USER 2017-01-09 18:02:20 INFO add Default ServiceType:UNKNOWN_GROUP 2017-01-09 18:02:20 INFO add Default ServiceType:TEST 2017-01-09 18:02:20 INFO add Default ServiceType:COLLECTOR 2017-01-09 18:02:20 INFO add Default ServiceType:ASYNC 2017-01-09 18:02:20 INFO add Default ServiceType:STAND_ALONE 2017-01-09 18:02:20 INFO add Default ServiceType:TEST_STAND_ALONE 2017-01-09 18:02:20 INFO add Default ServiceType:UNAUTHORIZED 2017-01-09 18:02:20 INFO add Default ServiceType:UNKNOWN_DB 2017-01-09 18:02:20 INFO add Default ServiceType:UNKNOWN_DB 2017-01-09 18:02:20 INFO add Default ServiceType:INTERNAL_METHOD 2017-01-09 18:02:20 INFO add Default ServiceType:SPRING 2017-01-09 18:02:20 INFO add Default ServiceType:SPRING 2017-01-09 18:02:20 INFO add Plugin ServiceType:ACTIVEMQ_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:ACTIVE_MQ_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:ARCUS 2017-01-09 18:02:20 INFO add Plugin ServiceType:ARCUS 2017-01-09 18:02:20 INFO add Plugin ServiceType:ARCUS-EHCACHE 2017-01-09 18:02:20 INFO add Plugin ServiceType:MEMCACHED 2017-01-09 18:02:20 INFO add Plugin ServiceType:MEMCACHED 2017-01-09 18:02:20 INFO add Plugin ServiceType:CASSANDRA 2017-01-09 18:02:20 INFO add Plugin ServiceType:CASSANDRA 2017-01-09 18:02:20 INFO add Plugin ServiceType:DBCP 2017-01-09 18:02:20 INFO add Plugin ServiceType:CUBRID 2017-01-09 18:02:20 INFO add Plugin ServiceType:CUBRID 2017-01-09 18:02:20 INFO add Plugin ServiceType:CXF_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:DUBBO_PROVIDER 2017-01-09 18:02:20 INFO add Plugin ServiceType:DUBBO_CONSUMER 2017-01-09 18:02:20 INFO add Plugin ServiceType:GOOGLE_HTTP_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:GSON 2017-01-09 18:02:20 INFO add Plugin ServiceType:HTTP_CLIENT_3 2017-01-09 18:02:20 INFO add Plugin ServiceType:HTTP_CLIENT_3 2017-01-09 18:02:20 INFO add Plugin ServiceType:HTTP_CLIENT_4 2017-01-09 18:02:20 INFO add Plugin ServiceType:HTTP_CLIENT_4 2017-01-09 18:02:20 INFO add Plugin ServiceType:HYSTRIX_COMMAND 2017-01-09 18:02:20 INFO add Plugin ServiceType:HYSTRIX_COMMAND 2017-01-09 18:02:20 INFO add Plugin ServiceType:IBATIS 2017-01-09 18:02:20 INFO add Plugin ServiceType:IBATIS 2017-01-09 18:02:20 INFO add Plugin ServiceType:JACKSON 2017-01-09 18:02:20 INFO add Plugin ServiceType:JBOSS 2017-01-09 18:02:20 INFO add Plugin ServiceType:JBOSS_METHOD 2017-01-09 18:02:20 INFO add Plugin ServiceType:JDK_HTTPCONNECTOR 2017-01-09 18:02:20 INFO add Plugin ServiceType:JETTY 2017-01-09 18:02:20 INFO add Plugin ServiceType:JETTY_METHOD 2017-01-09 18:02:20 INFO add Plugin ServiceType:JSON-LIB 2017-01-09 18:02:20 INFO add Plugin ServiceType:MSSQLSERVER 2017-01-09 18:02:20 INFO add Plugin ServiceType:MSSQLSERVER 2017-01-09 18:02:20 INFO add Plugin ServiceType:MARIADB 2017-01-09 18:02:20 INFO add Plugin ServiceType:MARIADB 2017-01-09 18:02:20 INFO add Plugin ServiceType:MYBATIS 2017-01-09 18:02:20 INFO add Plugin ServiceType:MYSQL 2017-01-09 18:02:20 INFO add Plugin ServiceType:MYSQL 2017-01-09 18:02:20 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:OK_HTTP_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:OK_HTTP_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:ORACLE 2017-01-09 18:02:20 INFO add Plugin ServiceType:ORACLE 2017-01-09 18:02:20 INFO add Plugin ServiceType:POSTGRESQL 2017-01-09 18:02:20 INFO add Plugin ServiceType:POSTGRESQL 2017-01-09 18:02:20 INFO add Plugin ServiceType:REDIS 2017-01-09 18:02:20 INFO add Plugin ServiceType:SPRING_BOOT 2017-01-09 18:02:20 INFO add Plugin ServiceType:SPRING_BEAN 2017-01-09 18:02:20 INFO add Plugin ServiceType:SPRING 2017-01-09 18:02:20 INFO add Plugin ServiceType:THRIFT_SERVER 2017-01-09 18:02:20 INFO add Plugin ServiceType:THRIFT_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:THRIFT_SERVER 2017-01-09 18:02:20 INFO add Plugin ServiceType:THRIFT_CLIENT 2017-01-09 18:02:20 INFO add Plugin ServiceType:TOMCAT 2017-01-09 18:02:20 INFO add Plugin ServiceType:TOMCAT_METHOD 2017-01-09 18:02:20 INFO add Plugin ServiceType:WEBLOGIC 2017-01-09 18:02:20 INFO add Plugin ServiceType:WEBLOGIC_METHOD 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=12, name='API} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=13, name='API-METADATA} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=14, name='RETURN_DATA} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10015, name='API-TAG} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10000010, name='API-METADATA-ERROR} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10000011, name='API-METADATA-AGENT-INFO-NOT-FOUND} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10000012, name='API-METADATA-IDENTIFIER-CHECK_ERROR} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10000013, name='API-METADATA-NOT-FOUND} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=10000014, name='API-METADATA-DID-COLLSION} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=20, name='SQL-ID} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=21, name='SQL} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=22, name='SQL-METADATA} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=23, name='SQL-PARAM} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=24, name='SQL-BindValue} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=30, name='STRING_ID} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=40, name='http.url} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=41, name='http.param} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=42, name='http.entity} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=45, name='http.cookie} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=46, name='http.status.code} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=48, name='http.internal.display} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=49, name='http.io} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=100, name='message.queue.url} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-1, name='args[0]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-2, name='args[1]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-3, name='args[2]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-4, name='args[3]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-5, name='args[4]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-6, name='args[5]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-7, name='args[6]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-8, name='args[7]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-9, name='args[8]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-10, name='args[9]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-11, name='args[N]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-30, name='cached_args[0]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-31, name='cached_args[1]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-32, name='cached_args[2]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-33, name='cached_args[3]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-34, name='cached_args[4]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-35, name='cached_args[5]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-36, name='cached_args[6]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-37, name='cached_args[7]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-38, name='cached_args[8]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-39, name='cached_args[9]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-40, name='cached_args[N]} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-50, name='Exception} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-51, name='ExceptionClass} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-9999, name='UNKNOWN} 2017-01-09 18:02:20 INFO add Default AnnotationKey:AnnotationKey{code=-100, name='Asynchronous Invocation} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=101, name='activemq.broker.address} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=102, name='activemq.message} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=200, name='cxf.operation} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=201, name='cxf.args} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=90, name='dubbo.args} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=91, name='dubbo.result} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=9000, name='gson.json.length} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=110, name='hystrix.command} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=111, name='hystrix.command.execution} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=112, name='hystrix.command.fallback.cause} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=9001, name='jackson.json.length} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=9002, name='json-lib.json.length} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=80, name='thrift.url} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=81, name='thrift.args} 2017-01-09 18:02:20 INFO add Plugin AnnotationKey:AnnotationKey{code=82, name='thrift.result} 2017-01-09 18:02:20 INFO classpath pinpoint.config found. D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\pinpoint.config 2017-01-09 18:02:20 INFO logPath:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\log 2017-01-09 18:02:20 INFO pinpoint version:1.6.0-SNAPSHOT 2017-01-09 18:02:20 INFO profiler.enable=true 2017-01-09 18:02:20 INFO profiler.instrument.engine=ASM 2017-01-09 18:02:20 INFO profiler.interceptorregistry.size=8192 2017-01-09 18:02:20 INFO profiler.collector.span.ip=192.50.50.183 2017-01-09 18:02:20 INFO profiler.collector.span.port=29996 2017-01-09 18:02:20 INFO profiler.collector.stat.ip=192.50.50.183 2017-01-09 18:02:20 INFO profiler.collector.stat.port=29995 2017-01-09 18:02:20 INFO profiler.collector.tcp.ip=192.50.50.183 2017-01-09 18:02:20 INFO profiler.collector.tcp.port=29994 2017-01-09 18:02:20 INFO profiler.spandatasender.write.queue.size=5120 2017-01-09 18:02:20 INFO profiler.spandatasender.socket.sendbuffersize=1048576 2017-01-09 18:02:20 INFO profiler.spandatasender.socket.timeout=3000 2017-01-09 18:02:20 INFO profiler.spandatasender.chunk.size=16384 2017-01-09 18:02:20 INFO profiler.spandatasender.socket.type=OIO 2017-01-09 18:02:20 INFO profiler.statdatasender.write.queue.size=5120 2017-01-09 18:02:20 INFO profiler.statdatasender.socket.sendbuffersize=1048576 2017-01-09 18:02:20 INFO profiler.statdatasender.socket.timeout=3000 2017-01-09 18:02:20 INFO profiler.statdatasender.chunk.size=16384 2017-01-09 18:02:20 INFO profiler.statdatasender.socket.type=OIO 2017-01-09 18:02:20 INFO profiler.tcpdatasender.command.accept.enable=true 2017-01-09 18:02:20 INFO profiler.pinpoint.activethread=true 2017-01-09 18:02:20 INFO profiler.callstack.max.depth=64 2017-01-09 18:02:20 INFO profiler.jdbc.sqlcachesize=1024 2017-01-09 18:02:20 INFO profiler.jdbc.tracesqlbindvalue=true 2017-01-09 18:02:20 INFO profiler.sampling.enable=true 2017-01-09 18:02:20 INFO profiler.sampling.rate=1 2017-01-09 18:02:20 INFO profiler.io.buffering.enable=true 2017-01-09 18:02:20 INFO profiler.io.buffering.buffersize=20 2017-01-09 18:02:20 INFO profiler.jvm.collect.interval=1000 2017-01-09 18:02:20 INFO profiler.jvm.vendor.name= 2017-01-09 18:02:20 INFO profiler.jvm.collect.detailed.metrics=true 2017-01-09 18:02:20 INFO profiler.agentInfo.send.retry.interval=300000 2017-01-09 18:02:20 INFO profiler.applicationservertype=null 2017-01-09 18:02:20 INFO profiler.include= 2017-01-09 18:02:20 INFO profiler.interceptor.exception.propagate=false 2017-01-09 18:02:20 INFO configuration loaded successfully. 2017-01-09 18:02:20 INFO agent JarPath:D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/pinpoint-bootstrap-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent LibDir:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\lib 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/asm-debug-all-5.1.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/javassist-3.21.0-GA.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/libthrift-0.9.2.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/log4j-1.2.16.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/log4j.xml 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/metrics-core-3.1.2.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/metrics-jvm-3.1.2.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/netty-3.10.6.Final.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-google-guava-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-profiler-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-profiler-optional-jdk6-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-profiler-optional-jdk7-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-rpc-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/pinpoint-thrift-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/slf4j-api-1.7.21.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/slf4j-log4j12-1.7.21.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/lib/ 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/boot/pinpoint-commons-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/boot/pinpoint-bootstrap-core-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent Lib:file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/boot/pinpoint-bootstrap-core-optional-1.6.0-SNAPSHOT.jar 2017-01-09 18:02:20 INFO agent config:D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\pinpoint.config 2017-01-09 18:02:20 INFO pinpoint agent [com.navercorp.pinpoint.profiler.DefaultAgent] starting... 2017-01-09 18:02:21 [DEBUG](o.j.n.c.s.n.SelectorUtil :32 ) Using select timeout of 500 2017-01-09 18:02:21 [DEBUG](o.j.n.c.s.n.SelectorUtil :32 ) Epoll-bug workaround enabled = false 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.PinpointServerAcceptor :158) bind() /127.0.0.1:65535 2017-01-09 18:02:21 [DEBUG](c.n.p.r.s.PinpointServerAcceptor :249) sendPing 2017-01-09 18:02:21 [DEBUG](c.n.p.r.s.PinpointServerAcceptor :282) newPingTimeout 2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientFactory :203) createBootStrap boss:1, worker:1 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 channelOpen() started. channel:[id: 0x8c914475] 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.PinpointServerAcceptor :342) channelConnected channel:[id: 0x43317104, /127.0.0.1:61337 => /127.0.0.1:65535] 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 channelConnected() started. channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535] 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 stateTo() started. to:CONNECTED 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 stateTo() completed. Socket state change success(updateWanted:CONNECTED ,before:NONE ,current:CONNECTED). 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 stateTo() started. to:RUN_WITHOUT_HANDSHAKE 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 stateTo() completed. Socket state change success(updateWanted:RUN_WITHOUT_HANDSHAKE ,before:CONNECTED ,current:RUN_WITHOUT_HANDSHAKE). 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :82 ) PinpointClientHandshaker@f9818b handshakeStart() started. channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535] 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :118) DefaultPinpointServer@99b59c start() started. channel:[id: 0x43317104, /127.0.0.1:61337 => /127.0.0.1:65535]. 2017-01-09 18:02:21 DEBUG DefaultPinpointServer@99b59c stateTo() started. to:CONNECTED 2017-01-09 18:02:21 INFO DoNothingChannelStateEventHandler eventPerformed(). pinpointServer:DefaultPinpointServer@99b59c(remote:/127.0.0.1:61337, state:CONNECTED), code:CONNECTED 2017-01-09 18:02:21 INFO DefaultPinpointServer@99b59c stateTo() completed. Socket state change success(updateWanted:CONNECTED ,before:NONE ,current:CONNECTED). 2017-01-09 18:02:21 DEBUG DefaultPinpointServer@99b59c stateTo() started. to:RUN_WITHOUT_HANDSHAKE 2017-01-09 18:02:21 INFO DoNothingChannelStateEventHandler eventPerformed(). pinpointServer:DefaultPinpointServer@99b59c(remote:/127.0.0.1:61337, state:RUN_WITHOUT_HANDSHAKE), code:RUN_WITHOUT_HANDSHAKE 2017-01-09 18:02:21 INFO DefaultPinpointServer@99b59c stateTo() completed. Socket state change success(updateWanted:RUN_WITHOUT_HANDSHAKE ,before:CONNECTED ,current:RUN_WITHOUT_HANDSHAKE). 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :123) DefaultPinpointServer@99b59c start() completed. 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :131) PinpointClientHandshaker@f9818b do handshake(1/2147483647). channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535]. 2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientHandshaker :55 ) HandShakePacket write success. channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535] 2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientHandshaker :144) PinpointClientHandshaker@f9818b reserveHandshake() started. 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :114) PinpointClientHandshaker@f9818b handshakeStart() completed. channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535], data:{socketId=1} 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 channelConnected() completed. 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :353) DefaultPinpointServer@99b59c handleHandshake() started. Packet:ControlHandshakePacket{requestId=0, payloadLength=17} 2017-01-09 18:02:21 INFO handleHandshake properties:{socketId=1} 2017-01-09 18:02:21 DEBUG DefaultPinpointServer@99b59c stateTo() started. to:RUN_SIMPLEX 2017-01-09 18:02:21 INFO DoNothingChannelStateEventHandler eventPerformed(). pinpointServer:DefaultPinpointServer@99b59c(remote:/127.0.0.1:61337, state:RUN_SIMPLEX), code:RUN_SIMPLEX 2017-01-09 18:02:21 INFO DefaultPinpointServer@99b59c stateTo() completed. Socket state change success(updateWanted:RUN_SIMPLEX ,before:RUN_WITHOUT_HANDSHAKE ,current:RUN_SIMPLEX). 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :368) DefaultPinpointServer@99b59c handleHandshake(). ResponseCode:SIMPLEX_COMMUNICATION 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 close() started. 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 stateTo() started. to:BEING_CLOSE_BY_CLIENT 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 stateTo() completed. Socket state change success(updateWanted:BEING_CLOSE_BY_CLIENT ,before:RUN_WITHOUT_HANDSHAKE ,current:BEING_CLOSE_BY_CLIENT). 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 sendClosedPacket() started. 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :149) PinpointClientHandshaker@f9818b handshakeComplete() started. responsePacket:ControlHandshakeResponsePacket{requestId=0, payloadLength=27} 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :373) DefaultPinpointServer@99b59c handleHandshake() completed. 2017-01-09 18:02:21 INFO handleSend packet:SendPacket{payloadLength=0}, remote:/127.0.0.1:61337 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :167) PinpointClientHandshaker@f9818b handshakeComplete() completed. handshake-response:{subCode=1, code=0}. 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 handleHandshakePacket() started. message:ControlHandshakeResponsePacket{requestId=0, payloadLength=27} 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 stateTo() started. to:RUN_SIMPLEX 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 stateTo() completed. Socket state change fail(updateWanted:RUN_SIMPLEX ,before:RUN_WITHOUT_HANDSHAKE ,current:BEING_CLOSE_BY_CLIENT). 2017-01-09 18:02:21 INFO [id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535] handleHandshakePacket() completed. code:SIMPLEX_COMMUNICATION 2017-01-09 18:02:21 DEBUG sendClosedPacket() write success. channel:[id: 0x8c914475, /127.0.0.1:61337 => /127.0.0.1:65535] 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :407) DefaultPinpointServer@99b59c handleClosePacket() started. 2017-01-09 18:02:21 DEBUG DefaultPinpointServer@99b59c stateTo() started. to:BEING_CLOSE_BY_CLIENT 2017-01-09 18:02:21 INFO DoNothingChannelStateEventHandler eventPerformed(). pinpointServer:DefaultPinpointServer@99b59c(remote:/127.0.0.1:61337, state:BEING_CLOSE_BY_CLIENT), code:BEING_CLOSE_BY_CLIENT 2017-01-09 18:02:21 INFO DefaultPinpointServer@99b59c stateTo() completed. Socket state change success(updateWanted:BEING_CLOSE_BY_CLIENT ,before:RUN_SIMPLEX ,current:BEING_CLOSE_BY_CLIENT). 2017-01-09 18:02:21 [INFO ](c.n.p.r.s.DefaultPinpointServer :413) DefaultPinpointServer@99b59c handleClosePacket() completed. 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 channelClosed() started. 2017-01-09 18:02:21 DEBUG close() event success. channel:[id: 0x8c914475, /127.0.0.1:61337 :> /127.0.0.1:65535] 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 stateTo() started. to:CLOSED_BY_CLIENT 2017-01-09 18:02:21 DEBUG DefaultPinpointServer@99b59c stateTo() started. to:CLOSED_BY_CLIENT 2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1e09de7 stateTo() completed. Socket state change success(updateWanted:CLOSED_BY_CLIENT ,before:BEING_CLOSE_BY_CLIENT ,current:CLOSED_BY_CLIENT). 2017-01-09 18:02:21 INFO DoNothingChannelStateEventHandler eventPerformed(). pinpointServer:DefaultPinpointServer@99b59c(remote:/127.0.0.1:61337, state:CLOSED_BY_CLIENT), code:CLOSED_BY_CLIENT 2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1e09de7 closeResources() started. 2017-01-09 18:02:21 INFO DefaultPinpointServer@99b59c stateTo() completed. Socket state change success(updateWanted:CLOSED_BY_CLIENT ,before:BEING_CLOSE_BY_CLIENT ,current:CLOSED_BY_CLIENT). 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :238) PinpointClientHandshaker@f9818b handshakeAbort() started. 2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :242) PinpointClientHandshaker@f9818b unexpected state 2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.RequestManager :164) close() 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :157) AgentOption:DefaultAgentOption{instrumentation=sun.instrument.InstrumentationImpl@1642dab, agentId='113886', applicationName='SellaWeblogic2', profilerConfig=DefaultProfilerConfig{properties={profiler.jdbc.mysql=true, profiler.statdatasender.chunk.size=16384, profiler.ning.asynchttpclient.param.sampling.rate=1, profiler.jdbc.postgresql.commit=true, profiler.jdbc.dbcp.connectionclose=true, profiler.logback.logging.transactioninfo=false, profiler.google.httpclient.async=true, profiler.collector.stat.ip=${profiler.collector.ip}, profiler.thrift.service.args=true, profiler.jboss.tracerequestparam=true, profiler.jetty.enable=true, profiler.jdbc.jtds.rollback=true, profiler.json.jsonlib=true, profiler.json.jackson=true, profiler.ning.asynchttpclient.entity.sampling.rate=1, profiler.jdbc.mariadb.setautocommit=true, profiler.jdbc.postgresql.rollback=true, profiler.dubbo.bootstrap.main=com.alibaba.dubbo.container.Main, profiler.orm.mybatis=true, profiler.collector.tcp.ip=${profiler.collector.ip}, profiler.pinpoint.activethread=true, profiler.cassandra=true, profiler.jdbc.tracesqlbindvalue=true, profiler.redis.io=true, profiler.jdbc.cubrid.commit=true, profiler.spandatasender.write.queue.size=5120, profiler.instrument.engine=ASM, profiler.jdbc.mysql.setautocommit=true, profiler.apache.httpclient4.entity.sampling.rate=1, profiler.enable=true, profiler.redis=true, profiler.thrift.client=true, profiler.activemq.client.destination.exclude=, profiler.tomcat.hidepinpointheader=true, profiler.thrift.client.async=true, profiler.jboss.enable=true, profiler.apache.httpclient3.io=true, profiler.memcached=true, profiler.weblogic.bootstrap.main=weblogic.Server, profiler.type.detect.order=, profiler.jdbc.mariadb.rollback=true, profiler.apache.httpclient3.entity.dumptype=ALWAYS, profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher, profiler.dubbo.enable=true, profiler.jdbc.jtds.commit=true, profiler.jdbc.postgresql=true, profiler.redis.pipeline=, profiler.spring.beans.1.name.pattern=, profiler.jdbc.cubrid.setautocommit=true, profiler.jdbc.cubrid=true, profiler.apache.httpclient3.entity.sampling.rate=1, profiler.ning.asynchttpclient.param=true, profiler.log4j.logging.transactioninfo=false, profiler.arcus=true, profiler.okhttp.param=true, profiler.tomcat.enable=true, profiler.spandatasender.chunk.size=16384, profiler.arcus.keytrace=true, profiler.thrift.processor.async=true, bytecode.dump.verify=false, profiler.collector.ip=192.50.50.183, profiler.jdbc.oracle.commit=true, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository, profiler.okhttp.cookie=false, profiler.thrift.service.result=true, profiler.thrift.processor=true, bytecode.dump.bytecode=false, profiler.jdbc.mysql.rollback=true, profiler.weblogic.enable=true, profiler.jdbc.mariadb=true, profiler.jdbc.oracle=true, profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html, profiler.apache.httpclient4.io=true, profiler.apache.httpclient3.entity=true, profiler.apache.httpclient3.cookie.dumptype=ALWAYS, profiler.tomcat.conditional.transform=true, profiler.entrypoint=, profiler.jetty.bootstrap.main=org.eclipse.jetty.start.Main, profiler.spring.beans.1.name.scope=component-scan, profiler.apache.httpclient3.cookie=true, profiler.jdbc.maxsqlbindvaluesize=1024, profiler.jdk.http.param=true, profiler.spring.beans=true, profiler.jvm.vendor.name=, profiler.tomcat.bootstrap.main=org.apache.catalina.startup.Bootstrap, profiler.jdbc.postgresql.setautocommit=true, bytecode.dump.classlist=, profiler.weblogic.excludeurl=, profiler.ning.asynchttpclient=true, profiler.apache.httpclient4.entity.dumptype=ALWAYS, profiler.weblogic.tracerequestparam=true, profiler.ning.asynchttpclient.entity.dumptype=ALWAYS, profiler.activemq.client.consumer.enable=true, profiler.tomcat.tracerequestparam=true, profiler.statdatasender.socket.type=OIO, profiler.spring.beans.1.base-packages=, profiler.jboss.conditional.transform=true, profiler.ning.asynchttpclient.entity=true, profiler.include=, profiler.activemq.client.producer.enable=true, profiler.ning.asynchttpclient.param.dumptype=ALWAYS, profiler.sampling.rate=1, profiler.io.buffering.enable=true, profiler.spring.beans.mark.error=false, profiler.jvm.collect.detailed.metrics=true, profiler.ning.asynchttpclient.cookie.sampling.rate=1, profiler.ning.asynchttpclient.cookie=true, profiler.jdbc.oracle.rollback=true, profiler.memcached.keytrace=true, profiler.springboot.enable=true, profiler.interceptor.exception.propagate=false, profiler.callstack.max.depth=64, profiler.apache.httpclient4.cookie.dumptype=ALWAYS, profiler.ning.asynchttpclient.entity.dumpsize=1024, profiler.ning.asynchttpclient.cookie.dumptype=ALWAYS, profiler.okhttp.cookie.dumptype=EXCEPTION, profiler.collector.stat.port=29995, profiler.apache.httpclient4.entity.statuscode=true, profiler.collector.span.ip=${profiler.collector.ip}, bytecode.dump.asm=false, profiler.jboss.bootstrap.main=org.jboss.modules.Main, profiler.hystrix=true, profiler.ning.asynchttpclient.param.dumpsize=1024, profiler.orm.ibatis=true, profiler.apache.httpclient4.cookie.sampling.rate=1, profiler.jboss.hidepinpointheader=true, profiler.jdbc=true, profiler.apache.httpclient3.param=true, profiler.collector.tcp.port=29994, profiler.plugin.disable=, profiler.apache.httpclient4.entity=true, profiler.apache.httpclient4.param=true, profiler.ning.asynchttpclient.cookie.dumpsize=1024, profiler.jboss.excludeurl=, profiler.tcpdatasender.command.accept.enable=true, profiler.apache.httpclient4.cookie=true, profiler.jdbc.jtds.setautocommit=true, bytecode.dump.enable=false, profiler.okhttp.async=true, profiler.agentInfo.send.retry.interval=300000, profiler.io.buffering.buffersize=20, profiler.jdbc.cubrid.rollback=true, profiler.jdbc.oracle.setautocommit=true, profiler.jdbc.mariadb.commit=true, profiler.apache.httpclient3.cookie.sampling.rate=1, profiler.statdatasender.write.queue.size=5120, profiler.activemq.client.destination.separator=, profiler.interceptorregistry.size=8192, profiler.spring.beans.1.class.pattern=, profiler.jdbc.mysql.commit=true, profiler.collector.span.port=29996, profiler.jdbc.dbcp=true, profiler.jetty.excludeUrl=, profiler.jdbc.sqlcachesize=1024, profiler.okhttp.cookie.sampling.rate=10, profiler.sampling.enable=true, profiler.spandatasender.socket.type=OIO, profiler.activemq.client.enable=true, profiler.jdbc.jtds=true, profiler.jvm.collect.interval=1000, profiler.json.gson=true}, interceptorRegistrySize=8192, propertyPlaceholderHelper=com.navercorp.pinpoint.bootstrap.util.spring.PropertyPlaceholderHelper@1f24292, profileEnable=true, collectorSpanServerIp=192.50.50.183, collectorSpanServerPort=29996, collectorStatServerIp=192.50.50.183, collectorStatServerPort=29995, collectorTcpServerIp=192.50.50.183, collectorTcpServerPort=29994, spanDataSenderWriteQueueSize=5120, spanDataSenderSocketSendBufferSize=1048576, spanDataSenderSocketTimeout=3000, spanDataSenderChunkSize=16384, spanDataSenderSocketType=OIO, statDataSenderWriteQueueSize=5120, statDataSenderSocketSendBufferSize=1048576, statDataSenderSocketTimeout=3000, statDataSenderChunkSize=16384, statDataSenderSocketType=OIO, tcpDataSenderCommandAcceptEnable=true, traceAgentActiveThread=true, callStackMaxDepth=64, jdbcSqlCacheSize=1024, traceSqlBindValue=true, maxSqlBindValueSize=1024, samplingEnable=true, samplingRate=1, ioBufferingEnable=true, ioBufferingBufferSize=20, profileJvmCollectInterval=1000, profilableClassFilter=com.navercorp.pinpoint.bootstrap.config.SkipFilter@1f0c0dd, DEFAULT_AGENT_INFO_SEND_RETRY_INTERVAL=300000, agentInfoSendRetryInterval=300000, applicationServerType=null, applicationTypeDetectOrder=[], disabledPlugins=[]}, pluginJars=[file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-activemq-client-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-arcus-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-cassandra-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-commons-dbcp-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-cubrid-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-cxf-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-dubbo-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-google-httpclient-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-gson-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-httpclient3-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-httpclient4-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-hystrix-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-ibatis-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-jackson-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-jboss-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-jdk-http-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-jetty-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-json-lib-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-jtds-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-log4j-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-logback-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-mariadb-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-mybatis-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-mysql-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-ning-asynchttpclient-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-okhttp-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-oracle-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-postgresql-jdbc-driver-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-redis-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-spring-boot-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-spring-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-thrift-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-tomcat-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-user-plugin-1.6.0-SNAPSHOT.jar, file:/D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/plugin/pinpoint-weblogic-plugin-1.6.0-SNAPSHOT.jar], bootstrapJarPaths=[D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-commons-1.6.0-SNAPSHOT.jar, D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-1.6.0-SNAPSHOT.jar, D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\boot\pinpoint-bootstrap-core-optional-1.6.0-SNAPSHOT.jar], serviceTypeRegistryService=com.navercorp.pinpoint.common.service.DefaultServiceTypeRegistryService@1062bb6, annotationKeyRegistryService=com.navercorp.pinpoint.common.service.DefaultAnnotationKeyRegistryService@1fd0d1} 2017-01-09 18:02:21 [INFO ](c.n.p.p.l.Slf4jLoggerBinder :347) PLoggerFactory.initialize() bind:com.navercorp.pinpoint.profiler.logging.Slf4jLoggerBinder cl:com.navercorp.pinpoint.bootstrap.PinpointURLClassLoader@42d227 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.runtime.name=Java(TM) SE Runtime Environment 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.boot.library.path=D:\java\JDK17~1.0_7\jre\bin 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.version=24.71-b01 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.vendor=Oracle Corporation 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vendor.url=http://java.oracle.com/ 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties path.separator=; 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.name=Java HotSpot(TM) Client VM 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties file.encoding.pkg=sun.io 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.script= 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.country=IN 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.java.launcher=SUN_STANDARD 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.os.patch.level=Service Pack 1 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.specification.name=Java Virtual Machine Specification 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.dir=C:\Oracle\Middleware\user_projects\domains\base_domain 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.runtime.version=1.7.0_71-b14 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.endorsed.dirs=D:\java\JDK17~1.0_7\jre\lib\endorsed 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties os.arch=x86 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.io.tmpdir=C:\Users\gbs03682\AppData\Local\Temp\ 2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties line.separator=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.specification.vendor=Oracle Corporation
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties weblogic.Name=AdminServer
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.variant=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties os.name=Windows 7
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties weblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties wlw.iterativeDev=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.jnu.encoding=Cp1252
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.library.path=D:\java\JDK17~1.0_7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\java\JDK17~1.0_7\jre\bin;D:\java\JDK17~1.0_7\bin;D:\ConEmuPack\ConEmu\Scripts;D:\ConEmuPack;D:\ConEmuPack\ConEmu;C:\Program Files\Java\jdk1.8.0_60\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Python34\;C:\Python34\Scripts;C:\Oracle\product\11.2.0\client_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files\nodejs\;C:\Oracle\Middleware\jdeveloper\ant\bin;D:\SOA\soa-sentinel-original\lib\groovy-2.1.7\bin;C:\Program Files\Java\jdk1.7.0_71\bin;D:\apache-maven-3.3.9\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8;.
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.nio.ch.bugLevel=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties platform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.specification.name=Java Platform API Specification
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.class.version=51.0
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.management.compiler=HotSpot Client Compiler
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties weblogic.management.discover=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties os.version=6.1
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties wls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.home=C:\Users\gbs03682
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.timezone=Asia/Calcutta
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.awt.printerjob=sun.awt.windows.WPrinterJob
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.specification.version=1.7
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties file.encoding=Cp1252
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.name=gbs03682
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.class.path=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\java\JDK17~1.0_7\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;D:/Pinpoint/pinpoint-master/agent/target/pinpoint-agent-1.6.0-SNAPSHOT/pinpoint-bootstrap-1.6.0-SNAPSHOT.jar
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties pinpoint.agentId=113886
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.specification.version=1.7
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.arch.data.model=32
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.home=D:\java\JDK17~1.0_7\jre
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.java.command=weblogic.Server
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.specification.vendor=Oracle Corporation
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties user.language=en
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties awt.toolkit=sun.awt.windows.WToolkit
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vm.info=mixed mode
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.version=1.7.0_71
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties pinpoint.log=D:\Pinpoint\pinpoint-master\agent\target\pinpoint-agent-1.6.0-SNAPSHOT\log
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.ext.dirs=D:\java\JDK17~1.0_7\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties pinpoint.applicationName=SellaWeblogic2
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.boot.class.path=D:\java\JDK17~1.0_7\jre\lib\resources.jar;D:\java\JDK17~1.0_7\jre\lib\rt.jar;D:\java\JDK17~1.0_7\jre\lib\sunrsasign.jar;D:\java\JDK17~1.0_7\jre\lib\jsse.jar;D:\java\JDK17~1.0_7\jre\lib\jce.jar;D:\java\JDK17~1.0_7\jre\lib\charsets.jar;D:\java\JDK17~1.0_7\jre\lib\jfr.jar;D:\java\JDK17~1.0_7\jre\classes
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vendor=Oracle Corporation
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties wlw.logErrorsToConsole=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties weblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties wlw.testConsole=
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties file.separator=\
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties java.vendor.url.bug=http://bugreport.sun.com/bugreport/
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.cpu.endian=little
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.io.unicode.encoding=UnicodeLittle
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.desktop=windows
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :304) SystemProperties pinpoint.version=1.6.0-SNAPSHOT
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :311) dumpConfig
DefaultProfilerConfig{properties={profiler.jdbc.mysql=true, profiler.statdatasender.chunk.size=16384, profiler.ning.asynchttpclient.param.sampling.rate=1, profiler.jdbc.postgresql.commit=true, profiler.jdbc.dbcp.connectionclose=true, profiler.logback.logging.transactioninfo=false, profiler.google.httpclient.async=true, profiler.collector.stat.ip=${profiler.collector.ip}, profiler.thrift.service.args=true, profiler.jboss.tracerequestparam=true, profiler.jetty.enable=true, profiler.jdbc.jtds.rollback=true, profiler.json.jsonlib=true, profiler.json.jackson=true, profiler.ning.asynchttpclient.entity.sampling.rate=1, profiler.jdbc.mariadb.setautocommit=true, profiler.jdbc.postgresql.rollback=true, profiler.dubbo.bootstrap.main=com.alibaba.dubbo.container.Main, profiler.orm.mybatis=true, profiler.collector.tcp.ip=${profiler.collector.ip}, profiler.pinpoint.activethread=true, profiler.cassandra=true, profiler.jdbc.tracesqlbindvalue=true, profiler.redis.io=true, profiler.jdbc.cubrid.commit=true, profiler.spandatasender.write.queue.size=5120, profiler.instrument.engine=ASM, profiler.jdbc.mysql.setautocommit=true, profiler.apache.httpclient4.entity.sampling.rate=1, profiler.enable=true, profiler.redis=true, profiler.thrift.client=true, profiler.activemq.client.destination.exclude=, profiler.tomcat.hidepinpointheader=true, profiler.thrift.client.async=true, profiler.jboss.enable=true, profiler.apache.httpclient3.io=true, profiler.memcached=true, profiler.weblogic.bootstrap.main=weblogic.Server, profiler.type.detect.order=, profiler.jdbc.mariadb.rollback=true, profiler.apache.httpclient3.entity.dumptype=ALWAYS, profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher, profiler.dubbo.enable=true, profiler.jdbc.jtds.commit=true, profiler.jdbc.postgresql=true, profiler.redis.pipeline=, profiler.spring.beans.1.name.pattern=, profiler.jdbc.cubrid.setautocommit=true, profiler.jdbc.cubrid=true, profiler.apache.httpclient3.entity.sampling.rate=1, profiler.ning.asynchttpclient.param=true, profiler.log4j.logging.transactioninfo=false, profiler.arcus=true, profiler.okhttp.param=true, profiler.tomcat.enable=true, profiler.spandatasender.chunk.size=16384, profiler.arcus.keytrace=true, profiler.thrift.processor.async=true, bytecode.dump.verify=false, profiler.collector.ip=192.50.50.183, profiler.jdbc.oracle.commit=true, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository, profiler.okhttp.cookie=false, profiler.thrift.service.result=true, profiler.thrift.processor=true, bytecode.dump.bytecode=false, profiler.jdbc.mysql.rollback=true, profiler.weblogic.enable=true, profiler.jdbc.mariadb=true, profiler.jdbc.oracle=true, profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html, profiler.apache.httpclient4.io=true, profiler.apache.httpclient3.entity=true, profiler.apache.httpclient3.cookie.dumptype=ALWAYS, profiler.tomcat.conditional.transform=true, profiler.entrypoint=, profiler.jetty.bootstrap.main=org.eclipse.jetty.start.Main, profiler.spring.beans.1.name.scope=component-scan, profiler.apache.httpclient3.cookie=true, profiler.jdbc.maxsqlbindvaluesize=1024, profiler.jdk.http.param=true, profiler.spring.beans=true, profiler.jvm.vendor.name=, profiler.tomcat.bootstrap.main=org.apache.catalina.startup.Bootstrap, profiler.jdbc.postgresql.setautocommit=true, bytecode.dump.classlist=, profiler.weblogic.excludeurl=, profiler.ning.asynchttpclient=true, profiler.apache.httpclient4.entity.dumptype=ALWAYS, profiler.weblogic.tracerequestparam=true, profiler.ning.asynchttpclient.entity.dumptype=ALWAYS, profiler.activemq.client.consumer.enable=true, profiler.tomcat.tracerequestparam=true, profiler.statdatasender.socket.type=OIO, profiler.spring.beans.1.base-packages=, profiler.jboss.conditional.transform=true, profiler.ning.asynchttpclient.entity=true, profiler.include=, profiler.activemq.client.producer.enable=true, profiler.ning.asynchttpclient.param.dumptype=ALWAYS, profiler.sampling.rate=1, profiler.io.buffering.enable=true, profiler.spring.beans.mark.error=false, profiler.jvm.collect.detailed.metrics=true, profiler.ning.asynchttpclient.cookie.sampling.rate=1, profiler.ning.asynchttpclient.cookie=true, profiler.jdbc.oracle.rollback=true, profiler.memcached.keytrace=true, profiler.springboot.enable=true, profiler.interceptor.exception.propagate=false, profiler.callstack.max.depth=64, profiler.apache.httpclient4.cookie.dumptype=ALWAYS, profiler.ning.asynchttpclient.entity.dumpsize=1024, profiler.ning.asynchttpclient.cookie.dumptype=ALWAYS, profiler.okhttp.cookie.dumptype=EXCEPTION, profiler.collector.stat.port=29995, profiler.apache.httpclient4.entity.statuscode=true, profiler.collector.span.ip=${profiler.collector.ip}, bytecode.dump.asm=false, profiler.jboss.bootstrap.main=org.jboss.modules.Main, profiler.hystrix=true, profiler.ning.asynchttpclient.param.dumpsize=1024, profiler.orm.ibatis=true, profiler.apache.httpclient4.cookie.sampling.rate=1, profiler.jboss.hidepinpointheader=true, profiler.jdbc=true, profiler.apache.httpclient3.param=true, profiler.collector.tcp.port=29994, profiler.plugin.disable=, profiler.apache.httpclient4.entity=true, profiler.apache.httpclient4.param=true, profiler.ning.asynchttpclient.cookie.dumpsize=1024, profiler.jboss.excludeurl=, profiler.tcpdatasender.command.accept.enable=true, profiler.apache.httpclient4.cookie=true, profiler.jdbc.jtds.setautocommit=true, bytecode.dump.enable=false, profiler.okhttp.async=true, profiler.agentInfo.send.retry.interval=300000, profiler.io.buffering.buffersize=20, profiler.jdbc.cubrid.rollback=true, profiler.jdbc.oracle.setautocommit=true, profiler.jdbc.mariadb.commit=true, profiler.apache.httpclient3.cookie.sampling.rate=1, profiler.statdatasender.write.queue.size=5120, profiler.activemq.client.destination.separator=, profiler.interceptorregistry.size=8192, profiler.spring.beans.1.class.pattern=, profiler.jdbc.mysql.commit=true, profiler.collector.span.port=29996, profiler.jdbc.dbcp=true, profiler.jetty.excludeUrl=, profiler.jdbc.sqlcachesize=1024, profiler.okhttp.cookie.sampling.rate=10, profiler.sampling.enable=true, profiler.spandatasender.socket.type=OIO, profiler.activemq.client.enable=true, profiler.jdbc.jtds=true, profiler.jvm.collect.interval=1000, profiler.json.gson=true}, interceptorRegistrySize=8192, propertyPlaceholderHelper=com.navercorp.pinpoint.bootstrap.util.spring.PropertyPlaceholderHelper@1f24292, profileEnable=true, collectorSpanServerIp=192.50.50.183, collectorSpanServerPort=29996, collectorStatServerIp=192.50.50.183, collectorStatServerPort=29995, collectorTcpServerIp=192.50.50.183, collectorTcpServerPort=29994, spanDataSenderWriteQueueSize=5120, spanDataSenderSocketSendBufferSize=1048576, spanDataSenderSocketTimeout=3000, spanDataSenderChunkSize=16384, spanDataSenderSocketType=OIO, statDataSenderWriteQueueSize=5120, statDataSenderSocketSendBufferSize=1048576, statDataSenderSocketTimeout=3000, statDataSenderChunkSize=16384, statDataSenderSocketType=OIO, tcpDataSenderCommandAcceptEnable=true, traceAgentActiveThread=true, callStackMaxDepth=64, jdbcSqlCacheSize=1024, traceSqlBindValue=true, maxSqlBindValueSize=1024, samplingEnable=true, samplingRate=1, ioBufferingEnable=true, ioBufferingBufferSize=20, profileJvmCollectInterval=1000, profilableClassFilter=com.navercorp.pinpoint.bootstrap.config.SkipFilter@1f0c0dd, DEFAULT_AGENT_INFO_SEND_RETRY_INTERVAL=300000, agentInfoSendRetryInterval=300000, applicationServerType=null, applicationTypeDetectOrder=[], disabledPlugins=[]}
2017-01-09 18:02:21 [DEBUG](c.n.p.p.DefaultAgent :323) Agent status is changed. INITIALIZING
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :231) ASM InstrumentEngine.
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :178) DefaultAgent classLoader:com.navercorp.pinpoint.bootstrap.PinpointURLClassLoader@42d227
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin pluginPackage:com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin@1b4f422
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.activemq.client.enable=true
2017-01-09 18:02:21 INFO profiler.activemq.client.producer.enable=true
2017-01-09 18:02:21 INFO profiler.activemq.client.consumer.enable=true
2017-01-09 18:02:21 INFO profiler.activemq.client.destination.separator=
2017-01-09 18:02:21 INFO profiler.activemq.client.destination.exclude=
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.arcus.ArcusPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.arcus.ArcusPlugin pluginPackage:com.navercorp.pinpoint.plugin.arcus.ArcusPlugin@2b1988
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.arcus.ArcusPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.arcus.ArcusPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.arcus=true
2017-01-09 18:02:21 INFO profiler.arcus.keytrace=true
2017-01-09 18:02:21 INFO profiler.memcached=true
2017-01-09 18:02:21 INFO profiler.memcached.keytrace=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin pluginPackage:com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin@d98863
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.cassandra=true
2017-01-09 18:02:21 INFO profiler.cassandra.tracecqlbindvalue=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin pluginPackage:com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin@e53ece
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.dbcp.connectionclose=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin@18c9b49
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.cubrid=true
2017-01-09 18:02:21 INFO profiler.jdbc.cubrid.tracesqlbindvalue=true
2017-01-09 18:02:21 INFO profiler.jdbc.cubrid.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.cubrid.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.cubrid.rollback=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.cxf.CxfPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.cxf.CxfPlugin pluginPackage:com.navercorp.pinpoint.plugin.cxf.CxfPlugin@80bc43
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.cxf.CxfPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.cxf.CxfPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.cxf.client=false
2017-01-09 18:02:21 INFO profiler.cxf.client.hiddenParams=
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.dubbo.DubboPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.dubbo.DubboPlugin pluginPackage:com.navercorp.pinpoint.plugin.dubbo.DubboPlugin@1f7a31f
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.dubbo.DubboPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.dubbo.DubboPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.dubbo.enable=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin pluginPackage:com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin@8424bd
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.google.httpclient.async=true
2017-01-09 18:02:21 [DEBUG](c.n.p.p.g.h.HttpClientPlugin :288) [GoogleHttpClient] Initialized config={async=true}
2017-01-09 18:02:21 [DEBUG](c.n.p.p.g.h.HttpClientPlugin :283) [GoogleHttpClient] Add HttpRequest class.
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.gson.GsonPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.gson.GsonPlugin pluginPackage:com.navercorp.pinpoint.plugin.gson.GsonPlugin@97dadf
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.gson.GsonPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.gson.GsonPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.json.gson=true
2017-01-09 18:02:21 [DEBUG](c.n.p.p.g.GsonPlugin :288) [Gson] Initialized config=GsonConfig{profile=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin pluginPackage:com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin@235ad8
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin Plugin setup
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.param=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.cookie=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.cookie.dumptype=ALWAYS
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.cookie.sampling.rate=1
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.entity=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.entity.dumptype=ALWAYS
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.entity.sampling.rate=1
2017-01-09 18:02:21 INFO profiler.apache.httpclient3.io=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.h.HttpClient3Plugin :342) HttpClient3Plugin config:HttpClient3PluginConfig{param=true, cookie=true, cookieDumpType=ALWAYS, cookieSamplingRate=1, entity=true, entityDumpType=ALWAYS, entitySamplingRate=1, io=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin pluginPackage:com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin@46f00b
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin Plugin setup
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.param=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.cookie=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.cookie.dumptype=ALWAYS
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.cookie.sampling.rate=1
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.entity=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.entity.dumptype=ALWAYS
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.entity.sampling.rate=1
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.entity.statuscode=true
2017-01-09 18:02:21 INFO profiler.apache.httpclient4.io=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.h.HttpClient4Plugin :342) HttpClient4Plugin config:HttpClient4PluginConfig{param=true, cookie=true, cookieDumpType=ALWAYS, cookieSamplingRate=1, entity=true, entityDumpType=ALWAYS, entitySamplingRate=1, statusCode=true, io=true}
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HttpClient4Plugin :283) Add HttpClient4(4.0 ~ 4.2
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HttpClient4Plugin :283) Add CloseableHttpClient4(4.3 ~
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HttpClient4Plugin :283) Add CloseableHttpAsyncClient4(4.0 ~
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin pluginPackage:com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin@1ebc96b
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.hystrix=true
2017-01-09 18:02:21 INFO profiler.hystrix.command.num.anonymousInnerClass=3
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HystrixPlugin :288) Registering transformer for com.netflix.hystrix.HystrixCommand$1
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HystrixPlugin :288) Registering transformer for com.netflix.hystrix.HystrixCommand$2
2017-01-09 18:02:21 [DEBUG](c.n.p.p.h.HystrixPlugin :288) Registering transformer for com.netflix.hystrix.HystrixCommand$3
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin pluginPackage:com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin@879daa
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.orm.ibatis=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.i.IBatisPlugin :342) IBatisPlugin config:IBatisPluginConfig{iBatisEnabled=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jackson.JacksonPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jackson.JacksonPlugin pluginPackage:com.navercorp.pinpoint.plugin.jackson.JacksonPlugin@23d1e7
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jackson.JacksonPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jackson.JacksonPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.json.jackson=true
2017-01-09 18:02:21 [DEBUG](c.n.p.p.j.JacksonPlugin :288) [Jackson] Initialized config=JacksonConfig{profile=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jboss.JbossPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jboss.JbossPlugin pluginPackage:com.navercorp.pinpoint.plugin.jboss.JbossPlugin@1001872
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jboss.JbossPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jboss.JbossPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jboss.enable=true
2017-01-09 18:02:21 INFO profiler.jboss.traceEjb=false
2017-01-09 18:02:21 INFO profiler.jboss.conditional.transform=true
2017-01-09 18:02:21 INFO profiler.jboss.hidepinpointheader=true
2017-01-09 18:02:21 INFO profiler.jboss.tracerequestparam=true
2017-01-09 18:02:21 INFO profiler.jboss.excludeurl=
2017-01-09 18:02:21 INFO profiler.jboss.realipheader=null
2017-01-09 18:02:21 INFO profiler.jboss.realipemptyvalue=null
2017-01-09 18:02:21 INFO profiler.jboss.excludemethod=
2017-01-09 18:02:21 [INFO ](c.n.p.p.j.JbossPlugin :342) JBossPlugin config:JbossConfig{jbossHidePinpointHeader=true, jbossExcludeUrlFilter=com.navercorp.pinpoint.bootstrap.config.SkipFilter@d675ec, jbossTraceEjb=false, jbossEnable=true}
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.jboss.modules.Main]
2017-01-09 18:02:21 [INFO ](c.n.p.p.j.JbossPlugin :337) Not adding JBoss transformers
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin@150bbc
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin Plugin setup
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jetty.JettyPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jetty.JettyPlugin pluginPackage:com.navercorp.pinpoint.plugin.jetty.JettyPlugin@a80f3a
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jetty.JettyPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jetty.JettyPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jetty.enable=true
2017-01-09 18:02:21 INFO profiler.jetty.excludeurl=
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin pluginPackage:com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin@27da
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.json.jsonlib=true
2017-01-09 18:02:21 [DEBUG](c.n.p.p.j.JsonLibPlugin :288) [JsonLib] Initialized config=JsonLibConfig{profile=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin@f3dcf0
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.jtds=true
2017-01-09 18:02:21 INFO profiler.jdbc.jtds.tracesqlbindvalue=true
2017-01-09 18:02:21 INFO profiler.jdbc.jtds.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.jtds.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.jtds.rollback=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.log4j.Log4jPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.log4j.Log4jPlugin pluginPackage:com.navercorp.pinpoint.plugin.log4j.Log4jPlugin@1a663bb
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.log4j.Log4jPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.log4j.Log4jPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.log4j.logging.transactioninfo=false
2017-01-09 18:02:21 [INFO ](c.n.p.p.l.Log4jPlugin :342) Log4jPlugin config:Log4jConfig [ log4jLoggingTransactionInfo=false]
2017-01-09 18:02:21 [INFO ](c.n.p.p.l.Log4jPlugin :337) Log4j plugin is not executed because log4j transform enable config value is false.
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.logback.LogbackPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.logback.LogbackPlugin pluginPackage:com.navercorp.pinpoint.plugin.logback.LogbackPlugin@786e17
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.logback.LogbackPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.logback.LogbackPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.logback.logging.transactioninfo=false
2017-01-09 18:02:21 [INFO ](c.n.p.p.l.LogbackPlugin :342) LogbackPlugin config:LogbackConfig [ logbackLoggingTransactionInfo=false]
2017-01-09 18:02:21 [INFO ](c.n.p.p.l.LogbackPlugin :337) Logback plugin is not executed because logback transform enable config value is false.
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin@18b30f3
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.mariadb=true
2017-01-09 18:02:21 INFO profiler.jdbc.mariadb.tracesqlbindvalue=true
2017-01-09 18:02:21 INFO profiler.jdbc.mariadb.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.mariadb.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.mariadb.rollback=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin pluginPackage:com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin@1706821
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.orm.mybatis=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.m.MyBatisPlugin :342) MyBatisPlugin config:MyBatisPluginConfig{myBatisEnabled=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin@1fc0cb0
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.mysql=true
2017-01-09 18:02:21 INFO profiler.jdbc.mysql.tracesqlbindvalue=true
2017-01-09 18:02:21 INFO profiler.jdbc.mysql.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.mysql.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.mysql.rollback=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin pluginPackage:com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin@1ba4cd7
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin Plugin setup
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin pluginPackage:com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin@19a4d79
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.okhttp.param=true
2017-01-09 18:02:21 INFO profiler.okhttp.cookie=false
2017-01-09 18:02:21 INFO profiler.okhttp.cookie.dumptype=EXCEPTION
2017-01-09 18:02:21 INFO profiler.okhttp.cookie.sampling.rate=10
2017-01-09 18:02:21 INFO profiler.okhttp.entity.statuscode=true
2017-01-09 18:02:21 INFO profiler.okhttp.async=true
2017-01-09 18:02:21 [DEBUG](c.n.p.p.o.OkHttpPlugin :288) [OkHttp] Initialized config=OkHttpPluginConfig{param=true, cookie=false, cookieDumpType=EXCEPTION, cookieSamplingRate=10, statusCode=true, async=true}
2017-01-09 18:02:21 [DEBUG](c.n.p.p.o.OkHttpPlugin :283) [OkHttp] Add Call class.
2017-01-09 18:02:21 [DEBUG](c.n.p.p.o.OkHttpPlugin :283) [OkHttp] Add Dispatcher class.
2017-01-09 18:02:21 [DEBUG](c.n.p.p.o.OkHttpPlugin :283) [OkHttp] Add AsyncCall class.
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin@1257498
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.oracle=true
2017-01-09 18:02:21 INFO profiler.jdbc.oracle.tracesqlbindvalue=true
2017-01-09 18:02:21 INFO profiler.jdbc.oracle.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.oracle.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.oracle.rollback=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin pluginPackage:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin@1624af1
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.jdbc.postgresql=true
2017-01-09 18:02:21 INFO profiler.jdbc.postgresql.setautocommit=true
2017-01-09 18:02:21 INFO profiler.jdbc.postgresql.commit=true
2017-01-09 18:02:21 INFO profiler.jdbc.postgresql.rollback=true
2017-01-09 18:02:21 INFO profiler.jdbc.maxsqlbindvaluesize=1024
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.redis.RedisPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.redis.RedisPlugin pluginPackage:com.navercorp.pinpoint.plugin.redis.RedisPlugin@1d7a607
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.redis.RedisPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.redis.RedisPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.redis.pipeline=false
2017-01-09 18:02:21 INFO profiler.redis.io=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.r.RedisPlugin :342) RedisPlugin config:RedisPluginConfig{pipelineEnabled=false, io=true}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin pluginPackage:com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin@1e0860
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.springboot.enable=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin pluginPackage:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin@166c122
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.spring.beans=true
2017-01-09 18:02:21 INFO profiler.spring.beans.name.pattern=null
2017-01-09 18:02:21 INFO profiler.spring.beans.class.pattern=null
2017-01-09 18:02:21 INFO profiler.spring.beans.annotation=null
2017-01-09 18:02:21 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}
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.b.SpringBeansPlugin :337) SpringBeans targets=[{scope=COMPONENT_SCAN, basePackages=[], namePatterns=null, classPatterns=null, annotations=[org.springframework.stereotype.Controller, org.springframework.stereotype.Service, org.springframework.stereotype.Repository]}]
2017-01-09 18:02:21 INFO profiler.spring.beans.mark.error=false
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin pluginPackage:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin@125c6bd
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin Plugin setup
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.thrift.ThriftPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.thrift.ThriftPlugin pluginPackage:com.navercorp.pinpoint.plugin.thrift.ThriftPlugin@1ebbf6
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.thrift.ThriftPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.thrift.ThriftPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.thrift.client=true
2017-01-09 18:02:21 INFO profiler.thrift.client.async=true
2017-01-09 18:02:21 INFO profiler.thrift.processor=true
2017-01-09 18:02:21 INFO profiler.thrift.processor.async=true
2017-01-09 18:02:21 INFO profiler.thrift.service.args=true
2017-01-09 18:02:21 INFO profiler.thrift.service.result=true
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin pluginPackage:com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin@24539d
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.tomcat.enable=true
2017-01-09 18:02:21 INFO profiler.tomcat.conditional.transform=true
2017-01-09 18:02:21 INFO profiler.tomcat.hidepinpointheader=true
2017-01-09 18:02:21 INFO profiler.tomcat.tracerequestparam=true
2017-01-09 18:02:21 INFO profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html
2017-01-09 18:02:21 INFO profiler.tomcat.realipheader=null
2017-01-09 18:02:21 INFO profiler.tomcat.realipemptyvalue=null
2017-01-09 18:02:21 INFO profiler.tomcat.excludemethod=
2017-01-09 18:02:21 [INFO ](c.n.p.p.t.TomcatPlugin :342) TomcatPlugin config:TomcatConfig{tomcatEnable=true, tomcatBootstrapMains=[org.apache.catalina.startup.Bootstrap], tomcatConditionalTransformEnable=true, tomcatHidePinpointHeader=true, tomcatTraceRequestParam=true, tomcatExcludeUrlFilter=ExcludePathFilter{excludePathMatchers=[EqualsPathMatcher{pattern='/aa/test.html'}, EqualsPathMatcher{pattern='/bb/exclude.html'}]}, tomcatRealIpHeader='null', tomcatRealIpEmptyValue='null', tomcatExcludeProfileMethodFilter=com.navercorp.pinpoint.bootstrap.config.SkipFilter@11ac0df}
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.apache.catalina.startup.Bootstrap]
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.springframework.boot.loader.JarLauncher]
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.springframework.boot.loader.WarLauncher]
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.springframework.boot.loader.PropertiesLauncher]
2017-01-09 18:02:21 [INFO ](c.n.p.p.t.TomcatPlugin :337) Not adding Tomcat transfomers
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class com.navercorp.pinpoint.plugin.user.UserPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:com.navercorp.pinpoint.plugin.user.UserPlugin pluginPackage:com.navercorp.pinpoint.plugin.user.UserPlugin@7dfec2
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) com.navercorp.pinpoint.plugin.user.UserPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) com.navercorp.pinpoint.plugin.user.UserPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.entrypoint=
2017-01-09 18:02:21 [INFO ](c.n.p.p.u.UserPlugin :342) UserPlugin entry points={}
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :79 ) class it.sella.pinpoint.plugin.weblogic.WeblogicPlugin Plugin Pinpoint-Plugin-Package:[com.navercorp.pinpoint.plugin]
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :82 ) Loading plugin:it.sella.pinpoint.plugin.weblogic.WeblogicPlugin pluginPackage:it.sella.pinpoint.plugin.weblogic.WeblogicPlugin@4cc428
2017-01-09 18:02:21 [DEBUG](c.n.p.p.p.ProfilerPluginLoader :145) it.sella.pinpoint.plugin.weblogic.WeblogicPlugin.setTransformTemplate
2017-01-09 18:02:21 [INFO ](c.n.p.p.p.ProfilerPluginLoader :163) it.sella.pinpoint.plugin.weblogic.WeblogicPlugin Plugin setup
2017-01-09 18:02:21 INFO profiler.weblogic.tracerequestparam=true
2017-01-09 18:02:21 INFO profiler.weblogic.enable=true
2017-01-09 18:02:21 INFO profiler.weblogic.excludeurl=
2017-01-09 18:02:21 [INFO ](i.s.p.p.w.WeblogicPlugin :342) WeblogicPlugin config:WeblogicConfig{weblogicEnable=true, weblogicBootstrapMains=[weblogic.Server], weblogicTraceRequestParam=true, weblogicExcludeUrlFilter=com.navercorp.pinpoint.bootstrap.config.SkipFilter@1771fdd}
2017-01-09 18:02:21 [INFO ](i.s.p.p.w.WeblogicPlugin :337) Adding Weblogic transformers
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/transport/tcp/TcpTransport}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$1@6a8fb} for DefaultClassNameMatcher{org/apache/activemq/transport/tcp/TcpTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/ActiveMQConnection}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$2@13ff9d4} for DefaultClassNameMatcher{org/apache/activemq/ActiveMQConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/MessageDispatchChannel}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$3@12add53} for DefaultClassNameMatcher{org/apache/activemq/MessageDispatchChannel}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/FifoMessageDispatchChannel}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$3@12add53} for DefaultClassNameMatcher{org/apache/activemq/FifoMessageDispatchChannel}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/SimplePriorityMessageDispatchChannel}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$3@12add53} for DefaultClassNameMatcher{org/apache/activemq/SimplePriorityMessageDispatchChannel}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/ActiveMQMessageProducer}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$4@1288528} for DefaultClassNameMatcher{org/apache/activemq/ActiveMQMessageProducer}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/activemq/ActiveMQMessageConsumer}, transformCallback=com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin$5@13e07bd} for DefaultClassNameMatcher{org/apache/activemq/ActiveMQMessageConsumer}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/ArcusClient}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$1@16e1d6b} for DefaultClassNameMatcher{net/spy/memcached/ArcusClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/CollectionFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$7@4d89ab} for DefaultClassNameMatcher{net/spy/memcached/internal/CollectionFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/plugin/FrontCacheGetFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$4@8960af} for DefaultClassNameMatcher{net/spy/memcached/plugin/FrontCacheGetFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/plugin/FrontCacheMemcachedClient}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$5@12abdf5} for DefaultClassNameMatcher{net/spy/memcached/plugin/FrontCacheMemcachedClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/CacheManager}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$2@11d3b18} for DefaultClassNameMatcher{net/spy/memcached/CacheManager}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/BTreeStoreAndGetFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$8@12a954} for DefaultClassNameMatcher{net/spy/memcached/internal/BTreeStoreAndGetFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/CollectionGetBulkFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$8@12a954} for DefaultClassNameMatcher{net/spy/memcached/internal/CollectionGetBulkFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/SMGetFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$8@12a954} for DefaultClassNameMatcher{net/spy/memcached/internal/SMGetFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/MemcachedClient}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$6@12afa0c} for DefaultClassNameMatcher{net/spy/memcached/MemcachedClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/protocol/BaseOperationImpl}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$3@8637c3} for DefaultClassNameMatcher{net/spy/memcached/protocol/BaseOperationImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/GetFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$7@4d89ab} for DefaultClassNameMatcher{net/spy/memcached/internal/GetFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/OperationFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$7@4d89ab} for DefaultClassNameMatcher{net/spy/memcached/internal/OperationFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/ImmediateFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$8@12a954} for DefaultClassNameMatcher{net/spy/memcached/internal/ImmediateFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/spy/memcached/internal/BulkGetFuture}, transformCallback=com.navercorp.pinpoint.plugin.arcus.ArcusPlugin$8@12a954} for DefaultClassNameMatcher{net/spy/memcached/internal/BulkGetFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/datastax/driver/core/DefaultPreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin$1@1b6f4ea} for DefaultClassNameMatcher{com/datastax/driver/core/DefaultPreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/datastax/driver/core/SessionManager}, transformCallback=com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin$2@893bd6} for DefaultClassNameMatcher{com/datastax/driver/core/SessionManager}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/datastax/driver/core/AbstractSession}, transformCallback=com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin$2@893bd6} for DefaultClassNameMatcher{com/datastax/driver/core/AbstractSession}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/datastax/driver/core/Cluster}, transformCallback=com.navercorp.pinpoint.plugin.cassandra.CassandraPlugin$3@1b77ca0} for DefaultClassNameMatcher{com/datastax/driver/core/Cluster}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/dbcp/BasicDataSource}, transformCallback=com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin$2@156f055} for DefaultClassNameMatcher{org/apache/commons/dbcp/BasicDataSource}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/dbcp/PoolingDataSource$PoolGuardConnectionWrapper}, transformCallback=com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpPlugin$1@bc6c86} for DefaultClassNameMatcher{org/apache/commons/dbcp/PoolingDataSource$PoolGuardConnectionWrapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDConnection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin$1@78d3d7} for DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDDriver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin$2@9c00ea} for DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDDriver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDPreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin$3@22c2} for DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDPreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDCallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin$4@ea2a0d} for DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDCallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridPlugin$5@16ed69e} for DefaultClassNameMatcher{cubrid/jdbc/driver/CUBRIDStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/alibaba/dubbo/rpc/cluster/support/AbstractClusterInvoker}, transformCallback=com.navercorp.pinpoint.plugin.dubbo.DubboPlugin$1@1cc5d5a} for DefaultClassNameMatcher{com/alibaba/dubbo/rpc/cluster/support/AbstractClusterInvoker}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/alibaba/dubbo/rpc/proxy/AbstractProxyInvoker}, transformCallback=com.navercorp.pinpoint.plugin.dubbo.DubboPlugin$2@4eecb} for DefaultClassNameMatcher{com/alibaba/dubbo/rpc/proxy/AbstractProxyInvoker}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/google/api/client/http/HttpRequest}, transformCallback=com.navercorp.pinpoint.plugin.google.httpclient.HttpClientPlugin$1@1d97556} for DefaultClassNameMatcher{com/google/api/client/http/HttpRequest}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/google/gson/Gson}, transformCallback=com.navercorp.pinpoint.plugin.gson.GsonPlugin$1@1a69971} for DefaultClassNameMatcher{com/google/gson/Gson}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/httpclient/HttpClient}, transformCallback=com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin$1@a3fac6} for DefaultClassNameMatcher{org/apache/commons/httpclient/HttpClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/httpclient/DefaultHttpMethodRetryHandler}, transformCallback=com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin$2@1a4f723} for DefaultClassNameMatcher{org/apache/commons/httpclient/DefaultHttpMethodRetryHandler}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/httpclient/HttpConnection}, transformCallback=com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin$3@15d3137} for DefaultClassNameMatcher{org/apache/commons/httpclient/HttpConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/commons/httpclient/HttpMethodBase}, transformCallback=com.navercorp.pinpoint.plugin.httpclient3.HttpClient3Plugin$4@14a40bd} for DefaultClassNameMatcher{org/apache/commons/httpclient/HttpMethodBase}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/protocol/HttpRequestExecutor}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$1@1e05ace} for DefaultClassNameMatcher{org/apache/http/protocol/HttpRequestExecutor}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/client/DefaultHttpRequestRetryHandler}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$4@69ab25} for DefaultClassNameMatcher{org/apache/http/impl/client/DefaultHttpRequestRetryHandler}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/client/AbstractHttpClient}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$2@1631bc9} for DefaultClassNameMatcher{org/apache/http/impl/client/AbstractHttpClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/conn/AbstractPooledConnAdapter}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$5@1b54dbc} for DefaultClassNameMatcher{org/apache/http/impl/conn/AbstractPooledConnAdapter}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/conn/ManagedClientConnectionImpl}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$6@29043} for DefaultClassNameMatcher{org/apache/http/impl/conn/ManagedClientConnectionImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/client/CloseableHttpClient}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$3@4d5e50} for DefaultClassNameMatcher{org/apache/http/impl/client/CloseableHttpClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/conn/BasicHttpClientConnectionManager}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$7@16adc7f} for DefaultClassNameMatcher{org/apache/http/impl/conn/BasicHttpClientConnectionManager}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/conn/PoolingHttpClientConnectionManager}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$8@b22c1d} for DefaultClassNameMatcher{org/apache/http/impl/conn/PoolingHttpClientConnectionManager}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/nio/client/CloseableHttpAsyncClient}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$9@16e5fc5} for DefaultClassNameMatcher{org/apache/http/impl/nio/client/CloseableHttpAsyncClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$10@151ae6e} for DefaultClassNameMatcher{org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/http/concurrent/BasicFuture}, transformCallback=com.navercorp.pinpoint.plugin.httpclient4.HttpClient4Plugin$11@192f5fb} for DefaultClassNameMatcher{org/apache/http/concurrent/BasicFuture}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand}, transformCallback=com.navercorp.pinpoint.plugin.hystrix.transformer.HystrixCommandTransformer@15363c8} for DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$1}, transformCallback=com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin$1@1bc1cac} for DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$1}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$2}, transformCallback=com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin$1@fe621e} for DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$2}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$3}, transformCallback=com.navercorp.pinpoint.plugin.hystrix.HystrixPlugin$1@dbb9b9} for DefaultClassNameMatcher{com/netflix/hystrix/HystrixCommand$3}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/ibatis/sqlmap/engine/impl/SqlMapClientImpl}, transformCallback=com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin$1@17e4f49} for DefaultClassNameMatcher{com/ibatis/sqlmap/engine/impl/SqlMapClientImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl}, transformCallback=com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin$1@1874991} for DefaultClassNameMatcher{com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/springframework/orm/ibatis/SqlMapClientTemplate}, transformCallback=com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin$1@eee5f1} for DefaultClassNameMatcher{org/springframework/orm/ibatis/SqlMapClientTemplate}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectMapper}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$1@3a37d9} for DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectMapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectReader}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$3@2893fc} for DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectReader}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectWriter}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$4@b90c1} for DefaultClassNameMatcher{com/fasterxml/jackson/databind/ObjectWriter}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectMapper}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$2@14c90c7} for DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectMapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectReader}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$3@1b4fb88} for DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectReader}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectWriter}, transformCallback=com.navercorp.pinpoint.plugin.jackson.JacksonPlugin$4@edd1e2} for DefaultClassNameMatcher{org/codehaus/jackson/map/ObjectWriter}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{sun/net/www/protocol/http/HttpURLConnection}, transformCallback=com.navercorp.pinpoint.plugin.jdk.http.JdkHttpPlugin$1@16e73e3} for DefaultClassNameMatcher{sun/net/www/protocol/http/HttpURLConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/eclipse/jetty/server/Server}, transformCallback=com.navercorp.pinpoint.plugin.jetty.JettyPlugin$1@7a4505} for DefaultClassNameMatcher{org/eclipse/jetty/server/Server}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sf/json/JSONSerializer}, transformCallback=com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin$1@14981e0} for DefaultClassNameMatcher{net/sf/json/JSONSerializer}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sf/json/JSONObject}, transformCallback=com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin$2@ed99c9} for DefaultClassNameMatcher{net/sf/json/JSONObject}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sf/json/JSONArray}, transformCallback=com.navercorp.pinpoint.plugin.json_lib.JsonLibPlugin$3@10b5b98} for DefaultClassNameMatcher{net/sf/json/JSONArray}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/ConnectionJDBC2}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$1@aa911c} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/ConnectionJDBC2}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsConnection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$1@aa911c} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/Driver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$2@1cefaa} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/Driver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsPreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$3@1baa0bb} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsPreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsCallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$4@18e5d0e} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsCallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsPlugin$5@17f5565} for DefaultClassNameMatcher{net/sourceforge/jtds/jdbc/JtdsStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbConnection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$1@bf6d1e} for DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/Driver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$2@194f2e8} for DefaultClassNameMatcher{org/mariadb/jdbc/Driver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbServerPreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$3@1d78d57} for DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbServerPreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbClientPreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$3@1d78d57} for DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbClientPreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/AbstractMariaDbPrepareStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$4@807ae2} for DefaultClassNameMatcher{org/mariadb/jdbc/AbstractMariaDbPrepareStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/AbstractCallableProcedureStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$6@103c628} for DefaultClassNameMatcher{org/mariadb/jdbc/AbstractCallableProcedureStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/AbstractCallableFunctionStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$6@103c628} for DefaultClassNameMatcher{org/mariadb/jdbc/AbstractCallableFunctionStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$5@c695a5} for DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbCallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBPlugin$7@18aac0a} for DefaultClassNameMatcher{org/mariadb/jdbc/MariaDbCallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/ibatis/session/defaults/DefaultSqlSession}, transformCallback=com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin$1@124ed52} for DefaultClassNameMatcher{org/apache/ibatis/session/defaults/DefaultSqlSession}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/mybatis/spring/SqlSessionTemplate}, transformCallback=com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin$1@158af63} for DefaultClassNameMatcher{org/mybatis/spring/SqlSessionTemplate}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/Connection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$1@162b12d} for DefaultClassNameMatcher{com/mysql/jdbc/Connection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/ConnectionImpl}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$1@162b12d} for DefaultClassNameMatcher{com/mysql/jdbc/ConnectionImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/NonRegisteringDriver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$2@5e093f} for DefaultClassNameMatcher{com/mysql/jdbc/NonRegisteringDriver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/Statement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$7@1b11398} for DefaultClassNameMatcher{com/mysql/jdbc/Statement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/StatementImpl}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$7@1b11398} for DefaultClassNameMatcher{com/mysql/jdbc/StatementImpl}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/PreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$3@7d83e6} for DefaultClassNameMatcher{com/mysql/jdbc/PreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/CallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$4@5ea8af} for DefaultClassNameMatcher{com/mysql/jdbc/CallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/JDBC4PreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$5@948bd0} for DefaultClassNameMatcher{com/mysql/jdbc/JDBC4PreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/mysql/jdbc/JDBC4CallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlPlugin$6@6726d6} for DefaultClassNameMatcher{com/mysql/jdbc/JDBC4CallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/ning/http/client/AsyncHttpClient}, transformCallback=com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientPlugin$1@26bf4c} for DefaultClassNameMatcher{com/ning/http/client/AsyncHttpClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/squareup/okhttp/Call}, transformCallback=com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin$1@1d93674} for DefaultClassNameMatcher{com/squareup/okhttp/Call}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/squareup/okhttp/Dispatcher}, transformCallback=com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin$2@1862bdb} for DefaultClassNameMatcher{com/squareup/okhttp/Dispatcher}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/squareup/okhttp/Call$AsyncCall}, transformCallback=com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin$3@1a97638} for DefaultClassNameMatcher{com/squareup/okhttp/Call$AsyncCall}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/squareup/okhttp/internal/http/HttpEngine}, transformCallback=com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin$4@9069d9} for DefaultClassNameMatcher{com/squareup/okhttp/internal/http/HttpEngine}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{com/squareup/okhttp/Request$Builder}, transformCallback=com.navercorp.pinpoint.plugin.okhttp.OkHttpPlugin$5@1153228} for DefaultClassNameMatcher{com/squareup/okhttp/Request$Builder}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/PhysicalConnection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$1@8ff944} for DefaultClassNameMatcher{oracle/jdbc/driver/PhysicalConnection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OracleDriver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$2@3613f6} for DefaultClassNameMatcher{oracle/jdbc/driver/OracleDriver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OraclePreparedStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$3@58b81b} for DefaultClassNameMatcher{oracle/jdbc/driver/OraclePreparedStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OraclePreparedStatementWrapper}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$3@58b81b} for DefaultClassNameMatcher{oracle/jdbc/driver/OraclePreparedStatementWrapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OracleCallableStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$4@9f21ed} for DefaultClassNameMatcher{oracle/jdbc/driver/OracleCallableStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OracleCallableStatementWrapper}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$4@9f21ed} for DefaultClassNameMatcher{oracle/jdbc/driver/OracleCallableStatementWrapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OracleStatement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$5@16c6370} for DefaultClassNameMatcher{oracle/jdbc/driver/OracleStatement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{oracle/jdbc/driver/OracleStatementWrapper}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin$5@16c6370} for DefaultClassNameMatcher{oracle/jdbc/driver/OracleStatementWrapper}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc4/Jdbc4Connection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$1@f4831b} for DefaultClassNameMatcher{org/postgresql/jdbc4/Jdbc4Connection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc3/Jdbc3Connection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$2@cba1b4} for DefaultClassNameMatcher{org/postgresql/jdbc3/Jdbc3Connection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc2/AbstractJdbc2Connection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$3@e53d23} for DefaultClassNameMatcher{org/postgresql/jdbc2/AbstractJdbc2Connection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc3/AbstractJdbc3Connection}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$4@10f687} for DefaultClassNameMatcher{org/postgresql/jdbc3/AbstractJdbc3Connection}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/Driver}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$5@1a94f77} for DefaultClassNameMatcher{org/postgresql/Driver}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc2/AbstractJdbc2Statement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$6@a04f1b} for DefaultClassNameMatcher{org/postgresql/jdbc2/AbstractJdbc2Statement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/postgresql/jdbc3/AbstractJdbc3Statement}, transformCallback=com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlPlugin$7@a998cf} for DefaultClassNameMatcher{org/postgresql/jdbc3/AbstractJdbc3Statement}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{redis/clients/jedis/BinaryJedis}, transformCallback=com.navercorp.pinpoint.plugin.redis.RedisPlugin$2@6f7bec} for DefaultClassNameMatcher{redis/clients/jedis/BinaryJedis}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{redis/clients/jedis/Jedis}, transformCallback=com.navercorp.pinpoint.plugin.redis.RedisPlugin$2@130e714} for DefaultClassNameMatcher{redis/clients/jedis/Jedis}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{redis/clients/jedis/Protocol}, transformCallback=com.navercorp.pinpoint.plugin.redis.RedisPlugin$4@192f37b} for DefaultClassNameMatcher{redis/clients/jedis/Protocol}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/springframework/boot/loader/Launcher}, transformCallback=com.navercorp.pinpoint.plugin.spring.boot.SpringBootPlugin$1@af4a7d} for DefaultClassNameMatcher{org/springframework/boot/loader/Launcher}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/springframework/context/annotation/ClassPathBeanDefinitionScanner}, transformCallback=com.navercorp.pinpoint.plugin.spring.beans.SpringBeansPlugin$2@438935} for DefaultClassNameMatcher{org/springframework/context/annotation/ClassPathBeanDefinitionScanner}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/springframework/web/servlet/FrameworkServlet}, transformCallback=com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcPlugin$1@1e53756} for DefaultClassNameMatcher{org/springframework/web/servlet/FrameworkServlet}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/TServiceClient}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$1@193f119} for DefaultClassNameMatcher{org/apache/thrift/TServiceClient}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/async/TAsyncClientManager}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$2@1b9bfe4} for DefaultClassNameMatcher{org/apache/thrift/async/TAsyncClientManager}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/async/TAsyncMethodCall}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$3@1e5305e} for DefaultClassNameMatcher{org/apache/thrift/async/TAsyncMethodCall}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/TBaseProcessor}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$4@1ca7bad} for DefaultClassNameMatcher{org/apache/thrift/TBaseProcessor}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/ProcessFunction}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$5@7ddc66} for DefaultClassNameMatcher{org/apache/thrift/ProcessFunction}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/TBaseAsyncProcessor}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$6@110d0b1} for DefaultClassNameMatcher{org/apache/thrift/TBaseAsyncProcessor}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TSocket}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$8@f54e75} for DefaultClassNameMatcher{org/apache/thrift/transport/TSocket}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TFramedTransport}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$8@f1e6e4} for DefaultClassNameMatcher{org/apache/thrift/transport/TFramedTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TFastFramedTransport}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$8@16dad47} for DefaultClassNameMatcher{org/apache/thrift/transport/TFastFramedTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TSaslClientTransport}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$8@18b1420} for DefaultClassNameMatcher{org/apache/thrift/transport/TSaslClientTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TMemoryInputTransport}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$7@1d65a49} for DefaultClassNameMatcher{org/apache/thrift/transport/TMemoryInputTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TIOStreamTransport}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$7@1c17ff9} for DefaultClassNameMatcher{org/apache/thrift/transport/TIOStreamTransport}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/transport/TNonblockingSocket}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$9@b8f5f5} for DefaultClassNameMatcher{org/apache/thrift/transport/TNonblockingSocket}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/server/AbstractNonblockingServer$FrameBuffer}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$10@11be5be} for DefaultClassNameMatcher{org/apache/thrift/server/AbstractNonblockingServer$FrameBuffer}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/protocol/TBinaryProtocol}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$11@883936} for DefaultClassNameMatcher{org/apache/thrift/protocol/TBinaryProtocol}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/protocol/TCompactProtocol}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$11@1640c9a} for DefaultClassNameMatcher{org/apache/thrift/protocol/TCompactProtocol}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/protocol/TJSONProtocol}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$11@17766aa} for DefaultClassNameMatcher{org/apache/thrift/protocol/TJSONProtocol}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{org/apache/thrift/protocol/TProtocolDecorator}, transformCallback=com.navercorp.pinpoint.plugin.thrift.ThriftPlugin$12@1f52ff5} for DefaultClassNameMatcher{org/apache/thrift/protocol/TProtocolDecorator}
2017-01-09 18:02:21 INFO Registering class file transformer MatchableClassFileTransformerGuardDelegate{matcher=DefaultClassNameMatcher{weblogic/servlet/http/AbstractAsyncServlet}, transformCallback=it.sella.pinpoint.plugin.weblogic.WeblogicPlugin$1@1fb638} for DefaultClassNameMatcher{weblogic/servlet/http/AbstractAsyncServlet}
2017-01-09 18:02:21 INFO bytecode.dump.enable=false
2017-01-09 18:02:21 INFO Attempting to resolve using [com.navercorp.pinpoint.plugin.jetty.JettyDetector]
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class does not match - found : [weblogic.Server], expected : [org.eclipse.jetty.start.Main]
2017-01-09 18:02:21 INFO No match found using [com.navercorp.pinpoint.plugin.jetty.JettyDetector]
2017-01-09 18:02:21 INFO Attempting to resolve using [it.sella.pinpoint.plugin.weblogic.WeblogicDetector]
2017-01-09 18:02:21 [DEBUG](c.n.p.b.r.c.MainClassCondition :293) Main class match - [weblogic.Server]
2017-01-09 18:02:21 INFO Match found using [it.sella.pinpoint.plugin.weblogic.WeblogicDetector]
2017-01-09 18:02:21 INFO Resolved ApplicationServerType : WEBLOGIC
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :196) agentInformation:AgentInformation{agentId='113886', applicationName='SellaWeblogic2', startTime=1483965140555, pid=8508, machineName='SVILP220', hostIp='192.168.56.1', serverType=WEBLOGIC, jvmVersion='1.7.0_71', agentVersion='1.6.0-SNAPSHOT'}
2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientFactory :203) createBootStrap boss:1, worker:1
2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1f904db channelOpen() started. channel:[id: 0x738277b1]
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db channelConnected() started. channel:[id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994]
2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1f904db stateTo() started. to:CONNECTED
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db stateTo() completed. Socket state change success(updateWanted:CONNECTED ,before:NONE ,current:CONNECTED).
2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1f904db stateTo() started. to:RUN_WITHOUT_HANDSHAKE
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db stateTo() completed. Socket state change success(updateWanted:RUN_WITHOUT_HANDSHAKE ,before:CONNECTED ,current:RUN_WITHOUT_HANDSHAKE).
2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :82 ) PinpointClientHandshaker@ee8489 handshakeStart() started. channel:[id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994]
2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :131) PinpointClientHandshaker@ee8489 do handshake(1/2147483647). channel:[id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994].
2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientHandshaker :55 ) HandShakePacket write success. channel:[id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994]
2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.PinpointClientHandshaker :144) PinpointClientHandshaker@ee8489 reserveHandshake() started.
2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :114) PinpointClientHandshaker@ee8489 handshakeStart() completed. channel:[id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994], data:{socketId=1, applicationName=SellaWeblogic2, startTimestamp=1483965140555, agentId=113886, hostName=SVILP220, supportServer=true, pid=8508, serviceType=1920, ip=192.168.56.1, version=1.6.0-SNAPSHOT}
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db channelConnected() completed.
2017-01-09 18:02:21 [INFO ](c.n.p.r.u.ClientFactoryUtils :47 ) tcp connect success. remote:/192.50.50.183:29994
2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :149) PinpointClientHandshaker@ee8489 handshakeComplete() started. responsePacket:ControlHandshakeResponsePacket{requestId=0, payloadLength=27}
2017-01-09 18:02:21 [INFO ](c.n.p.r.c.PinpointClientHandshaker :167) PinpointClientHandshaker@ee8489 handshakeComplete() completed. handshake-response:{subCode=2, code=0}.
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db handleHandshakePacket() started. message:ControlHandshakeResponsePacket{requestId=0, payloadLength=27}
2017-01-09 18:02:21 DEBUG DefaultPinpointClientHandler@1f904db stateTo() started. to:RUN_DUPLEX
2017-01-09 18:02:21 INFO DefaultPinpointClientHandler@1f904db stateTo() completed. Socket state change success(updateWanted:RUN_DUPLEX ,before:RUN_WITHOUT_HANDSHAKE ,current:RUN_DUPLEX).
2017-01-09 18:02:21 INFO [id: 0x738277b1, /192.50.51.98:61342 => /192.50.50.183:29994] handleHandshakePacket() completed. code:DUPLEX_COMMUNICATION
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.AsyncQueueingExecutor :78 ) Pinpoint-TcpDataExecutor(13-0) started.
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.UdpDataSender :77 ) UdpDataSender initialized. host=192.50.50.183, port=29996
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.UdpDataSender :77 ) UdpDataSender initialized. host=192.50.50.183, port=29995
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.AsyncQueueingExecutor :78 ) Pinpoint-UdpSpanDataExecutor(14-0) started.
2017-01-09 18:02:21 [INFO ](c.n.p.p.s.AsyncQueueingExecutor :78 ) Pinpoint-UdpStatDataExecutor(15-0) started.
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :338) StorageFactoryType:BufferedStorageFactory{bufferSize=20, dataSender=com.navercorp.pinpoint.profiler.sender.UdpDataSender@1a528bd}
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :341) SamplerType:TrueSampler
2017-01-09 18:02:21 INFO found : HotSpot's Serial collector with detailed metrics
2017-01-09 18:02:21 INFO loaded : CpuLoadMetricSet for Oracle Java 1.7+
2017-01-09 18:02:21 INFO loaded : Default TransactionMetricSet
2017-01-09 18:02:21 INFO loaded : Default ActiveTraceCountMetricSet
2017-01-09 18:02:21 [DEBUG](c.n.p.p.DefaultAgent :323) Agent status is changed. RUNNING
2017-01-09 18:02:21 [INFO ](c.n.p.p.DefaultAgent :446) Starting pinpoint Agent.
2017-01-09 18:02:21 [INFO ](c.n.p.p.AgentInfoSender :199) Sending AgentInfo TAgentInfo(hostname:SVILP220, ip:192.168.56.1, ports:, agentId:113886, applicationName:SellaWeblogic2, serviceType:1920, pid:8508, agentVersion:1.6.0-SNAPSHOT, vmVersion:1.7.0_71, startTimestamp:1483965140555, jvmInfo:TJvmInfo(version:0, vmVersion:1.7.0_71, gcType:SERIAL))
2017-01-09 18:02:21 [INFO ](c.n.p.p.m.AgentStatMonitor :90 ) AgentStat monitor started
2017-01-09 18:02:21 INFO pinpoint agent started normally.
2017-01-09 18:02:21 [DEBUG](c.n.p.r.c.RequestManager :107) responsePacket arrived packet:ResponsePacket{requestId=1, payloadLength=6}, objectUniqName:DefaultPinpointClientHandler@1f904db
2017-01-09 18:02:21 [DEBUG](c.n.p.p.AgentInfoSenderListener :48 ) result success
<9 Jan, 2017 6:02:21 PM IST>
When i checked the log, it seems it can able to detect the server and can able to establish connection with the collector.
Description
I'm in the process of writing a plugin for WEBLOGIC profiling. I can able to detect the WEBLOGIC in the pinpoint agent, but the calls from the application are not being traced. Can you please help me to rectify this problem? I think the transformation and interceptor code i've added is not working..
`transformTemplate.transform("javax.servlet.http.HttpServlet", new TransformCallback() { @Override public byte[] doInTransform(Instrumentor instrumentor, ClassLoader classLoader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws InstrumentException { InstrumentClass target = instrumentor.getInstrumentClass(classLoader, className, classfileBuffer);
});`
Environment
Additional Info
My plugin detects the weblogic server based on the ApplicationTypeDetector
private static final String DEFAULT_BOOTSTRAP_MAIN = "weblogic.Server";