apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.89k stars 6.52k forks source link

Skywalking-No service or trace in UI - Windows machine #4280

Closed sujithkumar28 closed 4 years ago

sujithkumar28 commented 4 years ago

I'm trying to setup skywalking in windows machine with a sample springboot application.

Skywalking version: 6.6.0 Java: 1.8

I've made the changes to agent.config with service name as BOOT_MVC and collector server as localhost.

After all these configs I've run startup.bat from skywalking agent bin which is starting collector and webapp.

I'm starting my application with following command

java -javaagent:E:\Suju\apache-skywalking-apm-bin\agent\skywalking-agent.jar -DSW_AGENT_NAME=BOOT_MVC -jar MyApp.jar

I couldn't see any service or trace. What am i missing here? can anyone provide stepbystep guide to setup in windows?

wu-sheng commented 4 years ago

We can't tell the issue from your description. Please Check the logs.

sujithkumar28 commented 4 years ago

Logs suggest that the services are running and reconnect: false. How to check if oap service is running properly at the background?

wu-sheng commented 4 years ago

There are also OAP logs in the log folder.

R1310328554 commented 4 years ago

it seems the web cache cause this problem. clear the all cache solve the issue for me:

图片

Starbucksstar commented 4 years ago

似乎网络缓存导致了此问题。清除所有缓存为我解决问题:

图片

清除浏览器缓存后service显示正常