I have gone through it and facing issue while startup.
I tried below ref URL : https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-ui-setup.md Need help ono the manual driver setup ? I did not see anywhere the steps in the doc ink. Could anyone help me out here ? From: Sheng Wu <[email protected]> Sent: Thursday, May 14, 2020 1:23 PM To: Satya Tripathy <[email protected]> Cc: dev <[email protected]> Subject: Re: Issue - Skywalking - Configuration and Startup Have you followed the storage setup document? MySQL driver is not allowed inside the official distribution, do you add it manually? The tables are installed automatically once you have the driver and OAP starts successfully. Sheng Wu 吴晟 Twitter, wusheng1108 Satya Tripathy <[email protected] <mailto:[email protected]> > 于2020年5月14日周四 下午3:29写道: 1. Agent Log – Attached. INFO 2020-05-04 15:23:38:894 main AgentClassLoader : C:\apache-skywalking-apm-bin\agent\activations\apm-toolkit-trace-activation-7.0.0.jar loaded. ERROR 2020-05-04 15:23:48:587 SkywalkingAgent-7-ServiceAndEndpointRegisterClient-0 ServiceAndEndpointRegisterClient : ServiceAndEndpointRegisterClient execute fail. org.apache.skywalking.apm.dependencies.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:240) at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:221) at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:140) at org.apache.skywalking.apm.network.register.v2.RegisterGrpc$RegisterBlockingStub.doServiceRegister(RegisterGr 2. Are all these tables created in the storage already? If yes, do you have data in `service_inventory` table? NO – Do we have list of queries to create them ? I did not see it anywhaere in the docs Thanks Satya From: Sheng Wu <[email protected] <mailto:[email protected]> > Sent: Thursday, May 14, 2020 12:15 PM To: dev <[email protected] <mailto:[email protected]> >; [email protected] <mailto:[email protected]> Subject: 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] <mailto:[email protected]> ), otherwise, you would not receive the further discussion. Sheng Wu 吴晟 Twitter, wusheng1108 Satya Tripathy <[email protected] <mailto:[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 ?
