[Locked due to CoC violation] OAP server v8.7.0 , the default config but it can not do well #7702
Replies: 3 comments 6 replies
-
Once you are going to upgrade OAP, make sure config folder updated too. |
Beta Was this translation helpful? Give feedback.
-
If you ask for helps, at least read the log error, and try to understand what they mean. |
Beta Was this translation helpful? Give feedback.
-
@erdengzhazha please learn how to use the tools instead of complaining meaninglessly, you started 2 standalone containers without linking their network together, how do you think the UI can connect to the OAP? Here is your takeaway: docker run --name oap --restart always -d apache/skywalking-oap-server:8.7.0-es7
docker run --name sky-ui --restart always -d -e SW_OAP_ADDRESS=http://oap:12800 --link oap -p 8080:8080 apache/skywalking-ui:8.7.0 Bear in mind to be polite in open source community. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
java.lang.NullPointerException: No files in envoy-metrics-rules
at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_201]
at org.apache.skywalking.oap.server.library.util.ResourceUtils.getPathFiles(ResourceUtils.java:53) ~[library-util-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.meter.analyzer.prometheus.rule.Rules.loadRules(Rules.java:50) ~[meter-analyzer-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.receiver.envoy.EnvoyMetricReceiverConfig.rules(EnvoyMetricReceiverConfig.java:60) ~[envoy-metrics-receiver-plugin-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.receiver.envoy.MetricServiceGRPCHandler.(MetricServiceGRPCHandler.java:74) ~[envoy-metrics-receiver-plugin-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.receiver.envoy.EnvoyMetricReceiverProvider.start(EnvoyMetricReceiverProvider.java:80) ~[envoy-metrics-receiver-plugin-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:49) ~[library-module-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:60) ~[library-module-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.starter.OAPServerBootstrap.start(OAPServerBootstrap.java:43) [server-bootstrap-8.7.0.jar:8.7.0]
at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:27) [server-starter-es7-8.7.0.jar:8.7.0]
Beta Was this translation helpful? Give feedback.
All reactions