Obviously, your oap initialization is not completed. Missing index, you need to re-initialize the oap
------------------ ???????? ------------------ ??????: "Sheng Wu"<[email protected]>; ????????: 2020??5??14??(??????) ????2:45 ??????: "dev"<[email protected]>;"satya.tripathy"<[email protected]>; ????: Re: Issue - Skywalking - Configuration and Startup Hi 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 [email protected]), otherwise, you would not receive the further discussion. Sheng Wu ????Twitter, wusheng1108 Satya Tripathy <[email protected]> ??2020??5??14?????? ????2:39?????? Hello Team, I have done the setup of skywalking on my local but unable to see the services in UI once I started the startup. Backend Configuration: Attached the yml file. On Logs : I am seeing below Logging (skywalking-oap-server.log) 2020-05-08 18:04:50,490 - org.apache.skywalking.oap.server.library.module.BootstrapFlow - 55 [main] INFO [] - start the provider h2 in storage module. 2020-05-08 18:04:50,498 - com.zaxxer.hikari.HikariDataSource - 80 [main] INFO [] - HikariPool-1 - Starting... 2020-05-08 18:04:50,741 - com.zaxxer.hikari.HikariDataSource - 82 [main] INFO [] - HikariPool-1 - Start completed. 2020-05-08 18:04:50,801 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 66 [main] INFO [] - 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 [] - 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 [] - 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 [] - 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 [] - 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 [] - 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 [] - table: http_access_log does not exist Successfully configured the java agent on my tomcat, but could not see the service in the ui. Could you please help me fix this ?
