You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by 89528709 <89...@qq.com> on 2020/05/14 07:00:38 UTC

回复: Issue - Skywalking - Configuration and Startup

Obviously, your oap initialization is not completed. Missing index, you need to re-initialize the oap


------------------&nbsp;原始邮件&nbsp;------------------
发件人:&nbsp;"Sheng Wu"<wu.sheng.841108@gmail.com&gt;;
发送时间:&nbsp;2020年5月14日(星期四) 下午2:45
收件人:&nbsp;"dev"<dev@skywalking.apache.org&gt;;"satya.tripathy"<satya.tripathy@cavisson.com&gt;;

主题:&nbsp;Re: Issue - Skywalking - Configuration and Startup



Hi&nbsp;Satya


I want to confirm two things,
1. What does the agent log look like?
2. Are all these tables created in the storage already? If yes, do you have data in `service_inventory` table?


Also, I added your mail in the receiver list, but you should subscribe to the mail list(send mail to dev-subscribe@skywalking.apache.org), otherwise, you would not receive the further discussion.


Sheng Wu 吴晟Twitter, wusheng1108












Satya Tripathy <satya.tripathy@cavisson.com&gt; 于2020年5月14日周四 下午2:39写道:


Hello Team, 

&nbsp;

I have done the setup of skywalking on my local but unable to see the services in UI once I started&nbsp; the startup.

&nbsp;



&nbsp;



&nbsp;

&nbsp;

&nbsp;

Backend Configuration: Attached the yml file.

&nbsp;

On Logs : 

&nbsp;

I am seeing below Logging (skywalking-oap-server.log)

&nbsp;

2020-05-08 18:04:50,490 - org.apache.skywalking.oap.server.library.module.BootstrapFlow - 55 [main] INFO&nbsp; [] - start the provider h2 in storage module.

2020-05-08 18:04:50,498 - com.zaxxer.hikari.HikariDataSource - 80 [main] INFO&nbsp; [] - HikariPool-1 - Starting...

2020-05-08 18:04:50,741 - com.zaxxer.hikari.HikariDataSource - 82 [main] INFO&nbsp; [] - HikariPool-1 - Start completed.

2020-05-08 18:04:50,801 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: alarm_record does not exist

2020-05-08 18:04:50,814 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: top_n_database_statement does not exist

2020-05-08 18:04:50,818 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: endpoint_relation_server_side_hour does not exist

2020-05-08 18:04:50,826 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: endpoint_relation_server_side_day does not exist

2020-05-08 18:04:50,832 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: endpoint_relation_server_side_month does not exist

2020-05-08 18:04:50,836 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: endpoint_relation_server_side does not exist

2020-05-08 18:04:50,839 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO&nbsp; [] - table: http_access_log does not exist

&nbsp;

&nbsp;

&nbsp;

Successfully configured the java agent on my tomcat, but could not see the service in the ui.

&nbsp;

Could you please help me fix this ?