I could able to start all Collector/Web-UI/Test App in my Linux Ubuntu box successfully
All the paths were been set as mentioned below
export JAVA_HOME=/home/ubuntu/jdk1.7.0_79/
export JAVA_7_HOME=/home/ubuntu/jdk1.7.0_79/
export JAVA_8_HOME=/home/ubuntu/jdk1.8.0_112/
export JAVA_6_HOME=/home/ubuntu/jdk1.6.0_45/
export PATH=/home/ubuntu/apache-maven-3.3.9/bin:$PATH
However when i try to access the console in my local (Which has ssh access to linux box where i have installed pinpoint)
Even i could able to ping the server
But when i tried accessing the console via 28080 and 28081 ports it doesnt seems to be working fine
In Ubuntu I don't have the GNOME Desktop environment setup so could access the console in browser
However when i tried using CURL command and the output for the same as below
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# curl http://localhost:28081
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>CallSelfController</h5>
<dl>
<dt><a href="/callSelf/getCurrentTimestamp.pinpoint">/callSelf/getCurrentTimestamp</a></dt>
<dd><small>Calls self for /getCurrentTimestamp over HTTP.</small></dd>
<dt><a href="/callSelf/httpclient4/getGeoCode.pinpoint">/callSelf/httpclient4/getGeoCode</a></dt>
<dd><small>Calls self for /httpclient4/getGeoCode over HTTP.</small></dd>
<dt><a href="/callSelf/httpclient4/getTwitterUrlCount.pinpoint">/callSelf/httpclient4/getTwitterUrlCount</a></dt>
<dd><small>Calls self for /httpclient4/getTwitterUrlCount over HTTP.</small></dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>HttpClient4Controller</h5>
<dl>
<dt><a href="/httpclient4/getEPLLeagueTable.pinpoint">/httpclient4/getEPLLeagueTable</a></dt>
<dd><small>HTTP GET to http://api.football-data.org/v1/soccerseasons/398/leagueTable</small></dd>
<dt><a href="/httpclient4/getGeoCode.pinpoint">/httpclient4/getGeoCode</a></dt>
<dd><small>HTTP GET to http://maps.googleapis.com/maps/api/geocode/json</small></dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>SimpleController</h5>
<dl>
<dt><a href="/getCurrentTimestamp.pinpoint">/getCurrentTimestamp</a></dt>
<dd><small>Returns the server's current timestamp.</small></dd>
<dt><a href="/sleep3.pinpoint">/sleep3</a></dt>
<dd><small>Call that takes 3 seconds to complete.</small></dd>
<dt><a href="/sleep5.pinpoint">/sleep5</a></dt>
<dd><small>Call that takes 5 seconds to complete</small></dd>
<dt><a href="/sleep7.pinpoint">/sleep7</a></dt>
<dd><small>Call that takes 7 seconds to complete</small></dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>StressController</h5>
<dl>
<dt><a href="/consumeCpu.pinpoint">/consumeCpu</a></dt>
<dd><small>Call that consumes a lot of cpu time.</small></dd>
<dt><a href="/consumeMemory.pinpoint">/consumeMemory</a></dt>
<dd><small>Call that consumes some memory that may trigger a few garbage collections.</small></dd>
<dt><a href="/consumeMemoryLarge.pinpoint">/consumeMemoryLarge</a></dt>
<dd><small>Call that consumes a large amount of memory that will most likely trigger multiple garbage collections.</small></dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
Seems like some issue where i couldnt able to access the console even after running all the process successfully whihc includes Hbase/Collector/Web-UI/testApp
Please find below the logs for all the process
Collector logs
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.navercorp.pinpoint:pinpoint-quickstart-web:war:1.6.0-RC1
[WARNING] 'version' contains an expression but should be a constant. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 11, column 11
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 41, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pinpoint Web QuickStart 1.6.0-RC1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pinpoint-quickstart-web ---
[INFO] Deleting /home/ubuntu/pinpoint-master/quickstart/web/target
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ pinpoint-quickstart-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/main/java
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pinpoint-quickstart-web ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ pinpoint-quickstart-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [pinpoint-quickstart-web] in [/home/ubuntu/pinpoint-master/quickstart/web/target/deploy]
"quickstart.web.log" 882L, 134931C 1,1 Top
tcp6 0 0 127.0.0.1:56563 127.0.0.1:2181 ESTABLISHED
â–½
tcp6 0 0 ::1:2181 ::1:44497 ESTABLISHED
â–½
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.navercorp.pinpoint:pinpoint-quickstart-agent:jar:1.6.0-RC1
[WARNING] 'version' contains an expression but should be a constant. @ com.navercorp.pinpoint:pinpoint-quickstart-agent:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/agent/pom.xml, line 10, column 14
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pinpoint Agent QuickStart 1.6.0-RC1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pinpoint-quickstart-agent ---
[INFO] Deleting /home/ubuntu/pinpoint-master/quickstart/agent/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-quickstart-agent ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pinpoint-quickstart-agent ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pinpoint-quickstart-agent ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/agent/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pinpoint-quickstart-agent ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pinpoint-quickstart-agent ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pinpoint-quickstart-agent ---
[INFO] Building jar: /home/ubuntu/pinpoint-master/quickstart/agent/target/pinpoint-quickstart-agent-1.6.0-RC1.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.5.3:single (create-distribution) @ pinpoint-quickstart-agent ---
[INFO] Reading assembly descriptor: src/assembly/distribution.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference,which is not cross platform compatible /
[INFO] Copying files to /home/ubuntu/pinpoint-master/quickstart/agent/target/pinpoint-agent
@
"quickstart.testapp.log" 1980L, 912178C 2,1 Top
tcp6 0 0 127.0.0.1:56606 127.0.0.1:2181 ESTABLISHED
tcp6 0 0 ::1:44518 ::1:2181 ESTABLISHED
tcp6 0 0 127.0.0.1:2181 127.0.0.1:56541 ESTABLISHED
tcp6 0 0 ::1:44493 ::1:2181 ESTABLISHED
tcp6 0 0 127.0.0.1:2181 127.0.0.1:56563 ESTABLISHED
tcp6 0 0 127.0.0.1:40918 127.0.0.1:42219 ESTABLISHED
tcp6 0 0 127.0.0.1:56541 127.0.0.1:2181 ESTABLISHED
tcp6 0 0 127.0.0.1:56611 127.0.0.1:2181 ESTABLISHED
tcp6 0 0 ::1:2181 ::1:44562 ESTABLISHED
tcp6 0 0 ::1:2181 ::1:44515 ESTABLISHED
tcp6 0 0 127.0.0.1:46611 127.0.0.1:54923 ESTABLISHED
tcp6 0 0 ::1:2181 ::1:44496 ESTABLISHED
tcp6 0 0 127.0.0.1:2181 127.0.0.1:56539 ESTABLISHED
tcp6 0 0 127.0.0.1:42902 127.0.0.1:29994 ESTABLISHED
root@perfbm-m-04:/home/ubuntu# netstat -ant|grep 'http'
root@perfbm-m-04:/home/ubuntu# netstat -ant|grep 'LISTEN'
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN
tcp6 0 0 192.168.100.14:29997 :::* LISTEN
tcp6 0 0 :::28080 :::* LISTEN
tcp6 0 0 :::28081 :::* LISTEN
tcp6 0 0 :::28082 :::* LISTEN
tcp6 0 0 :::4243 :::* LISTEN
tcp6 0 0 127.0.0.1:40918 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:631 :::* LISTEN
tcp6 0 0 :::55845 :::* LISTEN
tcp6 0 0 :::2181 :::* LISTEN
tcp6 0 0 :::29994 :::* LISTEN
tcp6 0 0 :::16010 :::* LISTEN
tcp6 0 0 127.0.0.1:54923 :::* LISTEN
root@perfbm-m-04:/home/ubuntu# cd pinpoint-master/quickstart/logs/
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# ls -ltr
total 1652
drwxrwxr-x 2 ubuntu ubuntu 4096 Nov 30 08:40 pid
-rw-r--r-- 1 root root 134931 Nov 30 09:46 quickstart.web.log
-rw-r--r-- 1 root root 883123 Nov 30 09:47 quickstart.testapp.log
-rw-r--r-- 1 root root 666961 Nov 30 09:47 quickstart.collector.log
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# vi quickstart.web.log
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# vi quickstart.collector.log
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# vi quickstart.testapp.log
root@perfbm-m-04:/home/ubuntu/pinpoint-master/quickstart/logs# curl http://localhost:28081
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>CallSelfController</h5>
<dl>
<dt><a href="/callSelf/getCurrentTimestamp.pinpoint">/callSelf/getCurrentTimestamp</a></dt>
<dd><small>Calls self for /getCurrentTimestamp over HTTP.</small></dd>
<dt><a href="/callSelf/httpclient4/getGeoCode.pinpoint">/callSelf/httpclient4/getGeoCode</a></dt>
<dd><small>Calls self for /httpclient4/getGeoCode over HTTP.</small></dd>
<dt><a href="/callSelf/httpclient4/getTwitterUrlCount.pinpoint">/callSelf/httpclient4/getTwitterUrlCount</a></dt>
<dd><small>Calls self for /httpclient4/getTwitterUrlCount over HTTP.</small></dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>HttpClient4Controller</h5>
<dl>
<dt><a href="/httpclient4/getEPLLeagueTable.pinpoint">/httpclient4/getEPLLeagueTable</a></dt>
<dd><small>HTTP GET to http://api.football-data.org/v1/soccerseasons/398/leagueTable</small></dd>
<dt><a href="/httpclient4/getGeoCode.pinpoint">/httpclient4/getGeoCode</a></dt>
<dd><small>HTTP GET to http://maps.googleapis.com/maps/api/geocode/json</small></dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="caption">
<h5>SimpleController</h5>
<dl>
â–½
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider@58d88305
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.redis.RedisTypeProvider name:com.navercorp.pinpoint.plugin.redis.RedisTypeProvider@40a253f7
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider@11432f18
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider@398098ff
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider@7551e2ff
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider name:com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider@4ffa222e
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider name:com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider@3d15274b
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.user.UserTypeProvider name:com.navercorp.pinpoint.plugin.user.UserTypeProvider@26c2be07
2016-11-30 08:36:17 INFO Finished loading ServiceType:
2016-11-30 08:36:17 INFO TOMCAT(1010) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
2016-11-30 08:36:17 INFO TOMCAT_METHOD(1011) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
2016-11-30 08:36:17 INFO JETTY(1030) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
2016-11-30 08:36:17 INFO JETTY_METHOD(1031) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
2016-11-30 08:36:17 INFO JBOSS(1040) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
2016-11-30 08:36:17 INFO JBOSS_METHOD(1041) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
2016-11-30 08:36:17 INFO THRIFT_SERVER(1100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
2016-11-30 08:36:17 INFO THRIFT_SERVER_INTERNAL(1101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
2016-11-30 08:36:17 INFO DUBBO_PROVIDER(1110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
2016-11-30 08:36:17 INFO SPRING_BOOT(1210) from com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider
2016-11-30 08:36:17 INFO MYSQL(2100) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
2016-11-30 08:36:17 INFO MYSQL_EXECUTE_QUERY(2101) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
2016-11-30 08:36:17 INFO MARIADB(2150) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
2016-11-30 08:36:17 INFO MARIADB_EXECUTE_QUERY(2151) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
2016-11-30 08:36:17 INFO MSSQL(2200) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
2016-11-30 08:36:17 INFO MSSQL_EXECUTE_QUERY(2201) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
2016-11-30 08:36:17 INFO ORACLE(2300) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
2016-11-30 08:36:17 INFO ORACLE_EXECUTE_QUERY(2301) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
2016-11-30 08:36:17 INFO CUBRID(2400) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
2016-11-30 08:36:17 INFO CUBRID_EXECUTE_QUERY(2401) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
2016-11-30 08:36:17 INFO POSTGRESQL(2500) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
2016-11-30 08:36:17 INFO POSTGRESQL_EXECUTE_QUERY(2501) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
2016-11-30 08:36:17 INFO CASSANDRA(2600) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
2016-11-30 08:36:17 INFO CASSANDRA_EXECUTE_QUERY(2601) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
2016-11-30 08:36:17 INFO GSON(5010) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider
2016-11-30 08:36:17 INFO JACKSON(5011) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider
177,1 14%
2016-11-30 09:59:28 DEBUG Received TAgentStatBatch=TAgentStatBatch(agentId:test-agent, startTimestamp:1480495047686, agentStats:[TAgentStat(timestamp:1480499943971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010030090270812437, systemCpuLoad:0.006018054162487462), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499948971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0, systemCpuLoad:0.004028197381671702), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499953971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010050251256281408, systemCpuLoad:0.008040201005025126), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499958971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001, systemCpuLoad:0.007), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499963971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010080645161290322, systemCpuLoad:0.0020161290322580645), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499968971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:357126896, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646208, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001004016064257028, systemCpuLoad:0.0030120481927710845), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0])))])
2016-11-30 09:59:58 DEBUG Received TAgentStatBatch=TAgentStatBatch(agentId:test-agent, startTimestamp:1480495047686, agentStats:[TAgentStat(timestamp:1480499973973, collectInterval:5002, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010030090270812437, systemCpuLoad:0.0050150451354062184), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499978971, collectInterval:4998, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001006036217303823, systemCpuLoad:0.003018108651911469), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499983971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010050251256281408, systemCpuLoad:0.003012048192771084), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499988971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0020512820512820513, systemCpuLoad:0.009240246406570842), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499993971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0, systemCpuLoad:0.0030150753768844224), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480499998971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:358597712, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60646464, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010050251256281408, systemCpuLoad:0.0030150753768844224), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0,]
Web-UI log:
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.navercorp.pinpoint:pinpoint-quickstart-web:war:1.6.0-RC1
[WARNING] 'version' contains an expression but should be a constant. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 11, column 11
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 41, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pinpoint Web QuickStart 1.6.0-RC1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pinpoint-quickstart-web ---
[INFO] Deleting /home/ubuntu/pinpoint-master/quickstart/web/target
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ pinpoint-quickstart-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/main/java
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pinpoint-quickstart-web ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ pinpoint-quickstart-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [pinpoint-quickstart-web] in [/home/ubuntu/pinpoint-master/quickstart/web/target/deploy]
"quickstart.web.log" 900L, 137694C 2,1 Top
2016-11-30 09:26:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:31:19 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:31:19 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:31:19 DEBUG newPingTimeout
2016-11-30 09:31:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:10(RUN_DUPLEX)}
2016-11-30 09:31:20 DEBUG ping received PingPacket{pingId:10(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:31:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:36:19 DEBUG newPingTimeout
2016-11-30 09:36:19 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:36:19 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:36:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:11(RUN_DUPLEX)}
2016-11-30 09:36:20 DEBUG ping received PingPacket{pingId:11(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:36:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:41:19 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:41:19 DEBUG newPingTimeout
2016-11-30 09:41:19 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:41:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:12(RUN_DUPLEX)}
2016-11-30 09:41:20 DEBUG ping received PingPacket{pingId:12(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:41:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:46:19 DEBUG newPingTimeout
2016-11-30 09:46:19 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:46:19 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:46:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:13(RUN_DUPLEX)}
2016-11-30 09:46:20 DEBUG ping received PingPacket{pingId:13(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:46:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:51:20 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:51:20 DEBUG newPingTimeout
2016-11-30 09:51:20 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:51:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:14(RUN_DUPLEX)}
2016-11-30 09:51:20 DEBUG ping received PingPacket{pingId:14(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:51:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:56:20 DEBUG newPingTimeout
2016-11-30 09:56:20 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:56:20 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 09:56:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:15(RUN_DUPLEX)}
2016-11-30 09:56:20 DEBUG ping received PingPacket{pingId:15(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 09:56:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 10:01:20 DEBUG newPingTimeout
2016-11-30 10:01:20 DEBUG ping write success channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 10:01:20 DEBUG receive pong. [id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
2016-11-30 10:01:20 DEBUG DefaultPinpointServer@6117d9ca handlePingPacket() started. packet:PingPacket{pingId:16(RUN_DUPLEX)}
2016-11-30 10:01:20 DEBUG ping received PingPacket{pingId:16(RUN_DUPLEX)} DefaultPinpointServer@6117d9ca(remote:/192.168.100.14:45626, state:RUN_DUPLEX)
2016-11-30 10:01:20 DEBUG pong write success. channel:[id: 0x2b087a2a, /192.168.100.14:45626 => /192.168.100.14:29997]
TestApp log:
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider@58d88305
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.redis.RedisTypeProvider name:com.navercorp.pinpoint.plugin.redis.RedisTypeProvider@40a253f7
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider@11432f18
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider@398098ff
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider@7551e2ff
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider name:com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider@4ffa222e
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider name:com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider@3d15274b
2016-11-30 08:36:17 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.user.UserTypeProvider name:com.navercorp.pinpoint.plugin.user.UserTypeProvider@26c2be07
2016-11-30 08:36:17 INFO Finished loading ServiceType:
2016-11-30 08:36:17 INFO TOMCAT(1010) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
2016-11-30 08:36:17 INFO TOMCAT_METHOD(1011) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
2016-11-30 08:36:17 INFO JETTY(1030) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
2016-11-30 08:36:17 INFO JETTY_METHOD(1031) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
2016-11-30 08:36:17 INFO JBOSS(1040) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
2016-11-30 08:36:17 INFO JBOSS_METHOD(1041) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
2016-11-30 08:36:17 INFO THRIFT_SERVER(1100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
2016-11-30 08:36:17 INFO THRIFT_SERVER_INTERNAL(1101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
2016-11-30 08:36:17 INFO DUBBO_PROVIDER(1110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
2016-11-30 08:36:17 INFO SPRING_BOOT(1210) from com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider
2016-11-30 08:36:17 INFO MYSQL(2100) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
2016-11-30 08:36:17 INFO MYSQL_EXECUTE_QUERY(2101) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
2016-11-30 08:36:17 INFO MARIADB(2150) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
2016-11-30 08:36:17 INFO MARIADB_EXECUTE_QUERY(2151) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
2016-11-30 08:36:17 INFO MSSQL(2200) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
2016-11-30 08:36:17 INFO MSSQL_EXECUTE_QUERY(2201) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
2016-11-30 08:36:17 INFO ORACLE(2300) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
2016-11-30 08:36:17 INFO ORACLE_EXECUTE_QUERY(2301) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
2016-11-30 08:36:17 INFO CUBRID(2400) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
2016-11-30 08:36:17 INFO CUBRID_EXECUTE_QUERY(2401) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
2016-11-30 08:36:17 INFO POSTGRESQL(2500) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
2016-11-30 08:36:17 INFO POSTGRESQL_EXECUTE_QUERY(2501) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
2016-11-30 08:36:17 INFO CASSANDRA(2600) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
2016-11-30 08:36:17 INFO CASSANDRA_EXECUTE_QUERY(2601) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
2016-11-30 08:36:17 INFO GSON(5010) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider
2016-11-30 08:36:17 INFO JACKSON(5011) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider
177,1 14%
â–½
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.navercorp.pinpoint:pinpoint-quickstart-web:war:1.6.0-RC1
[WARNING] 'version' contains an expression but should be a constant. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 11, column 11
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ com.navercorp.pinpoint:pinpoint-quickstart-web:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/web/pom.xml, line 41, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pinpoint Web QuickStart 1.6.0-RC1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pinpoint-quickstart-web ---
[INFO] Deleting /home/ubuntu/pinpoint-master/quickstart/web/target
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ pinpoint-quickstart-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/main/java
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pinpoint-quickstart-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/web/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pinpoint-quickstart-web ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pinpoint-quickstart-web ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ pinpoint-quickstart-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [pinpoint-quickstart-web] in [/home/ubuntu/pinpoint-master/quickstart/web/target/deploy]
"quickstart.web.log" 900L, 137694C 2,1 Top
â–½
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.navercorp.pinpoint:pinpoint-quickstart-agent:jar:1.6.0-RC1
[WARNING] 'version' contains an expression but should be a constant. @ com.navercorp.pinpoint:pinpoint-quickstart-agent:${maven.pinpoint.version}, /home/ubuntu/pinpoint-master/quickstart/agent/pom.xml, line 10, column 14
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pinpoint Agent QuickStart 1.6.0-RC1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pinpoint-quickstart-agent ---
[INFO] Deleting /home/ubuntu/pinpoint-master/quickstart/agent/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-quickstart-agent ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pinpoint-quickstart-agent ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pinpoint-quickstart-agent ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/ubuntu/pinpoint-master/quickstart/agent/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pinpoint-quickstart-agent ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pinpoint-quickstart-agent ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pinpoint-quickstart-agent ---
[INFO] Building jar: /home/ubuntu/pinpoint-master/quickstart/agent/target/pinpoint-quickstart-agent-1.6.0-RC1.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.5.3:single (create-distribution) @ pinpoint-quickstart-agent ---
[INFO] Reading assembly descriptor: src/assembly/distribution.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference,which is not cross platform compatible /
[INFO] Copying files to /home/ubuntu/pinpoint-master/quickstart/agent/target/pinpoint-agent
@
"quickstart.testapp.log" 2025L, 999219C 1,1 Top
2016-11-30 10:02:30 DEBUG DefaultPinpointClientHandler@392f71f6 writePing() started. channel:[id: 0x6e7426da, /127.0.0.1:42902 => /127.0.0.1:29994]
2016-11-30 10:02:30 DEBUG ping write success. channel:[id: 0x6e7426da, /127.0.0.1:42902 => /127.0.0.1:29994]
2016-11-30 10:02:30 DEBUG receive pong. [id: 0x6e7426da, /127.0.0.1:42902 => /127.0.0.1:29994]
2016-11-30 10:02:58 DEBUG Data sent. size:542, TAgentStatBatch(agentId:test-agent, startTimestamp:1480495047686, agentStats:[TAgentStat(timestamp:1480500153971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.00101010101010101, systemCpuLoad:0.007070707070707071), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500158971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010070493454179255, systemCpuLoad:0.0010070493454179255), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500163971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010030090270812437, systemCpuLoad:0.0050150451354062184), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500168971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001006036217303823, systemCpuLoad:0.004024144869215292), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500173971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010030090270812437, systemCpuLoad:0.0050150451354062184), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500178971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:359479536, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001004016064257028, systemCpuLoad:0.010040160642570281), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0])))])
2016-11-30 10:03:28 DEBUG Data sent. size:542, TAgentStatBatch(agentId:test-agent, startTimestamp:1480495047686, agentStats:[TAgentStat(timestamp:1480500183971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010050251256281408, systemCpuLoad:0.011055276381909548), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500188971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001004016064257028, systemCpuLoad:0.004016064257028112), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500193982, collectInterval:5011, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010030090270812437, systemCpuLoad:0.006018054162487462), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500198971, collectInterval:4989, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0010050251256281408, systemCpuLoad:0.004020100502512563), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500203971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.001004016064257028, systemCpuLoad:0.010040160642570281), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0]))), TAgentStat(timestamp:1480500208971, collectInterval:5000, gc:TJvmGc(type:PARALLEL, jvmMemoryHeapUsed:360942976, jvmMemoryHeapMax:1862270976, jvmMemoryNonHeapUsed:60648016, jvmMemoryNonHeapMax:136314880, jvmGcOldCount:0, jvmGcOldTime:0), cpuLoad:TCpuLoad(jvmCpuLoad:0.0, systemCpuLoad:0.009036144578313254), transaction:TTransaction(sampledNewCount:0, sampledContinuationCount:0, unsampledNewCount:0, unsampledContinuationCount:0), activeTrace:TActiveTrace(histogram:TActiveTraceHistogram(version:0, histogramSchemaType:2, activeTraceCount:[0, 0, 0, 0])))])
~
~
Hi @dinesh4747
I don't quite get what you mean by console? Everything looks good from your logs.
When you curl the 28081 port, you should get the testapp's html back. This is the intended behavior as the testapp is simply a web application.
Is this not what you were looking for?
HI @Xylus
Yes, everything were looking fine but i couldnt access the pinpoint application url in my local browser thats what my concern
Thing is i deployed Pinpoint Collector/Hbase and all pre-requisites in my dedicated Ubuntu box
And i want to access in my local (Mac) remote machine which is not working fine
I have all ssh setup and could able to ping ubuntu box from my local mac machine successfully
Still i Couldnt access pinpoint url (http://ubuntu-box:28080) in my mac browser
Is there any changes to be done in any of the config file to make the pinpoint application access in other remote machine
What response code do you get when you try to access http://ubuntu-box:28080 from your mac browser?
There's nothing in Pinpoint Web that stops you from accessing it remotely. After all, Pinpoint web is simply a web application that's deployed on Tomcat (or other web container), and it should work just like any other web application
It just displays as below
"This site can’t be reached"
curl: (7) Failed to connect to <---> Operation timed out
when i do curl command from my command terminal it says "Operation timed out"
Looks like a network issue on your end. Try checking your firewall etc
Did you try :
firewall-cmd --zone=public --add-port=28080/tcp
firewall-cmd --zone=public --add-port=28081/tcp
Or an iptable rules ?
Hi nirlya -
Seems like something blocking on port 80 - http-service due to firewall rules which we have updated the Iptables
Now everything seems working fine where i could able to access web-ui (28080) but test-app (28081) I am stuck where i couldnt connect in my local
I have also used the firewall-cmd option for 28081/tcp still doesnt able to connet remote
when i checked in logs-->quickstart-testapp.log - I don't find any exception as well
Let me know If I am missing something here
Most helpful comment
Did you try :
firewall-cmd --zone=public --add-port=28080/tcp
firewall-cmd --zone=public --add-port=28081/tcp
Or an iptable rules ?